Home
last modified time | relevance | path

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

/titanic_41/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) { in enable_local_fs()
61 if (smf_enable_instance(svm_core_svcs, SMF_TEMPORARY) in enable_local_fs()
86 if ((cur_smf_state = smf_get_state(svm_core_svcs)) != NULL) { in enable_local_fs()
129 if (smf_disable_instance(svm_core_svcs, SMF_TEMPORARY) != 0) { in restore_local_fs()
134 if ((cur_smf_state = smf_get_state(svm_core_svcs)) != NULL) { in restore_local_fs()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_smf.c42 *svm_core_svcs[] = { variable
70 enable(svm_core_svcs, ep); in meta_smf_enable()
71 wait_online(svm_core_svcs); in meta_smf_enable()
97 disable(svm_core_svcs, ep); in meta_smf_disable()
127 if (online(svm_core_svcs, &names) == 0) in meta_smf_isonline()