Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dtty.c119 static int filt_ttywrite (struct knote *kn, long hint);
1272 { FILTEROP_ISFD|FILTEROP_MPSAFE, NULL, filt_ttywdetach, filt_ttywrite };
1343 filt_ttywrite(struct knote *kn, long hint) in filt_ttywrite() function