Searched refs:kec_process_flags (Results 1 – 4 of 4) sorted by relevance
1060 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()
552 unsigned int kec_process_flags; /* kevent flags, only set for process */ member
1812 .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()
7685 kectx->kec_process_flags);7947 int error = 0, flags = kectx->kec_process_flags;8211 kectx->kec_process_flags = flags;