Searched refs:onoff_arg (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_frontend.h49 typedef void (*port_func_t)(void *onoff_arg);
94 * port_online(): This function is called, with onoff_arg as its
99 * port_offline(): This function is called, with onoff_arg as its
104 * onoff_arg: This is supplied as an argument to port_online()
214 void *onoff_arg; /* passed to CTL */ member in struct:ctl_frontend
H A Dctl_frontend.c173 fe->port_online(fe->onoff_arg);
181 fe->port_offline(fe->onoff_arg);
H A Dctl_frontend_cam_sim.c166 fe->onoff_arg = softc;
H A Dctl_frontend_internal.c264 fe->onoff_arg = softc;
H A Dscsi_ctl.c410 fe->onoff_arg = bus_softc;
H A Dctl_frontend_iscsi.c1290 fe->onoff_arg = softc;
H A Dctl.c1124 fe->onoff_arg = &softc->ioctl_info;
4549 fe->port_offline(fe->onoff_arg);

Completed in 205 milliseconds