Symbol: TFD_CLOEXEC
sys/kern/sys_timerfd.c
458
if ((flags & ~(TFD_CLOEXEC | TFD_NONBLOCK)) != 0)
sys/kern/sys_timerfd.c
462
if ((flags & TFD_CLOEXEC) != 0)
tests/sys/kern/timerfd.c
1005
int tfd = timerfd_create(CLOCK_REALTIME, TFD_CLOEXEC);
tests/sys/kern/timerfd.c
1055
int tfd = timerfd_create(CLOCK_REALTIME, TFD_CLOEXEC);
tests/sys/kern/timerfd.c
1089
int tfd = timerfd_create(CLOCK_REALTIME, TFD_CLOEXEC);
tests/sys/kern/timerfd.c
113
TFD_CLOEXEC | TFD_NONBLOCK);
tests/sys/kern/timerfd.c
1183
int tfd = timerfd_create(CLOCK_REALTIME, TFD_CLOEXEC);
tests/sys/kern/timerfd.c
1251
int tfd = timerfd_create(CLOCK_REALTIME, TFD_CLOEXEC);
tests/sys/kern/timerfd.c
1281
int tfd = timerfd_create(CLOCK_REALTIME, TFD_CLOEXEC);
tests/sys/kern/timerfd.c
152
TFD_CLOEXEC | TFD_NONBLOCK);
tests/sys/kern/timerfd.c
193
TFD_CLOEXEC | TFD_NONBLOCK);
tests/sys/kern/timerfd.c
236
TFD_CLOEXEC | TFD_NONBLOCK);
tests/sys/kern/timerfd.c
299
fd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC | TFD_NONBLOCK);
tests/sys/kern/timerfd.c
365
int timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC);
tests/sys/kern/timerfd.c
410
int timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC);
tests/sys/kern/timerfd.c
490
timerfd_create(CLOCK_MONOTONIC | 42, TFD_CLOEXEC));
tests/sys/kern/timerfd.c
492
timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC | 42));
tests/sys/kern/timerfd.c
506
TFD_CLOEXEC | TFD_NONBLOCK);
tests/sys/kern/timerfd.c
559
TFD_CLOEXEC | TFD_NONBLOCK);
tests/sys/kern/timerfd.c
58
TFD_CLOEXEC | TFD_NONBLOCK);
tests/sys/kern/timerfd.c
615
TFD_CLOEXEC | TFD_NONBLOCK);
tests/sys/kern/timerfd.c
665
TFD_CLOEXEC | TFD_NONBLOCK);
tests/sys/kern/timerfd.c
719
TFD_CLOEXEC | TFD_NONBLOCK);
tests/sys/kern/timerfd.c
751
TFD_CLOEXEC | TFD_NONBLOCK);
tests/sys/kern/timerfd.c
844
TFD_CLOEXEC | TFD_NONBLOCK);
tests/sys/kern/timerfd.c
85
TFD_CLOEXEC | TFD_NONBLOCK);
tests/sys/kern/timerfd.c
883
TFD_CLOEXEC | TFD_NONBLOCK);
tests/sys/kern/timerfd.c
922
TFD_CLOEXEC | TFD_NONBLOCK);
tests/sys/kern/timerfd.c
959
timerfd = timerfd_create(CLOCK_REALTIME, TFD_CLOEXEC);