Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/scsi/
H A Dscsi_target.c105 static void targfiltdetach(struct knote *kn);
109 { FILTEROP_ISFD, NULL, targfiltdetach, targreadfilt };
111 { FILTEROP_ISFD, NULL, targfiltdetach, targwritefilt };
357 targfiltdetach(struct knote *kn) in targfiltdetach() function