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

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c498 struct wwn_list_struct *wwn_list_p = NULL, *wwn_list_tmp_p = NULL; local
527 wwn_list_p = *wwn_list_ptr;
528 while (wwn_list_p != NULL) {
529 if (strstr(wwn_list_p->physical_path, SCSI_VHCI) != NULL) {
531 if ((get_scsi_vhci_port_wwn(wwn_list_p->physical_path,
536 get_wwns(wwn_list_p->physical_path,
547 if ((err = g_get_wwn(wwn_list_p->physical_path,
554 * wwn_list_p should point to the next
557 if ((wwn_list_p->wwn_prev == NULL) &&
558 (wwn_list_p
[all...]

Completed in 25 milliseconds