Home
last modified time | relevance | path

Searched refs:l_ctl_lun (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/usr.sbin/ctld/
Dkernel.c602 cl->l_ctl_lun); in conf_new_from_kernel()
668 if (lun->l_ctl_lun >= 0) { in kernel_lun_add()
669 req.reqdata.create.req_lun_id = lun->l_ctl_lun; in kernel_lun_add()
771 req.reqdata.modify.lun_id = lun->l_ctl_lun; in kernel_lun_modify()
830 req.reqdata.rm.lun_id = lun->l_ctl_lun; in kernel_lun_remove()
989 lm.lun = targ->t_luns[i]->l_ctl_lun; in kernel_port_add()
1023 lm.lun = targ->t_luns[i]->l_ctl_lun; in kernel_port_update()
1027 olun = otarg->t_luns[i]->l_ctl_lun; in kernel_port_update()
Dctld.c1402 lun->l_ctl_lun = -1; in lun_new()
1506 lun->l_ctl_lun = value; in lun_set_ctl_lun()
1909 "removing", oldlun->l_name, oldlun->l_ctl_lun); in conf_apply()
1914 oldlun->l_name, oldlun->l_ctl_lun); in conf_apply()
1929 oldlun->l_name, oldlun->l_ctl_lun); in conf_apply()
1935 oldlun->l_name, oldlun->l_ctl_lun); in conf_apply()
1944 oldlun->l_name, oldlun->l_ctl_lun); in conf_apply()
1952 oldlun->l_name, oldlun->l_ctl_lun); in conf_apply()
1960 oldlun->l_name, oldlun->l_ctl_lun); in conf_apply()
1968 oldlun->l_name, oldlun->l_ctl_lun); in conf_apply()
[all …]
Dctld.h176 int l_ctl_lun; member
Dparse.y965 if (lun->l_ctl_lun >= 0) {