Searched refs:svm_core_svcs (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dhandlelocalfs.c38 char svm_core_svcs[] = "system/filesystem/local:default"; variable
59 if ((cur_smf_state = smf_get_state(svm_core_svcs)) != NULL) {
61 if (smf_enable_instance(svm_core_svcs, SMF_TEMPORARY)
86 if ((cur_smf_state = smf_get_state(svm_core_svcs)) != NULL) {
129 if (smf_disable_instance(svm_core_svcs, SMF_TEMPORARY) != 0) {
134 if ((cur_smf_state = smf_get_state(svm_core_svcs)) != NULL) {
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_smf.c41 *svm_core_svcs[] = { variable
69 enable(svm_core_svcs, ep);
70 wait_online(svm_core_svcs);
96 disable(svm_core_svcs, ep);
126 if (online(svm_core_svcs, &names) == 0)

Completed in 24 milliseconds