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

/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_frontend.h166 * fe_dump(): This function, if it exists, is called by CTL
224 void (*fe_dump)(void); /* passed to CTL */ member in struct:ctl_frontend
H A Dscsi_ctl.c418 fe->fe_dump = ctlfe_dump;
H A Dctl.c2947 if (fe->fe_dump == NULL)
2950 fe->fe_dump();

Completed in 81 milliseconds