Searched refs:best_pclass (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 4370 char *best_pclass, *pclass = NULL; in vhci_pathinfo_state_change() local 4385 NULL, &best_pclass, in vhci_pathinfo_state_change() 4399 best_pclass, in vhci_pathinfo_state_change() 4400 strlen(best_pclass)) == 0) { in vhci_pathinfo_state_change() 4734 char *pclass, *best_pclass; in vhci_update_pathinfo() local 4832 (void) fo->sfo_pathclass_next(NULL, &best_pclass, in vhci_update_pathinfo() 4835 (strcmp(pclass, best_pclass) == 0) && in vhci_update_pathinfo() 4836 (strcmp(resrv_pclass, best_pclass) != 0))) { in vhci_update_pathinfo() 4912 (void) fo->sfo_pathclass_next(NULL, &best_pclass, in vhci_update_pathinfo() 4916 (strcmp(pclass, best_pclass) == 0) && in vhci_update_pathinfo() [all …]
|