Searched defs:legacy_smf_hdl (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshare_plugins/legacy/
H A Dlibshare_legacy.c78 scf_handle_t *legacy_smf_hdl; member in struct:legacy_handle
140 if (hdl->legacy_smf_hdl != NULL) {
141 scf_handle_destroy(hdl->legacy_smf_hdl);
142 hdl->legacy_smf_hdl = NULL;
177 if ((hdl->legacy_smf_hdl = scf_handle_create(SCF_VERSION)) == NULL)
180 if (scf_handle_bind(hdl->legacy_smf_hdl) != 0)
184 scf_instance_create(hdl->legacy_smf_hdl)) == NULL)
188 scf_scope_create(hdl->legacy_smf_hdl)) == NULL)
191 if (scf_handle_get_scope(hdl->legacy_smf_hdl, SCF_SCOPE_LOCAL,
196 scf_service_create(hdl->legacy_smf_hdl))
[all...]

Completed in 23 milliseconds