Home
last modified time | relevance | path

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 Dtpgs.c399 (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 Dsym.c139 (void) strcpy(opinfo->opinfo_path_attr, "primary"); in symmetric_path_get_opinfo()
H A Dtape.c163 (void) strcpy(opinfo->opinfo_path_attr, PCLASS_PRIMARY); in tape_path_get_opinfo()
H A Dasym_sun.c477 (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 Dsym_hds.c284 (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 Dscsi_vhci.c3854 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 Dscsi_vhci.h525 char opinfo_path_attr[SCSI_MAXPCLASSLEN]; member