Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/channel/
H A Dchannel.c104 static void filt_chrdetach(struct knote *);
130 .f_detach = filt_chrdetach,
526 filt_chrdetach(struct knote *kn) in filt_chrdetach() function