Searched refs:opinfo_path_attr (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/ |
H A D | tpgs.c | 399 (void) strcpy(opinfo->opinfo_path_attr, PCLASS_PRIMARY); in std_path_get_opinfo() 401 (void) strcpy(opinfo->opinfo_path_attr, PCLASS_SECONDARY); in std_path_get_opinfo() 404 "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 | asym_sun.c | 477 (void) strcpy(opinfo->opinfo_path_attr, "primary"); in purple_path_get_opinfo() 479 (void) strcpy(opinfo->opinfo_path_attr, "secondary"); in purple_path_get_opinfo()
|
H A D | sym_hds.c | 284 (void) strcpy(opinfo->opinfo_path_attr, "primary"); in hds_sym_get_opinfo()
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 3854 if (strcmp(pclass, opinfo.opinfo_path_attr) != 0) { in vhci_update_pathstates() 3856 opinfo.opinfo_path_attr); in vhci_update_pathstates() 3886 (opinfo.opinfo_path_attr)+1, KM_SLEEP); in vhci_update_pathstates() 3887 (void) strlcpy(tptr, opinfo.opinfo_path_attr, in vhci_update_pathstates() 3888 (strlen(opinfo.opinfo_path_attr)+1)); in vhci_update_pathstates() 3900 if (strcmp(pclass, opinfo.opinfo_path_attr) in vhci_update_pathstates() 3906 strcmp(opinfo.opinfo_path_attr, in vhci_update_pathstates() 3910 (opinfo.opinfo_path_attr)+1, in vhci_update_pathstates() 3913 opinfo.opinfo_path_attr, in vhci_update_pathstates() 3915 (opinfo.opinfo_path_attr) in vhci_update_pathstates() [all …]
|
/titanic_41/usr/src/uts/common/sys/scsi/adapters/ |
H A D | scsi_vhci.h | 525 char opinfo_path_attr[SCSI_MAXPCLASSLEN]; member
|