Home
last modified time | relevance | path

Searched refs:lun_map_size (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl_frontend.h228 int lun_map_size; /* passed to CTL */ member
H A Dctl_frontend.c318 for (l = 0; l < port->lun_map_size; l++) { in ctl_port_online()
362 for (l = 0; l < port->lun_map_size; l++) { in ctl_port_offline()
H A Dctl.c350 SYSCTL_INT(_kern_cam_ctl, OID_AUTO, lun_map_size, CTLFLAG_RWTUN,
877 i += port->lun_map_size * sizeof(uint32_t); in ctl_isc_announce_port()
897 msg->port.lun_map_len = port->lun_map_size * sizeof(uint32_t); in ctl_isc_announce_port()
1246 port->lun_map_size * sizeof(uint32_t) < in ctl_isc_port_sync()
1248 port->lun_map_size = 0; in ctl_isc_port_sync()
1254 port->lun_map_size = msg->port.lun_map_len / sizeof(uint32_t); in ctl_isc_port_sync()
1257 port->lun_map_size = 0; in ctl_isc_port_sync()
3423 for (j = 0; j < port->lun_map_size; j++) { in ctl_ioctl()
3638 if (port->lun_map == NULL || port->lun_map_size < size) { in ctl_lun_map_init()
3639 port->lun_map_size = 0; in ctl_lun_map_init()
[all …]