Home
last modified time | relevance | path

Searched refs:SCF_PG_GENERAL (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c741 pgname = SCF_PG_GENERAL; in set_inst_enabled()
763 SCF_PG_GENERAL, SCF_PROPERTY_ENABLED); in set_inst_enabled()
844 fmri, SCF_PG_GENERAL, in set_inst_enabled()
1241 if (scf_instance_get_pg_composed(inst, snap, SCF_PG_GENERAL, pg) != 0) { in enable_fmri_rec()
1246 "property group).\n"), fmri, SCF_PG_GENERAL); in enable_fmri_rec()
1255 "\"%s/%s\" is too long).\n"), fmri, SCF_PG_GENERAL, in enable_fmri_rec()
1290 SCF_PG_GENERAL, SCF_PROPERTY_RESTARTER); in enable_fmri_rec()
1297 SCF_PG_GENERAL, SCF_PROPERTY_RESTARTER); in enable_fmri_rec()
H A Dsynch.c83 if (scf_instance_get_pg(inst, SCF_PG_GENERAL, pg) == 0 && in is_enabled()
474 if (scf_instance_get_pg_composed(inst, NULL, SCF_PG_GENERAL, pg) != 0) in has_potential()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c460 if ((prop = scf_simple_prop_get(hin, inst_name, SCF_PG_GENERAL, in list_callback()
478 if (((prop = scf_simple_prop_get(hin, inst_name, SCF_PG_GENERAL, in list_callback()
585 if ((prop = scf_simple_prop_get(h, instname, SCF_PG_GENERAL, in list_props_cb()
/illumos-gate/usr/src/cmd/rcap/rcapadm/
H A Drcapadm.c109 SCF_PG_GENERAL, SCF_PROPERTY_ENABLED)) != NULL && (numvals = in print_state()
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c549 if (scf_instance_get_pg(inst, SCF_PG_GENERAL, gpg) == -1) { in set_inst_enabled()
553 if (scf_instance_add_pg(inst, SCF_PG_GENERAL, in set_inst_enabled()
561 if (strcmp(pgname, SCF_PG_GENERAL) != 0) { in set_inst_enabled()
1076 if ((persistent = get_inst_enabled(inst, SCF_PG_GENERAL)) < 0) { in set_inst_enabled_atboot()
1094 if (set_inst_enabled(inst, desired, SCF_PG_GENERAL, in set_inst_enabled_atboot()
1139 SCF_PG_GENERAL_OVR : SCF_PG_GENERAL, flags & SMF_TEMPORARY ? in set_inst_enabled_flags()
H A Dscf_tmpl.c1003 ret = scf_instance_get_pg_composed(inst, s, SCF_PG_GENERAL, in _get_restarter_inst()
1006 ret = scf_service_get_pg(svc, SCF_PG_GENERAL, pg); in _get_restarter_inst()
/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfd.c267 if (strcmp(scratch_name, SCF_PG_GENERAL) == 0 || in is_correct_event()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c540 temp ? SCF_PG_GENERAL_OVR : SCF_PG_GENERAL, SCF_PROPERTY_ENABLED, in instance_enabled()
687 if (inst_get_single_val(inst, SCF_PG_GENERAL, in check_for_restarter()
2486 SCF_PG_GENERAL_OVR : SCF_PG_GENERAL; in print_detailed()
2549 if (inst_get_single_val(wip->inst, SCF_PG_GENERAL, in print_detailed()
3015 if (inst_get_single_val(wip->inst, SCF_PG_GENERAL, in list_instance()
H A Dexplain.c501 if (scf_instance_get_pg_composed(inst, NULL, SCF_PG_GENERAL, g_pg) != in add_instance()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c745 SCF_PG_GENERAL)) { in read_enable_merged()
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h299 #define SCF_PG_GENERAL "general" macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c1466 if (ra_get_boolean_prop(h, inst, SCF_PG_GENERAL, SCF_PROPERTY_ENABLED, in ra_get_set_opt_common_cb()
1520 ret = ra_set_boolean_prop(h, inst, SCF_PG_GENERAL, in ra_get_set_opt_common_cb()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c1179 if (scf_instance_get_pg_composed(inst, NULL, SCF_PG_GENERAL, pg) != 0) { in libscf_get_basic_instance_data()
3762 ret = libscf_inst_set_boolean_prop(inst, SCF_PG_GENERAL, in libscf_create_self()
H A Dgraph.c6462 if (strcmp(pg_name, SCF_PG_GENERAL) == 0 || in process_pg_event()
6749 if (strcmp(pg_name, SCF_PG_GENERAL) != 0) { in process_delete()
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c333 SCF_PG_GENERAL, pg) != 0) in stop_delegates()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c1248 if ((prop = scf_simple_prop_get(h, svc_name, SCF_PG_GENERAL, in list_callback()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c440 if (get_composed_properties(SCF_PG_GENERAL, B_FALSE, &sstate) == in dladm_bridge_get_properties()
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c380 #define AUTH_PG_GENERAL SCF_PG_GENERAL
550 {SCF_PG_GENERAL, SCF_PROPERTY_ENABLED, 0, general_enable_id},
2314 if (strcmp(pg, SCF_PG_GENERAL) == 0) { in general_enable_id()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c192 const char * const scf_pg_general = SCF_PG_GENERAL;
2470 strcmp(p->sc_pgroup_name, SCF_PG_GENERAL) == 0) { in entity_pgroup_import()
2934 is_general = strcmp(old->sc_pgroup_name, SCF_PG_GENERAL) == 0; in add_upgrade_entries()
3109 strcmp(cur->sc_pgroup_name, SCF_PG_GENERAL) == 0) in add_upgrade_entries()
7686 if (scf_instance_get_pg(imp_inst, SCF_PG_GENERAL, in lscf_service_import()
8877 SCF_PG_GENERAL, imp_pg) != 0 || in lscf_bundle_apply()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4660 prop = scf_simple_prop_get(NULL, svc_name, SCF_PG_GENERAL, in svc_enabled()