Home
last modified time | relevance | path

Searched refs:RCAP_FMRI (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/rcapadm/
H A Drcapadm.c108 if ((persistent_prop = scf_simple_prop_get(h, RCAP_FMRI, in print_state()
113 if ((temporary_prop = scf_simple_prop_get(h, RCAP_FMRI, in print_state()
275 if (smf_disable_instance(RCAP_FMRI, no_starting_stopping > 0 in main()
282 if (smf_enable_instance(RCAP_FMRI, no_starting_stopping > 0 in main()
294 if (strcmp(smf_get_state(RCAP_FMRI), in main()
296 (void) smf_maintain_instance(RCAP_FMRI, 0); in main()
331 if (smf_refresh_instance(RCAP_FMRI) != 0) in main()
/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd_conf.c55 if ((simple_h = scf_general_pg_setup(RCAP_FMRI, CONFIG_PG)) in rcfg_read()
170 if ((simple_h = scf_general_pg_setup(RCAP_FMRI, CONFIG_PG)) in modify_config()
H A Drcapd.h38 #define RCAP_FMRI "svc:/system/rcap:default" macro