Searched refs:F_SETFD (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_fcntl.c50 { BSM_F_SETFD, F_SETFD },
H A Daudit_bsm.c534 case F_SETFD:
/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h239 #define F_SETFD 2 /* set file descriptor flags */ macro
322 /* file descriptor flags (F_GETFD, F_SETFD) */
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c3378 my_result = fcntl( my_fd, F_SETFD, 0 );
3382 my_result = fcntl( my_fd, F_SETFD, 1 );
3385 printf( "fcntl - F_SETFD - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3396 printf( "fcntl - F_SETFD failed to set FD_CLOEXEC correctly!!! \n" );
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c748 case F_SETFD:

Completed in 38 milliseconds