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

/freebsd-current/sys/cam/ctl/
H A Dctl_frontend.h55 typedef void (*port_func_t)(void *onoff_arg);
56 typedef int (*port_info_func_t)(void *onoff_arg, struct sbuf *sb);
131 * port_online(): This function is called, with onoff_arg as its
136 * port_offline(): This function is called, with onoff_arg as its
141 * onoff_arg: This is supplied as an argument to port_online()
225 void *onoff_arg; /* passed to CTL */ member in struct:ctl_port
H A Dctl_frontend.c332 port->port_online(port->onoff_arg);
361 port->port_offline(port->onoff_arg);
H A Dctl_frontend_cam_sim.c140 port->onoff_arg = softc;
H A Dscsi_ctl.c359 port->onoff_arg = softc;
H A Dctl_frontend_iscsi.c2201 port->onoff_arg = ct;
H A Dctl.c3407 retval = port->port_info(port->onoff_arg, sb);
/freebsd-current/sys/dev/usb/storage/
H A Dcfumass.c955 cfumass_port.onoff_arg = NULL;
/freebsd-current/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c784 port->onoff_arg = np;

Completed in 235 milliseconds