Home
last modified time | relevance | path

Searched refs:FIONBIO (Results 1 – 19 of 19) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dfilio.h78 #define FIONBIO _IOW('f', 126, int) /* set/clear non-blocking i/o */ macro
/xnu-12377.41.6/bsd/dev/random/
H A Drandomdev.c125 case FIONBIO: in random_ioctl()
/xnu-12377.41.6/bsd/dev/
H A Dmem.c145 case FIONBIO: in mmioctl()
/xnu-12377.41.6/tests/
H A Dnet_vlan.c324 T_ASSERT_POSIX_SUCCESS(ioctl(fd, FIONBIO, &opt), NULL); in vlan_send_short_packet()
H A Dnet_bridge.c1242 T_ASSERT_POSIX_SUCCESS(ioctl(fd, FIONBIO, &opt), NULL); in switch_port_list_add_port()
/xnu-12377.41.6/bsd/kern/
H A Dsys_socket.c203 case FIONBIO: /* int */ in soioctl()
H A Dsubr_log.c409 case FIONBIO: in logioctl()
H A Dsubr_log_stream.c930 case FIONBIO: in oslog_streamioctl()
H A Dtty_dev.c1135 case FIONBIO: /* set/clear non-blocking i/o */
H A Dsys_generic.c950 case FIONBIO: in ioctl()
960 error = fo_ioctl(fp, FIONBIO, (caddr_t)&tmp, &context); in ioctl()
H A Dsys_pipe.c1207 case FIONBIO: in pipe_ioctl()
H A Dkern_descrip.c2893 error = fo_ioctl(fp, FIONBIO, (caddr_t)&tmp, &context); in sys_fcntl_nocancel()
2904 (void)fo_ioctl(fp, FIONBIO, (caddr_t)&tmp, &context); in sys_fcntl_nocancel()
H A Dtty.c1147 case FIONBIO: /* set/clear non-blocking i/o */ in ttioctl_locked()
/xnu-12377.41.6/bsd/miscfs/fifofs/
H A Dfifo_vnops.c407 if (ap->a_command == FIONBIO) { in fifo_ioctl()
/xnu-12377.41.6/bsd/security/audit/
H A Daudit_pipe.c778 case FIONBIO: in audit_pipe_ioctl()
H A Daudit_session.c1771 case FIONBIO: in audit_sdev_ioctl()
/xnu-12377.41.6/bsd/net/
H A Dbpf.c1969 X(FIONBIO) \
2475 case FIONBIO: /* Non-blocking I/O; int */ in bpfioctl()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_vnops.c1757 if (com == FIONBIO || com == FIOASYNC) { /* XXX */ in vn_ioctl()
H A Dvfs_fsevents.c2222 case FIONBIO: in fseventsf_ioctl()