Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Dsys_pipe.c195 static void filt_pipedetach(struct knote *kn);
211 .f_detach = filt_pipedetach,
219 .f_detach = filt_pipedetach,
227 .f_detach = filt_pipedetach,
1657 filt_pipedetach(struct knote *kn) in filt_pipedetach() function