Home
last modified time | relevance | path

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

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