Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/skywalk/channel/
H A Dchannel.c102 static void filt_chrdetach(struct knote *);
128 .f_detach = filt_chrdetach,
525 filt_chrdetach(struct knote *kn) in filt_chrdetach() function