Searched refs:F_SETFL (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dfcntl_ndelay.c56 "notes: measures F_GETFL/F_SETFL O_NDELAY on socket\n");
87 if (fcntl(fd, F_SETFL, &flags) < 0)
94 if (fcntl(fd, F_SETFL, &flags) < 0)
H A Dgetpeername.c122 if (fcntl(sock3, F_SETFL, O_NDELAY) == -1) {
H A Dconnection.c149 if (fcntl(ts->ts_lsns[i], F_SETFL, O_NDELAY) == -1) {
208 if (fcntl(ts->ts_cons[i], F_SETFL, O_NDELAY) == -1) {
H A Dclose_tcp.c172 if (fcntl(ts->ts_cons[i], F_SETFL, O_NDELAY) == -1) {
H A Dpipe.c402 if (fcntl(ts->ts_out, F_SETFL, O_NDELAY) == -1) {
412 if (fcntl(ts->ts_out, F_SETFL, 0) == -1) {
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_fcntl.c52 { BSM_F_SETFL, F_SETFL },
H A Daudit_bsm.c542 case F_SETFL:
/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h203 /* bits settable by fcntl(F_SETFL, ...) */
241 #define F_SETFL 4 /* set file status flags */ macro
/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c167 fcntl(tmpwritefd, F_SETFL, O_WRONLY | O_NONBLOCK);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c760 case F_SETFL:

Completed in 98 milliseconds