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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c30 * svc://[scope@][system-fqn]/service[:instance][@contract-id]
33 * scope, constract-id, and system-fqn are rarely used, leaving the much more
423 char *fqn = NULL; local
449 err = nvlist_lookup_string(nvl, FM_FMRI_SVC_AUTH_SYSTEM_FQN, &fqn);
469 * svc://[scope@][system-fqn]
474 topo_fmristr_build(&size, buf, buflen, fqn, NULL, NULL);
558 /* system-fqn */

Completed in 905 milliseconds