Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_pipe.c173 static void filt_pipedetach(struct knote *kn);
189 .f_detach = filt_pipedetach,
195 .f_detach = filt_pipedetach,
1832 filt_pipedetach(struct knote *kn) in filt_pipedetach() function