Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/cam/ctl/
HDctl_frontend.h222 port_func_t port_online; /* passed to CTL */ member
HDctl_frontend.c332 if (port->port_online != NULL) in ctl_port_online()
333 port->port_online(port->onoff_arg); in ctl_port_online()
HDctl_frontend_cam_sim.c139 port->port_online = cfcs_online; in cfcs_init()
HDscsi_ctl.c358 port->port_online = ctlfe_online; in ctlfeasync()
HDctl_frontend_iscsi.c2199 port->port_online = cfiscsi_online; in cfiscsi_ioctl_port_create()
/freebsd-13-stable/sys/dev/usb/storage/
HDcfumass.c956 cfumass_port.port_online = cfumass_online; in cfumass_init()