Searched defs:fmrib (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c934 const char *fmria, *fmrib; local
951 fmrib = strchr(b + 5, '/');
952 if (fmria == NULL || fmrib == NULL)
955 fmrib++;
988 strncmp(fmrib, SES_ENCLOSURE, sizeof (SES_ENCLOSURE) - 1) == 0) {
990 fmrib += sizeof (SES_ENCLOSURE);
994 while (isdigit(*fmrib))
995 fmrib++;
998 return (strcmp(fmria, fmrib) == 0);

Completed in 156 milliseconds