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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsw.c438 topo_fmristr_build(&size, buf, buflen, FM_FMRI_SCHEME_SW,
452 topo_fmristr_build(&size, buf, buflen, ":", NULL, NULL);
453 topo_fmristr_build(&size, buf, buflen, "=",
459 topo_fmristr_build(&size, buf, buflen, "/", NULL, NULL);
463 topo_fmristr_build(&size, buf, buflen, root,
468 topo_fmristr_build(&size, buf, buflen, path,
473 topo_fmristr_build(&size, buf, buflen, token,
477 topo_fmristr_build(&size, buf, buflen, file,
482 topo_fmristr_build(&size, buf, buflen, func,
492 topo_fmristr_build(
[all...]
H A Dmod.c301 topo_fmristr_build(&size, buf, buflen, FM_FMRI_SCHEME_MOD, NULL, "://");
311 topo_fmristr_build(&size, buf, buflen, ":", NULL, NULL);
312 topo_fmristr_build(&size, buf, buflen, "=",
318 topo_fmristr_build(&size, buf, buflen, modname,
322 topo_fmristr_build(&size, buf, buflen, numbuf, FM_FMRI_MOD_ID "=",
H A Dpkg.c278 topo_fmristr_build(&size, buf, buflen, FM_FMRI_SCHEME_PKG, NULL, "://");
288 topo_fmristr_build(&size, buf, buflen, ":", NULL, NULL);
289 topo_fmristr_build(&size, buf, buflen, "=",
295 topo_fmristr_build(&size, buf, buflen, pkgname, "/", NULL);
H A Dtopo_subr.h133 extern void topo_fmristr_build(ssize_t *, char *, size_t, char *, char *,
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 Dsvc.c471 topo_fmristr_build(&size, buf, buflen, FM_FMRI_SCHEME_SVC,
473 topo_fmristr_build(&size, buf, buflen, scope, NULL, "@");
474 topo_fmristr_build(&size, buf, buflen, fqn, NULL, NULL);
480 topo_fmristr_build(&size, buf, buflen, service, "/", NULL);
483 topo_fmristr_build(&size, buf, buflen, instance, ":", NULL);
484 topo_fmristr_build(&size, buf, buflen, contract, "@", NULL);
H A Dhc.c514 topo_fmristr_build(&size, buf, buflen, FM_FMRI_SCHEME_HC, NULL, "://");
524 topo_fmristr_build(&size, buf, buflen, ":", NULL, NULL);
525 topo_fmristr_build(&size, buf, buflen, "=",
531 topo_fmristr_build(&size,
533 topo_fmristr_build(&size,
535 topo_fmristr_build(&size,
539 topo_fmristr_build(&size, buf, buflen, "/", NULL, NULL);
543 topo_fmristr_build(&size, buf, buflen, root, NULL, NULL);
551 topo_fmristr_build(&size,
557 topo_fmristr_build(
[all...]
H A Dtopo_subr.c235 topo_fmristr_build(ssize_t *sz, char *buf, size_t buflen, char *str, function

Completed in 88 milliseconds