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

/xnu-2782.1.97/bsd/sys/
H A Dfilio.h78 #define FIONBIO _IOW('f', 126, int) /* set/clear non-blocking i/o */ macro
/xnu-2782.1.97/bsd/dev/random/
H A Drandomdev.c112 case FIONBIO:
/xnu-2782.1.97/bsd/dev/
H A Dmem.c142 case FIONBIO:
/xnu-2782.1.97/bsd/kern/
H A Dsubr_log.c294 case FIONBIO:
H A Dsys_socket.c217 case FIONBIO: /* int */
H A Dsys_generic.c861 case FIONBIO:
866 error = fo_ioctl(fp, FIONBIO, (caddr_t)&tmp, &context);
H A Dsys_pipe.c1138 case FIONBIO:
H A Dkern_descrip.c858 error = fo_ioctl(fp, FIONBIO, (caddr_t)&tmp, &context);
867 (void)fo_ioctl(fp, FIONBIO, (caddr_t)&tmp, &context);
H A Dtty.c1154 case FIONBIO: /* set/clear non-blocking i/o */
/xnu-2782.1.97/bsd/miscfs/fifofs/
H A Dfifo_vnops.c375 if (ap->a_command == FIONBIO)
/xnu-2782.1.97/bsd/security/audit/
H A Daudit_pipe.c772 case FIONBIO:
H A Daudit_session.c1773 case FIONBIO:
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_vnops.c1385 if (com == FIONBIO || com == FIOASYNC) { /* XXX */
H A Dvfs_fsevents.c1701 case FIONBIO:
/xnu-2782.1.97/bsd/net/
H A Dbpf.c1652 case FIONBIO: /* Non-blocking I/O; int */

Completed in 110 milliseconds