Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/coreadm/
H A Dcoreadm.c52 #define COREADM_INST_FMRI \ macro
413 if (!method && !is_online(COREADM_INST_FMRI)) { in do_modify()
448 if (scf_write_propvec(COREADM_INST_FMRI, CONFIG_PARAMS, properties, in do_modify()
462 if (smf_refresh_instance(COREADM_INST_FMRI) != 0) { in do_modify()
466 command, COREADM_INST_FMRI, scf_strerror(scf_error())); in do_modify()
647 if (scf_read_propvec(COREADM_INST_FMRI, CONFIG_PARAMS, B_TRUE, in do_update()