Searched refs:kqueue1 (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/sys/sys/ |
| H A D | event.h | 350 int kqueue1(int);
|
| /netbsd-src/lib/libc/sys/ |
| H A D | Makefile.inc | 125 kqueue.S kqueue1.S ktrace.S \ 347 MLINKS+=kqueue.2 kqueue1.2
|
| /netbsd-src/sys/rump/ |
| H A D | rump.sysmap | 194 455 sys_kqueue1 kqueue1 rump___sysimpl_kqueue1
|
| /netbsd-src/sys/kern/ |
| H A D | kern_event.c | 1718 kqueue1(struct lwp *l, int flags, register_t *retval) in kqueue1() function 1748 return kqueue1(l, 0, retval); in sys_kqueue() 1758 return kqueue1(l, SCARG(uap, flags), retval); in sys_kqueue1()
|
| /netbsd-src/lib/libc/resolv/ |
| H A D | res_init.c | 199 ext->kq = kqueue1(O_CLOEXEC); in __res_kqinit()
|
| H A D | res_send.c | 368 if ((kq = kqueue1(O_CLOEXEC)) == -1) { in res_nsend()
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | eloop.c | 752 fd = kqueue1(O_CLOEXEC); in eloop_open()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 3375 PRE_SYSCALL(kqueue1)(long long flags_) { /* Nothing to do */ } 3376 POST_SYSCALL(kqueue1)(long long res, long long flags_) { /* Nothing to do */ }
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 3401 PRE_SYSCALL(kqueue1)(long long flags_) { /* Nothing to do */ } 3402 POST_SYSCALL(kqueue1)(long long res, long long flags_) { /* Nothing to do */ }
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 3401 PRE_SYSCALL(kqueue1)(long long flags_) { /* Nothing to do */ } 3402 POST_SYSCALL(kqueue1)(long long res, long long flags_) { /* Nothing to do */ }
|
| /netbsd-src/sys/rump/librump/rumpkern/ |
| H A D | rump_syscalls.c | 5759 __weak_alias(kqueue1,rump___sysimpl_kqueue1); 8481 }, /* 455 = kqueue1 */
|