Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cam/ctl/
Dctl_frontend.h255 void (*fe_dump)(void); /* passed to CTL */ member
Dscsi_ctl.c216 .fe_dump = ctlfe_dump,
Dctl.c2880 if (fe->fe_dump != NULL) in ctl_ioctl()
2881 fe->fe_dump(); in ctl_ioctl()