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

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

Completed in 139 milliseconds