Lines Matching defs:scope
30 * svc://[scope@][system-fqn]/service[:instance][@contract-id]
33 * scope, constract-id, and system-fqn are rarely used, leaving the much more
422 char *scope = NULL;
446 err = nvlist_lookup_string(nvl, FM_FMRI_SVC_AUTH_SCOPE, &scope);
447 if ((err != 0 && err != ENOENT) || !svc_component_valid(scope))
450 if ((err != 0 && err != ENOENT) || !svc_component_valid(scope))
469 * svc://[scope@][system-fqn]
473 topo_fmristr_build(&size, buf, buflen, scope, NULL, "@");
539 /* scope */
704 scf_scope_t *scope = NULL;
724 (scope = scf_scope_create(hdl)) == NULL ||
731 if (scf_handle_get_scope(hdl, SCF_SCOPE_LOCAL, scope) != 0)
738 if (scf_scope_get_service(scope, name, svc) != 0) {
805 scf_scope_destroy(scope);