Home
last modified time | relevance | path

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 Dtpgs.c403 (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 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 Dsym_hds.c284 (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 Dscsi_vhci.c3860 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 Dscsi_vhci.h528 char opinfo_path_attr[SCSI_MAXPCLASSLEN]; member