Home
last modified time | relevance | path

Searched refs:lun_map (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/sys/cam/ctl/
HDctl_frontend.h229 uint32_t *lun_map; /* passed to CTL */ member
HDctl_frontend.c320 if (port->lun_map) { in ctl_port_online()
364 if (port->lun_map) { in ctl_port_offline()
HDctl.c906 if (port->lun_map) in ctl_isc_announce_port()
926 if (port->lun_map) { in ctl_isc_announce_port()
928 memcpy(&msg->port.data[i], port->lun_map, in ctl_isc_announce_port()
1275 if (port->lun_map == NULL || in ctl_isc_port_sync()
1279 free(port->lun_map, M_CTL); in ctl_isc_port_sync()
1280 port->lun_map = malloc(msg->port.lun_map_len, in ctl_isc_port_sync()
1283 memcpy(port->lun_map, &msg->port.data[i], msg->port.lun_map_len); in ctl_isc_port_sync()
1288 free(port->lun_map, M_CTL); in ctl_isc_port_sync()
1289 port->lun_map = NULL; in ctl_isc_port_sync()
3428 if (port->lun_map != NULL) { in ctl_ioctl()
[all …]
/freebsd-14-stable/usr.sbin/ctladm/
HDctladm.c3503 char *target, *port, *lun_map; member
3619 cur_port->lun_map = str; in cctl_end_pelement()
3790 if (port->lun_map) { in cctl_portlist()
/freebsd-14-stable/sys/dev/sym/
HDsym_hipd.c1110 u32 lun_map[(SYM_CONF_MAX_LUN+31)/32]; member
6273 if (!lp && sym_is_bit(tp->lun_map, ln)) { in sym_get_ccb()
7258 sym_set_bit(tp->lun_map, cp->lun);