Home
last modified time | relevance | path

Searched refs:port_online (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl_frontend.h222 port_func_t port_online; /* passed to CTL */ member
H A Dctl_frontend.c329 if (port->port_online != NULL) in ctl_port_online()
330 port->port_online(port->onoff_arg); in ctl_port_online()
H A Dctl_frontend_cam_sim.c138 port->port_online = cfcs_online; in cfcs_init()
H A Dscsi_ctl.c357 port->port_online = ctlfe_online; in ctlfeasync()
H A Dctl_frontend_iscsi.c2198 port->port_online = cfiscsi_online; in cfiscsi_ioctl_port_create()
/freebsd/sys/dev/usb/storage/
H A Dcfumass.c953 cfumass_port.port_online = cfumass_online; in cfumass_init()
/freebsd/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c860 port->port_online = nvmft_online; in nvmft_port_create()