Searched refs:FIONBIO (Results 1 – 16 of 16) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | filio.h | 78 #define FIONBIO _IOW('f', 126, int) /* set/clear non-blocking i/o */ macro
|
| /xnu-8019.80.24/bsd/dev/random/ |
| H A D | randomdev.c | 106 case FIONBIO: in random_ioctl()
|
| /xnu-8019.80.24/bsd/dev/ |
| H A D | mem.c | 145 case FIONBIO: in mmioctl()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | sys_socket.c | 203 case FIONBIO: /* int */ in soioctl()
|
| H A D | subr_log.c | 1044 case FIONBIO: in logioctl() 1146 case FIONBIO: in oslog_streamioctl()
|
| H A D | sys_generic.c | 1020 case FIONBIO: in ioctl() 1030 error = fo_ioctl(fp, FIONBIO, (caddr_t)&tmp, &context); in ioctl()
|
| H A D | sys_pipe.c | 1207 case FIONBIO: in pipe_ioctl()
|
| H A D | kern_descrip.c | 2858 error = fo_ioctl(fp, FIONBIO, (caddr_t)&tmp, &context); in sys_fcntl_nocancel() 2869 (void)fo_ioctl(fp, FIONBIO, (caddr_t)&tmp, &context); in sys_fcntl_nocancel()
|
| H A D | tty.c | 1082 case FIONBIO: /* set/clear non-blocking i/o */ in ttioctl_locked()
|
| /xnu-8019.80.24/bsd/miscfs/fifofs/ |
| H A D | fifo_vnops.c | 399 if (ap->a_command == FIONBIO) { in fifo_ioctl()
|
| /xnu-8019.80.24/bsd/security/audit/ |
| H A D | audit_pipe.c | 778 case FIONBIO: in audit_pipe_ioctl()
|
| H A D | audit_session.c | 1801 case FIONBIO: in audit_sdev_ioctl()
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_vnops.c | 1646 if (com == FIONBIO || com == FIOASYNC) { /* XXX */ in vn_ioctl()
|
| H A D | vfs_fsevents.c | 1823 case FIONBIO: in fseventsf_ioctl()
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | bpf.c | 2021 case FIONBIO: /* Non-blocking I/O; int */ in bpfioctl()
|
| /xnu-8019.80.24/tests/ |
| H A D | net_bridge.c | 1792 T_ASSERT_POSIX_SUCCESS(ioctl(fd, FIONBIO, &opt), NULL); in switch_port_list_add_port()
|