Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/aac/
H A Daac.c193 static int aac_filter_read(struct knote *kn, long hint);
2902 { FILTEROP_ISFD|FILTEROP_MPSAFE, NULL, aac_filter_detach, aac_filter_read };
2941 aac_filter_read(struct knote *kn, long hint) in aac_filter_read() function