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

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c499 struct wwn_list_struct *wwn_list_p = NULL, *wwn_list_tmp_p = NULL; local
528 wwn_list_p = *wwn_list_ptr;
529 while (wwn_list_p != NULL) {
530 if (strstr(wwn_list_p->physical_path, SCSI_VHCI) != NULL) {
532 if ((get_scsi_vhci_port_wwn(wwn_list_p->physical_path,
537 get_wwns(wwn_list_p->physical_path,
548 if ((err = g_get_wwn(wwn_list_p->physical_path,
555 * wwn_list_p should point to the next
558 if ((wwn_list_p->wwn_prev == NULL) &&
559 (wwn_list_p
[all...]

Completed in 63 milliseconds