Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/skywalk/channel/
H A Dchannel.c105 static int filt_chread(struct knote *, long);
129 .f_event = filt_chread,
565 filt_chread(struct knote *kn, long hint) in filt_chread() function