Home
last modified time | relevance | path

Searched refs:F_GETCONFINED (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.61.2/tests/
H A Dfd.c145 T_QUIET; T_ASSERT_EQ(fcntl(fd, F_GETCONFINED), 0,
/xnu-8792.61.2/bsd/sys/
H A Dfcntl.h395 #define F_GETCONFINED 96 /* is-fd-confined? */ macro
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c2993 case F_GETCONFINED: in sys_fcntl_nocancel()