Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_frontend.h254 void (*fe_dump)(void); /* passed to CTL */ member
H A Dscsi_ctl.c213 .fe_dump = ctlfe_dump,
H A Dctl.c2922 if (fe->fe_dump != NULL) in ctl_ioctl()
2923 fe->fe_dump(); in ctl_ioctl()
/freebsd/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c64 .fe_dump = NULL,