OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ev_flags
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/bsd/nsd/dist/
mini_event.c
191
p->
ev_flags
&= ~EV_TIMEOUT;
237
bits &= base->fds[i]->
ev_flags
;
328
ev->
ev_flags
= bits;
351
if( (ev->
ev_flags
&(EV_READ|EV_WRITE)) && ev->ev_fd != -1) {
353
if((ev->
ev_flags
&EV_READ)) {
356
if((ev->
ev_flags
&EV_WRITE)) {
364
if(tv && (ev->
ev_flags
&EV_TIMEOUT)) {
386
if((ev->
ev_flags
&EV_TIMEOUT))
388
if((ev->
ev_flags
&(EV_READ|EV_WRITE)) && ev->ev_fd != -1) {
mini_event.h
133
short
ev_flags
;
member in struct:event
server.c
3421
// TODO: check which
EV_flags
are needed
3865
short event = p->event.
ev_flags
& (EV_READ|EV_WRITE);
/src/external/bsd/libevent/dist/
event.c
303
EV_SOCK_ARG(ev->ev_fd), ev->
ev_flags
);
329
EV_SOCK_ARG(ev->ev_fd), ev->
ev_flags
);
353
EV_SOCK_ARG(ev->ev_fd), ev->
ev_flags
);
374
EV_SOCK_ARG(ev->ev_fd), ev->
ev_flags
);
787
if (!(ev->
ev_flags
& EVLIST_INTERNAL)) {
890
if (!(ev->
ev_flags
& EVLIST_INTERNAL)) {
1551
new_ctl->timeout_event.
ev_flags
|= EVLIST_INTERNAL;
1653
if (ev->ev_events & EV_PERSIST || ev->
ev_flags
& EVLIST_FINALIZING)
2136
ev->
ev_flags
= EVLIST_INIT;
2172
if (ev->
ev_flags
!= EVLIST_INIT
[
all
...]
event-internal.h
59
#define
ev_flags
ev_evcallback.evcb_flags
macro
signal.c
206
base->sig.ev_signal.
ev_flags
|= EVLIST_INTERNAL;
evmap.c
967
EVUTIL_ASSERT(ev->
ev_flags
& EVLIST_INSERTED);
997
EVUTIL_ASSERT(ev->
ev_flags
& EVLIST_INSERTED);
/src/external/bsd/ntp/dist/sntp/libevent/
event.c
301
EV_SOCK_ARG(ev->ev_fd), ev->
ev_flags
);
327
EV_SOCK_ARG(ev->ev_fd), ev->
ev_flags
);
351
EV_SOCK_ARG(ev->ev_fd), ev->
ev_flags
);
372
EV_SOCK_ARG(ev->ev_fd), ev->
ev_flags
);
785
if (!(ev->
ev_flags
& EVLIST_INTERNAL)) {
888
if (!(ev->
ev_flags
& EVLIST_INTERNAL)) {
1548
new_ctl->timeout_event.
ev_flags
|= EVLIST_INTERNAL;
1650
if (ev->ev_events & EV_PERSIST || ev->
ev_flags
& EVLIST_FINALIZING)
2133
ev->
ev_flags
= EVLIST_INIT;
2169
if (ev->
ev_flags
!= EVLIST_INIT
[
all
...]
event-internal.h
59
#define
ev_flags
ev_evcallback.evcb_flags
macro
signal.c
205
base->sig.ev_signal.
ev_flags
|= EVLIST_INTERNAL;
evmap.c
965
EVUTIL_ASSERT(ev->
ev_flags
& EVLIST_INSERTED);
995
EVUTIL_ASSERT(ev->
ev_flags
& EVLIST_INSERTED);
/src/sys/arch/ia64/stand/common/
environment.c
137
ev->
ev_flags
= flags & (EV_DYNAMIC);
208
if (ev->
ev_flags
& EV_DYNAMIC)
bootstrap.h
364
int
ev_flags
;
member in struct:env_var
/src/sys/kern/
exec_subr.c
105
vcp->
ev_flags
= flags;
346
if (cmd->
ev_flags
& VMCMD_STACK)
kern_exec.c
964
if (vcp->
ev_flags
& VMCMD_RELATIVE) {
967
KASSERTMSG((vcp->
ev_flags
& VMCMD_BASE) == 0,
974
if (vcp->
ev_flags
& VMCMD_BASE)
2988
vp[j].
ev_flags
));
/src/sys/sys/
exec.h
243
int
ev_flags
;
member in struct:exec_vmcmd
/src/external/bsd/libevent/dist/test/
regress.c
1893
tt_assert((ev4.
ev_flags
& EVLIST_ACTIVE) != 0);
1894
tt_assert((ev4.
ev_flags
& EVLIST_ACTIVE_LATER) == 0);
/src/external/bsd/ntp/dist/sntp/libevent/test/
regress.c
1891
tt_assert((ev4.
ev_flags
& EVLIST_ACTIVE) != 0);
1892
tt_assert((ev4.
ev_flags
& EVLIST_ACTIVE_LATER) == 0);
Completed in 36 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026