Searched refs:FIONBIO (Results 1 - 15 of 15) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dfilio.h78 #define FIONBIO _IOW('f', 126, int) /* set/clear non-blocking i/o */ macro
/xnu-2422.115.4/bsd/dev/i386/
H A Dmem.c133 case FIONBIO:
/xnu-2422.115.4/bsd/kern/
H A Dsubr_log.c294 case FIONBIO:
H A Dsys_socket.c217 case FIONBIO: /* int */
H A Dsys_generic.c853 case FIONBIO:
858 error = fo_ioctl(fp, FIONBIO, (caddr_t)&tmp, &context);
H A Dsys_pipe.c1138 case FIONBIO:
H A Dkern_descrip.c854 error = fo_ioctl(fp, FIONBIO, (caddr_t)&tmp, &context);
863 (void)fo_ioctl(fp, FIONBIO, (caddr_t)&tmp, &context);
H A Dtty.c1131 case FIONBIO: /* set/clear non-blocking i/o */
/xnu-2422.115.4/bsd/dev/random/
H A Drandomdev.c444 case FIONBIO:
/xnu-2422.115.4/bsd/miscfs/fifofs/
H A Dfifo_vnops.c375 if (ap->a_command == FIONBIO)
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_pipe.c772 case FIONBIO:
H A Daudit_session.c1773 case FIONBIO:
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c1317 if (com == FIONBIO || com == FIOASYNC) { /* XXX */
H A Dvfs_fsevents.c1697 case FIONBIO:
/xnu-2422.115.4/bsd/net/
H A Dbpf.c1572 case FIONBIO: /* Non-blocking I/O; int */

Completed in 94 milliseconds