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

/freebsd-10.3-release/sys/cam/ctl/
H A Dctl_frontend.h228 uint32_t *lun_map; /* passed to CTL */ member in struct:ctl_port
H A Dctl_frontend.c317 if (port->lun_map) {
361 if (port->lun_map) {
H A Dctl.c830 if (port->lun_map)
850 if (port->lun_map) {
852 memcpy(&msg->port.data[i], port->lun_map,
1160 if (port->lun_map == NULL)
1161 port->lun_map = malloc(sizeof(uint32_t) * CTL_MAX_LUNS,
1163 memcpy(port->lun_map, &msg->port.data[i],
1167 free(port->lun_map, M_CTL);
1168 port->lun_map = NULL;
3299 if (port->lun_map != NULL) {
3300 sbuf_printf(sb, "\t<lun_map>o
[all...]
/freebsd-10.3-release/usr.sbin/ctladm/
H A Dctladm.c3474 char *target, *port, *lun_map; member in struct:cctl_port
3590 } else if (strcmp(name, "lun_map") == 0) {
3591 cur_port->lun_map = str;
3762 if (port->lun_map) {
/freebsd-10.3-release/sys/dev/sym/
H A Dsym_hipd.c1121 u32 lun_map[(SYM_CONF_MAX_LUN+31)/32]; member in struct:sym_tcb
6284 if (!lp && sym_is_bit(tp->lun_map, ln)) {
7275 sym_set_bit(tp->lun_map, cp->lun);

Completed in 187 milliseconds