Searched refs:ev_flags (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/pf/libevent/
H A Devent.c519 ev->ev_flags = EVLIST_INIT;
531 if (ev->ev_flags != EVLIST_INIT)
548 if (ev->ev_flags & EVLIST_ACTIVE)
568 if (ev->ev_flags & EVLIST_INSERTED)
570 if (ev->ev_flags & EVLIST_ACTIVE)
572 if (ev->ev_flags & EVLIST_TIMEOUT)
574 if (ev->ev_flags & EVLIST_SIGNAL)
606 assert(!(ev->ev_flags & ~EVLIST_ALL));
611 if (ev->ev_flags & EVLIST_TIMEOUT)
617 if ((ev->ev_flags
[all...]
H A Dkqueue.c305 ev->ev_flags |= EVLIST_X_KQINKERNEL;
325 ev->ev_flags |= EVLIST_X_KQINKERNEL;
340 ev->ev_flags |= EVLIST_X_KQINKERNEL;
352 if (!(ev->ev_flags & EVLIST_X_KQINKERNEL))
369 ev->ev_flags &= ~EVLIST_X_KQINKERNEL;
382 ev->ev_flags &= ~EVLIST_X_KQINKERNEL;
394 ev->ev_flags &= ~EVLIST_X_KQINKERNEL;
H A Devent.h101 int ev_flags; member in struct:event
170 #define evtimer_initialized(ev) ((ev)->ev_flags & EVLIST_INIT)
176 #define timeout_initialized(ev) ((ev)->ev_flags & EVLIST_INIT)
183 #define signal_initialized(ev) ((ev)->ev_flags & EVLIST_INIT)
195 #define event_initialized(ev) ((ev)->ev_flags & EVLIST_INIT && (ev)->ev_fd != (int)INVALID_HANDLE_VALUE)
197 #define event_initialized(ev) ((ev)->ev_flags & EVLIST_INIT)
H A Dsignal.c107 ev_signal.ev_flags |= EVLIST_INTERNAL;
/freebsd-10.0-release/lib/libstand/
H A Denvironment.c133 ev->ev_flags = flags & (EV_DYNAMIC);
204 if (ev->ev_flags & EV_DYNAMIC)
H A Dstand.h293 int ev_flags; member in struct:env_var
/freebsd-10.0-release/usr.sbin/pmcstat/
H A Dpmcstat.h112 int ev_flags; /* PMC_F_* */ member in struct:pmcstat_ev
H A Dpmcstat.c134 ev_clone->ev_flags = ev->ev_flags;
757 ev->ev_flags = 0;
759 ev->ev_flags |= PMC_F_CALLCHAIN;
761 ev->ev_flags |= PMC_F_DESCENDANTS;
763 ev->ev_flags |= PMC_F_LOG_PROCEXIT;
765 ev->ev_flags |= PMC_F_LOG_PROCCSW;
1174 ev->ev_flags, ev->ev_cpu, &ev->ev_pmcid) < 0)

Completed in 163 milliseconds