Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dsys_pipe.c201 static int filt_piperead(struct knote *kn, long hint);
220 .f_event = filt_piperead,
1481 filt_piperead(struct knote *kn, long hint) in filt_piperead() function