Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/miscfs/fifofs/
H A Dfifo.h130 int fifo_select(struct vnop_select_args *);
H A Dfifo_vnops.c96 { .opve_op = &vnop_select_desc, .opve_impl = (VOPFUNC)fifo_select }, /* select */
434 fifo_select(struct vnop_select_args *ap) in fifo_select() function
/xnu-12377.61.12/bsd/net/
H A Dnet_stubs.c69 STUB(fifo_select);