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

/illumos-gate/usr/src/cmd/luxadm/
H A Dfchba.c1317 struct lun_tracking { struct
1323 /* Points to another lun_tracking instance with the same map->LUID */
1324 struct lun_tracking *next_path;
1326 /* Points to next lun_tracking with a different map->LUID */
1327 struct lun_tracking *next_lun;
1333 scsi_vhci_details(struct lun_tracking *lun)
1451 add_lun_path(struct lun_tracking *head, HBA_FCPSCSIENTRYV2 *map,
1454 struct lun_tracking *tmp = NULL, *cmp = NULL;
1472 cmp->next_path = (struct lun_tracking *)calloc(1,
1473 sizeof (struct lun_tracking));
[all...]

Completed in 47 milliseconds