Searched refs:F_GETFD (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_fcntl.c49 { BSM_F_GETFD, F_GETFD },
/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h238 #define F_GETFD 1 /* get file descriptor flags */ macro
322 /* file descriptor flags (F_GETFD, F_SETFD) */
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c3369 my_result = fcntl( my_fd, F_GETFD, 0 );
3371 printf( "fcntl - F_GETFD - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3390 my_result = fcntl( my_fd, F_GETFD, 0 );
3392 printf( "fcntl - F_GETFD - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3411 my_result = fcntl( my_newfd, F_GETFD, 0);
3413 printf( "fcntl - F_GETFD - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3442 my_result = fcntl( my_newfd, F_GETFD, 0);
3444 printf( "fcntl - F_GETFD - failed with error %d - \"%s\" \n", errno, strerror( errno) );
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c743 case F_GETFD:

Completed in 96 milliseconds