Home
last modified time | relevance | path

Searched refs:lun_map_len (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/cam/ctl/
Dctl_io.h509 int lun_map_len; member
Dctl.c893 msg->port.lun_map_len = port->lun_map_size * sizeof(uint32_t); in ctl_isc_announce_port()
895 msg->port.lun_map_len); in ctl_isc_announce_port()
896 i += msg->port.lun_map_len; in ctl_isc_announce_port()
1201 if (msg->port.lun_map_len != 0) { in ctl_isc_port_sync()
1204 msg->port.lun_map_len) { in ctl_isc_port_sync()
1207 port->lun_map = malloc(msg->port.lun_map_len, in ctl_isc_port_sync()
1210 memcpy(port->lun_map, &msg->port.data[i], msg->port.lun_map_len); in ctl_isc_port_sync()
1211 port->lun_map_size = msg->port.lun_map_len / sizeof(uint32_t); in ctl_isc_port_sync()
1212 i += msg->port.lun_map_len; in ctl_isc_port_sync()