Home
last modified time | relevance | path

Searched refs:SES_ENCLOSURE (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c858 enclosure = strstr(fmri, SES_ENCLOSURE); in topo_fmri_strhash_internal()
879 next = enclosure + sizeof (SES_ENCLOSURE); in topo_fmri_strhash_internal()
987 if (strncmp(fmria, SES_ENCLOSURE, sizeof (SES_ENCLOSURE) - 1) == 0 && in topo_fmri_strcmp_internal()
988 strncmp(fmrib, SES_ENCLOSURE, sizeof (SES_ENCLOSURE) - 1) == 0) { in topo_fmri_strcmp_internal()
989 fmria += sizeof (SES_ENCLOSURE); in topo_fmri_strcmp_internal()
990 fmrib += sizeof (SES_ENCLOSURE); in topo_fmri_strcmp_internal()
H A Dtopo_hc.h89 #define SES_ENCLOSURE "ses-enclosure" macro
H A Dhc.c193 { SES_ENCLOSURE, TOPO_STABILITY_PRIVATE },
/titanic_44/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c2888 SES_ENCLOSURE, cp->sec_instance, NULL, auth, in ses_create_chassis()
2895 if ((tn = topo_node_bind(mod, pnode, SES_ENCLOSURE, in ses_create_chassis()
3588 if (strcmp(name, SES_ENCLOSURE) != 0 && strcmp(name, BAY) != 0) in ses_enum()
3616 if (strcmp(name, SES_ENCLOSURE) == 0) { in ses_enum()
3642 if (strcmp(name, SES_ENCLOSURE) == 0) { in ses_enum()
3664 { SES_ENCLOSURE, FM_FMRI_SCHEME_HC, SES_VERSION, &ses_ops };
3676 SES_ENCLOSURE); in _topo_init()