Searched refs:opinfo_path_attr (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/ |
H A D | tpgs.c | 403 (void) strcpy(opinfo->opinfo_path_attr, PCLASS_PRIMARY); in std_path_get_opinfo() 405 (void) strcpy(opinfo->opinfo_path_attr, PCLASS_SECONDARY); in std_path_get_opinfo() 408 "class: %s state: %s\n", opinfo->opinfo_path_attr, in std_path_get_opinfo()
|
H A D | sym.c | 139 (void) strcpy(opinfo->opinfo_path_attr, "primary"); in symmetric_path_get_opinfo()
|
H A D | tape.c | 163 (void) strcpy(opinfo->opinfo_path_attr, PCLASS_PRIMARY); in tape_path_get_opinfo()
|
H A D | sym_hds.c | 284 (void) strcpy(opinfo->opinfo_path_attr, "primary"); in hds_sym_get_opinfo()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 3860 if (strcmp(pclass, opinfo.opinfo_path_attr) != 0) { in vhci_update_pathstates() 3862 opinfo.opinfo_path_attr); in vhci_update_pathstates() 3892 (opinfo.opinfo_path_attr) + 1, KM_SLEEP); in vhci_update_pathstates() 3893 (void) strlcpy(tptr, opinfo.opinfo_path_attr, in vhci_update_pathstates() 3894 (strlen(opinfo.opinfo_path_attr) + 1)); in vhci_update_pathstates() 3907 if (strcmp(pclass, opinfo.opinfo_path_attr) in vhci_update_pathstates() 3913 strcmp(opinfo.opinfo_path_attr, in vhci_update_pathstates() 3917 (opinfo.opinfo_path_attr) + in vhci_update_pathstates() 3920 opinfo.opinfo_path_attr, in vhci_update_pathstates() 3922 (opinfo.opinfo_path_attr) in vhci_update_pathstates() [all …]
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/ |
H A D | scsi_vhci.h | 528 char opinfo_path_attr[SCSI_MAXPCLASSLEN]; member
|