Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c898 enclosure = strstr(fmri, SES_ENCLOSURE); in topo_fmri_strhash_internal()
919 next = enclosure + sizeof (SES_ENCLOSURE); in topo_fmri_strhash_internal()
1027 if (strncmp(fmria, SES_ENCLOSURE, sizeof (SES_ENCLOSURE) - 1) == 0 && in topo_fmri_strcmp_internal()
1028 strncmp(fmrib, SES_ENCLOSURE, sizeof (SES_ENCLOSURE) - 1) == 0) { in topo_fmri_strcmp_internal()
1029 fmria += sizeof (SES_ENCLOSURE); in topo_fmri_strcmp_internal()
1030 fmrib += sizeof (SES_ENCLOSURE); in topo_fmri_strcmp_internal()
H A Dtopo_hc.h95 #define SES_ENCLOSURE "ses-enclosure" macro
H A Dhc.c205 { SES_ENCLOSURE, TOPO_STABILITY_PRIVATE },
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c3004 SES_ENCLOSURE, cp->sec_instance, NULL, auth, in ses_create_chassis()
3011 if ((tn = topo_node_bind(mod, pnode, SES_ENCLOSURE, in ses_create_chassis()
3789 if (strcmp(name, SES_ENCLOSURE) != 0 && strcmp(name, BAY) != 0) in ses_enum()
3817 if (strcmp(name, SES_ENCLOSURE) == 0) { in ses_enum()
3843 if (strcmp(name, SES_ENCLOSURE) == 0) { in ses_enum()
3865 { SES_ENCLOSURE, FM_FMRI_SCHEME_HC, SES_VERSION, &ses_ops };
3877 SES_ENCLOSURE); in _topo_init()