Home
last modified time | relevance | path

Searched refs:kec_process_flags (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/osfmk/ipc/
H A Dipc_pset.c1060 if (kectx->kec_process_flags & KEVENT_FLAG_STACK_DATA) { in filt_machportprocess()
1187 if ((kectx->kec_process_flags & KEVENT_FLAG_STACK_DATA) == 0) { in filt_machportprocess()
/xnu-12377.1.9/bsd/sys/
H A Devent_private.h552 unsigned int kec_process_flags; /* kevent flags, only set for process */ member
/xnu-12377.1.9/bsd/kern/
H A Dsys_generic.c1812 .kec_process_flags = KEVENT_FLAG_POLL, in poll_nocancel()
1822 kectx->kec_process_flags |= KEVENT_FLAG_IMMEDIATE; in poll_nocancel()
1828 error = kqueue_scan(kq, kectx->kec_process_flags, kectx, poll_callback); in poll_nocancel()
1852 assert(kectx->kec_process_flags & KEVENT_FLAG_POLL); in poll_callback()
H A Dkern_event.c7685 kectx->kec_process_flags);
7947 int error = 0, flags = kectx->kec_process_flags;
8211 kectx->kec_process_flags = flags;