Home
last modified time | relevance | path

Searched refs:MD_STR_PCIEX (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A Dhb_mdesc.c109 if ((rc == 0) && (s != NULL) && (strcmp(s, MD_STR_PCIEX) == 0)) in hb_rc_init()
135 if ((rc != 0) || s == NULL || strcmp(s, MD_STR_PCIEX) != 0) in hb_rc_init()
H A Dhb_mdesc.h44 #define MD_STR_PCIEX "pciex" macro
/titanic_41/usr/src/lib/fm/libldom/sparc/
H A Dldom.c63 #define MD_STR_PCIEX "pciex" macro
358 (p != NULL) && (strcmp(p, MD_STR_PCIEX) == 0)) { in get_type()