/src/sys/kern/ |
sys_epoll.c | 101 struct sys_kqueue1_args kqa; local in function:sys_epoll_create1 106 SCARG(&kqa, flags) = 0; 108 SCARG(&kqa, flags) |= O_CLOEXEC; 110 return sys_kqueue1(l, &kqa, retval);
|
sys_epoll.c | 101 struct sys_kqueue1_args kqa; local in function:sys_epoll_create1 106 SCARG(&kqa, flags) = 0; 108 SCARG(&kqa, flags) |= O_CLOEXEC; 110 return sys_kqueue1(l, &kqa, retval);
|
sys_epoll.c | 101 struct sys_kqueue1_args kqa; local in function:sys_epoll_create1 106 SCARG(&kqa, flags) = 0; 108 SCARG(&kqa, flags) |= O_CLOEXEC; 110 return sys_kqueue1(l, &kqa, retval);
|
sys_epoll.c | 101 struct sys_kqueue1_args kqa; local in function:sys_epoll_create1 106 SCARG(&kqa, flags) = 0; 108 SCARG(&kqa, flags) |= O_CLOEXEC; 110 return sys_kqueue1(l, &kqa, retval);
|
/src/sys/compat/linux/common/ |
linux_inotify.c | 279 struct sys_kqueue1_args kqa; local in function:do_inotify_init 295 SCARG(&kqa, flags) = 0; 297 SCARG(&kqa, flags) |= O_NONBLOCK; 298 error = sys_kqueue1(l, &kqa, retval);
|
linux_inotify.c | 279 struct sys_kqueue1_args kqa; local in function:do_inotify_init 295 SCARG(&kqa, flags) = 0; 297 SCARG(&kqa, flags) |= O_NONBLOCK; 298 error = sys_kqueue1(l, &kqa, retval);
|
linux_inotify.c | 279 struct sys_kqueue1_args kqa; local in function:do_inotify_init 295 SCARG(&kqa, flags) = 0; 297 SCARG(&kqa, flags) |= O_NONBLOCK; 298 error = sys_kqueue1(l, &kqa, retval);
|
linux_inotify.c | 279 struct sys_kqueue1_args kqa; local in function:do_inotify_init 295 SCARG(&kqa, flags) = 0; 297 SCARG(&kqa, flags) |= O_NONBLOCK; 298 error = sys_kqueue1(l, &kqa, retval);
|