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

/osnet-11/usr/src/lib/libshare_plugins/legacy/
H A Dlibshare_legacy.c79 scf_instance_t *legacy_smf_instance; member in struct:legacy_handle
145 if (hdl->legacy_smf_instance != NULL) {
146 scf_instance_destroy(hdl->legacy_smf_instance);
147 hdl->legacy_smf_instance = NULL;
183 if ((hdl->legacy_smf_instance =
204 hdl->legacy_smf_instance) != 0)
310 if (scf_instance_get_pg(hdl->legacy_smf_instance, LEGACY_PG, pg) != 0) {
311 if (scf_instance_add_pg(hdl->legacy_smf_instance, LEGACY_PG,
545 if (scf_instance_get_pg(legacy_hdl->legacy_smf_instance,
547 if (scf_instance_add_pg(legacy_hdl->legacy_smf_instance,
[all...]

Completed in 16 milliseconds