Searched refs:topo_fmristr_build (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dpkg.c139 topo_fmristr_build(&size, buf, buflen, FM_FMRI_SCHEME_PKG, NULL, "://");
152 topo_fmristr_build(&size, buf, buflen, ":", NULL, NULL);
153 topo_fmristr_build(&size, buf, buflen, "=",
159 topo_fmristr_build(&size, buf, buflen, pkgname, "/", NULL);
H A Dsw.c444 topo_fmristr_build(&size, buf, buflen, FM_FMRI_SCHEME_SW,
458 topo_fmristr_build(&size, buf, buflen, ":", NULL, NULL);
459 topo_fmristr_build(&size, buf, buflen, "=",
465 topo_fmristr_build(&size, buf, buflen, "/", NULL, NULL);
469 topo_fmristr_build(&size, buf, buflen, root,
474 topo_fmristr_build(&size, buf, buflen, path,
479 topo_fmristr_build(&size, buf, buflen, token,
483 topo_fmristr_build(&size, buf, buflen, file,
488 topo_fmristr_build(&size, buf, buflen, func,
498 topo_fmristr_build(
[all...]
H A Dmod.c300 topo_fmristr_build(&size, buf, buflen, FM_FMRI_SCHEME_MOD, NULL, "://");
313 topo_fmristr_build(&size, buf, buflen, ":", NULL, NULL);
314 topo_fmristr_build(&size, buf, buflen, "=",
320 topo_fmristr_build(&size, buf, buflen, modname,
H A Dsvc.c462 topo_fmristr_build(&size, buf, buflen, FM_FMRI_SCHEME_SVC,
464 topo_fmristr_build(&size, buf, buflen, scope, NULL, "@");
465 topo_fmristr_build(&size, buf, buflen, fqn, NULL, NULL);
471 topo_fmristr_build(&size, buf, buflen, service, "/", NULL);
474 topo_fmristr_build(&size, buf, buflen, instance, ":", NULL);
475 topo_fmristr_build(&size, buf, buflen, contract, "@", NULL);
H A Ddev.c168 topo_fmristr_build(&size,
171 /* device-id part, topo_fmristr_build does nothing if devid is NULL */
172 topo_fmristr_build(&size,
176 topo_fmristr_build(&size,
192 topo_fmristr_build(&size, buf, buflen, devpath,
H A Dtopo_subr.h135 extern void topo_fmristr_build(ssize_t *, char *, size_t, char *, char *,
H A Dhc.c417 topo_fmristr_build(sz, buf, buflen, "/", NULL, NULL);
418 topo_fmristr_build(sz, buf, buflen, "=", hcsn, decstr);
473 topo_fmristr_build(&size, buf, buflen, FM_FMRI_SCHEME_HC, NULL, "://");
486 topo_fmristr_build(&size, buf, buflen, ":", NULL, NULL);
487 topo_fmristr_build(&size, buf, buflen, "=",
494 topo_fmristr_build(&size,
496 topo_fmristr_build(&size,
498 topo_fmristr_build(&size,
501 topo_fmristr_build(&size,
503 topo_fmristr_build(
[all...]
H A Dtopo_subr.c238 topo_fmristr_build(ssize_t *sz, char *buf, size_t buflen, char *str, function

Completed in 63 milliseconds