Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Dsys_socket.c95 static int soo_read(struct fileproc *, struct uio *, int, vfs_context_t ctx);
102 .fo_read = soo_read,
113 soo_read(struct fileproc *fp, struct uio *uio, __unused int flags, in soo_read() function