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
413 char *scope = NULL;
437 err = nvlist_lookup_string(nvl, FM_FMRI_SVC_AUTH_SCOPE, &scope);
438 if ((err != 0 && err != ENOENT) || !svc_component_valid(scope))
441 if ((err != 0 && err != ENOENT) || !svc_component_valid(scope))
460 * svc://[scope@][system-fqn]
464 topo_fmristr_build(&size, buf, buflen, scope, NULL, "@");
530 /* scope */
693 scf_scope_t *scope = NULL;
713 (scope = scf_scope_create(hdl)) == NULL ||
720 if (scf_handle_get_scope(hdl, SCF_SCOPE_LOCAL, scope) != 0)
727 if (scf_scope_get_service(scope, name, svc) != 0) {
794 scf_scope_destroy(scope);