Home
last modified time | relevance | path

Searched refs:opinfo_path_attr (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/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()
/onnv-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c3852 if (strcmp(pclass, opinfo.opinfo_path_attr) != 0) { in vhci_update_pathstates()
3854 opinfo.opinfo_path_attr); in vhci_update_pathstates()
3884 (opinfo.opinfo_path_attr)+1, KM_SLEEP); in vhci_update_pathstates()
3885 (void) strlcpy(tptr, opinfo.opinfo_path_attr, in vhci_update_pathstates()
3886 (strlen(opinfo.opinfo_path_attr)+1)); in vhci_update_pathstates()
3898 if (strcmp(pclass, opinfo.opinfo_path_attr) in vhci_update_pathstates()
3904 strcmp(opinfo.opinfo_path_attr, in vhci_update_pathstates()
3908 (opinfo.opinfo_path_attr)+1, in vhci_update_pathstates()
3911 opinfo.opinfo_path_attr, in vhci_update_pathstates()
3913 (opinfo.opinfo_path_attr) in vhci_update_pathstates()
[all …]
/onnv-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dscsi_vhci.h522 char opinfo_path_attr[SCSI_MAXPCLASSLEN]; member