Home
last modified time | relevance | path

Searched refs:next_lun (Results 1 – 2 of 2) sorted by relevance

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