Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dtty.c120 static void filt_ttywdetach (struct knote *kn);
1272 { FILTEROP_ISFD|FILTEROP_MPSAFE, NULL, filt_ttywdetach, filt_ttywrite };
1333 filt_ttywdetach(struct knote *kn) in filt_ttywdetach() function