Home
last modified time | relevance | path

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

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