Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/ctl/
H A Dctl_frontend.h254 void (*fe_dump)(void); /* passed to CTL */ member
H A Dscsi_ctl.c214 .fe_dump = ctlfe_dump,
H A Dctl.c2946 if (fe->fe_dump != NULL) in ctl_ioctl()
2947 fe->fe_dump(); in ctl_ioctl()