Searched refs:KQUEUE_CLOEXEC (Results 1 – 4 of 4) sorted by relevance
50 flags |= KQUEUE_CLOEXEC; in kqueue1()
220 #define KQUEUE_CLOEXEC 0x00000001 /* close on exec */ macro
896 kq = kqueuex(KQUEUE_CLOEXEC); in daemon_setup_kqueue()
1069 if ((uap->flags & ~(KQUEUE_CLOEXEC)) != 0) in sys_kqueuex()1072 if ((uap->flags & KQUEUE_CLOEXEC) != 0) in sys_kqueuex()