Home
last modified time | relevance | path

Searched refs:CTL_PORT_STATUS_ONLINE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl_frontend.h49 CTL_PORT_STATUS_ONLINE = 0x01, enumerator
H A Dctl_frontend.c339 port->status |= CTL_PORT_STATUS_ONLINE; in ctl_port_online()
374 port->status &= ~CTL_PORT_STATUS_ONLINE; in ctl_port_offline()
H A Dctl_frontend_ioctl.c606 if ((cfi->port.status & CTL_PORT_STATUS_ONLINE) == 0) in ctl_ioctl_io()
H A Dctl.c1059 port->status &= ~CTL_PORT_STATUS_ONLINE; in ctl_isc_ha_link_down()
2330 if (port == NULL || (port->status & CTL_PORT_STATUS_ONLINE) == 0) { in ctl_serialize_other_sc_cmd()
3369 (port->status & CTL_PORT_STATUS_ONLINE) ? "YES" : "NO"); in ctl_ioctl()
3491 if (port->status & CTL_PORT_STATUS_ONLINE) { in ctl_ioctl()
3517 if (port->status & CTL_PORT_STATUS_ONLINE) in ctl_ioctl()
3649 if (port->status & CTL_PORT_STATUS_ONLINE) { in ctl_lun_map_init()
3670 if (port->status & CTL_PORT_STATUS_ONLINE) { in ctl_lun_map_deinit()
3695 if ((port->status & CTL_PORT_STATUS_ONLINE) && old == UINT32_MAX) { in ctl_lun_map_set()
3712 if ((port->status & CTL_PORT_STATUS_ONLINE) && old != UINT32_MAX) { in ctl_lun_map_unset()
4744 if ((port->status & CTL_PORT_STATUS_ONLINE) == 0 || in ctl_enable_lun()
[all …]