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

/freebsd-11.0-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.c828 if (port->lun_map)
848 if (port->lun_map) {
850 memcpy(&msg->port.data[i], port->lun_map,
1158 if (port->lun_map == NULL)
1159 port->lun_map = malloc(sizeof(uint32_t) * CTL_MAX_LUNS,
1161 memcpy(port->lun_map, &msg->port.data[i],
1165 free(port->lun_map, M_CTL);
1166 port->lun_map = NULL;
3298 if (port->lun_map != NULL) {
3299 sbuf_printf(sb, "\t<lun_map>o
[all...]
/freebsd-11.0-release/usr.sbin/ctladm/
H A Dctladm.c3489 char *target, *port, *lun_map; member in struct:cctl_port
3605 } else if (strcmp(name, "lun_map") == 0) {
3606 cur_port->lun_map = str;
3777 if (port->lun_map) {
/freebsd-11.0-release/sys/dev/sym/
H A Dsym_hipd.c1119 u32 lun_map[(SYM_CONF_MAX_LUN+31)/32]; member in struct:sym_tcb
6282 if (!lp && sym_is_bit(tp->lun_map, ln)) {
7273 sym_set_bit(tp->lun_map, cp->lun);

Completed in 410 milliseconds