Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/scsi/
H A Dscsi_target.c106 static int targreadfilt(struct knote *kn, long hint);
109 { FILTEROP_ISFD, NULL, targfiltdetach, targreadfilt };
367 targreadfilt(struct knote *kn, long hint) in targreadfilt() function