Home
last modified time | relevance | path

Searched refs:FIONREAD (Results 1 – 10 of 10) sorted by relevance

/xnu-10002.41.9/bsd/sys/
H A Dfilio.h77 #define FIONREAD _IOR('f', 127, int) /* get # bytes to read */ macro
/xnu-10002.41.9/bsd/kern/
H A Dsys_socket.c226 case FIONREAD: /* int */ in soioctl()
H A Dsubr_log.c411 case FIONREAD: in logioctl()
H A Dsys_pipe.c1220 case FIONREAD: in pipe_ioctl()
H A Dtty.c1145 case FIONREAD: /* get # bytes to read */ in ttioctl_locked()
/xnu-10002.41.9/bsd/miscfs/fifofs/
H A Dfifo_vnops.c621 int err = sock_ioctl(vp->v_fifoinfo->fi_readsock, FIONREAD, (void*)&mcount); in fifo_charcount()
/xnu-10002.41.9/bsd/security/audit/
H A Daudit_pipe.c789 case FIONREAD: in audit_pipe_ioctl()
H A Daudit_session.c1787 case FIONREAD: in audit_sdev_ioctl()
/xnu-10002.41.9/bsd/net/
H A Dbpf.c1883 X(FIONREAD) \
2021 case FIONREAD: /* int */ in bpfioctl()
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_vnops.c1680 if (com == FIONREAD) { in vn_ioctl()