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);
190 .f_detach = filt_pipedetach,
197 .f_detach = filt_pipedetach,
1836 filt_pipedetach(struct knote *kn) in filt_pipedetach() function