Lines Matching defs:lm
1045 struct ctl_lun_map lm;
1137 lm.port = port->p_ctl_port;
1138 lm.plun = UINT32_MAX;
1139 lm.lun = 0;
1140 error = ioctl(ctl_fd, CTL_LUN_MAP, &lm);
1148 lm.port = port->p_ctl_port;
1149 lm.plun = i;
1150 lm.lun = targ->t_luns[i]->l_ctl_lun;
1151 error = ioctl(ctl_fd, CTL_LUN_MAP, &lm);
1171 struct ctl_lun_map lm;
1179 lm.port = port->p_ctl_port;
1180 lm.plun = i;
1182 lm.lun = UINT32_MAX;
1184 lm.lun = targ->t_luns[i]->l_ctl_lun;
1189 if (lm.lun == olun)
1191 error = ioctl(ctl_fd, CTL_LUN_MAP, &lm);
1202 struct ctl_lun_map lm;
1264 lm.port = port->p_ctl_port;
1265 lm.plun = UINT32_MAX;
1266 lm.lun = UINT32_MAX;
1267 error = ioctl(ctl_fd, CTL_LUN_MAP, &lm);