Searched refs:FIONBIO (Results 1 – 17 of 17) sorted by relevance
| /xnu-8792.41.9/bsd/sys/ |
| H A D | filio.h | 78 #define FIONBIO _IOW('f', 126, int) /* set/clear non-blocking i/o */ macro
|
| /xnu-8792.41.9/bsd/dev/random/ |
| H A D | randomdev.c | 125 case FIONBIO: in random_ioctl()
|
| /xnu-8792.41.9/bsd/dev/ |
| H A D | mem.c | 145 case FIONBIO: in mmioctl()
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | sys_socket.c | 203 case FIONBIO: /* int */ in soioctl()
|
| H A D | subr_log.c | 428 case FIONBIO: in logioctl()
|
| H A D | subr_log_stream.c | 930 case FIONBIO: in oslog_streamioctl()
|
| H A D | sys_generic.c | 954 case FIONBIO: in ioctl() 964 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 | 2871 error = fo_ioctl(fp, FIONBIO, (caddr_t)&tmp, &context); in sys_fcntl_nocancel() 2882 (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-8792.41.9/bsd/miscfs/fifofs/ |
| H A D | fifo_vnops.c | 399 if (ap->a_command == FIONBIO) { in fifo_ioctl()
|
| /xnu-8792.41.9/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-8792.41.9/bsd/net/ |
| H A D | bpf.c | 1721 X(FIONBIO) \ 2166 case FIONBIO: /* Non-blocking I/O; int */ in bpfioctl()
|
| /xnu-8792.41.9/bsd/vfs/ |
| H A D | vfs_vnops.c | 1711 if (com == FIONBIO || com == FIOASYNC) { /* XXX */ in vn_ioctl()
|
| H A D | vfs_fsevents.c | 2097 case FIONBIO: in fseventsf_ioctl()
|
| /xnu-8792.41.9/tests/ |
| H A D | net_bridge.c | 1793 T_ASSERT_POSIX_SUCCESS(ioctl(fd, FIONBIO, &opt), NULL); in switch_port_list_add_port()
|