Home
last modified time | relevance | path

Searched refs:t_luns (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/ctld/
H A Dkernel.c1112 if (targ->t_luns[i] == NULL) in kernel_port_add()
1116 lm.lun = targ->t_luns[i]->l_ctl_lun; in kernel_port_add()
1147 if (targ->t_luns[i] == NULL) in kernel_port_update()
1150 lm.lun = targ->t_luns[i]->l_ctl_lun; in kernel_port_update()
1151 if (otarg->t_luns[i] == NULL) in kernel_port_update()
1154 olun = otarg->t_luns[i]->l_ctl_lun; in kernel_port_update()
H A Dparse.y919 target->t_luns[tmp] = lun;
945 target->t_luns[tmp] = lun;
H A Duclparse.c208 target->t_luns[tmp] = lun; in uclparse_target_lun()
238 target->t_luns[tmp] = lun; in uclparse_target_lun()
H A Dctld.h187 struct lun *t_luns[MAX_LUNS]; member
H A Dctld.c1493 if (targ->t_luns[i] == lun) in lun_delete()
1494 targ->t_luns[i] = NULL; in lun_delete()
1834 if (targ->t_luns[i] != NULL) in conf_verify()