Home
last modified time | relevance | path

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

/freebsd/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);
225 void *onoff_arg; /* passed to CTL */ member
H A Dctl_frontend.c330 port->port_online(port->onoff_arg); in ctl_port_online()
359 port->port_offline(port->onoff_arg); in ctl_port_offline()
H A Dctl_frontend_cam_sim.c140 port->onoff_arg = softc; in cfcs_init()
H A Dscsi_ctl.c359 port->onoff_arg = softc; in ctlfeasync()
H A Dctl_frontend_iscsi.c2201 port->onoff_arg = ct; in cfiscsi_ioctl_port_create()
H A Dctl.c3401 retval = port->port_info(port->onoff_arg, sb); in ctl_ioctl()
/freebsd/sys/dev/usb/storage/
H A Dcfumass.c955 cfumass_port.onoff_arg = NULL; in cfumass_init()
/freebsd/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c863 port->onoff_arg = np; in nvmft_port_create()