Home
last modified time | relevance | path

Searched refs:PCLASS_PRIMARY (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/
H A Dtape.c163 (void) strcpy(opinfo->opinfo_path_attr, PCLASS_PRIMARY); in tape_path_get_opinfo()
210 *nxt = PCLASS_PRIMARY; in tape_pathclass_next()
212 } else if (strcmp(cur, PCLASS_PRIMARY) == 0) { in tape_pathclass_next()
H A Dsym.c170 *nxt = PCLASS_PRIMARY; in symmetric_pathclass_next()
172 } else if (strcmp(cur, PCLASS_PRIMARY) == 0) { in symmetric_pathclass_next()
H A Dtpgs.c399 (void) strcpy(opinfo->opinfo_path_attr, PCLASS_PRIMARY); in std_path_get_opinfo()
494 *nxt = PCLASS_PRIMARY; in std_pathclass_next()
496 } else if (strcmp(cur, PCLASS_PRIMARY) == 0) { in std_pathclass_next()
H A Dasym_sun.c547 *nxt = PCLASS_PRIMARY; in purple_pathclass_next()
549 } else if (strcmp(cur, PCLASS_PRIMARY) == 0) { in purple_pathclass_next()
/titanic_44/usr/src/uts/common/sys/scsi/adapters/
H A Dscsi_vhci.h796 #define PCLASS_PRIMARY "primary" macro
/titanic_44/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c5848 if (strcmp(paddr, PCLASS_PRIMARY) && in vhci_ctl()
5876 if (fo->sfo_pathclass_next(PCLASS_PRIMARY, &pclass, in vhci_ctl()