Searched defs:next_lun (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/luxadm/
H A Dfchba.c1327 struct lun_tracking *next_lun; member in struct:lun_tracking
1456 for (tmp = head; tmp != NULL; tmp = tmp->next_lun) {
1486 for (tmp = head; tmp->next_lun != NULL; tmp = tmp->next_lun) {}
1487 tmp->next_lun = (struct lun_tracking *)calloc(1,
1489 tmp = tmp->next_lun;
1699 outer = outer->next_lun) {
1748 first_time = first_time->next_lun) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c14860 struct fcp_lun *next_lun = plun->lun_next; local
14863 plun = next_lun;

Completed in 94 milliseconds