Home
last modified time | relevance | path

Searched refs:F_SETCONFINED (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dfcntl_private.h119 #define F_SETCONFINED 95 /* "confine" OFD to process */ macro
/xnu-12377.41.6/tests/
H A Dfd.c126 fcntl(*fdp, F_SETCONFINED, 1); in confine_thread()
H A Dlockf_basic.c276 T_ASSERT_POSIX_SUCCESS(fcntl(a_confined, F_SETCONFINED, 1), "F_SETCONFINED");
278 T_ASSERT_POSIX_SUCCESS(fcntl(b_confined, F_SETCONFINED, 1), "F_SETCONFINED");
/xnu-12377.41.6/bsd/kern/
H A Dkern_descrip.c2983 case F_SETCONFINED: in sys_fcntl_nocancel()