Searched refs:scfhandle (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c378 ret = sa_get_instance(handle->scfhandle, "default");
380 ret = sa_start_transaction(handle->scfhandle,
383 ret = sa_set_property(handle->scfhandle,
387 handle->scfhandle, handle);
389 sa_abort_transaction(handle->scfhandle);
868 handle->scfhandle = sa_scf_init(handle);
869 if (handle->scfhandle != NULL) {
902 (handle->scfhandle->handle,
952 handle->scfhandle,
1014 handle->scfhandle
[all...]
H A Dscfutil.c112 ihandle->scfhandle = handle;
1345 * sa_end_transaction(scfhandle, sahandle)
1399 scfutilhandle_t *scfhandle; local
1401 if (sahandle == NULL || sahandle->scfhandle == NULL)
1404 scfhandle = sahandle->scfhandle;
1406 if (sa_get_instance(scfhandle, "default") != SA_OK)
1412 if (sa_start_transaction(scfhandle, "*state") != SA_OK)
1417 if (sa_set_property(sahandle->scfhandle, "lastupdate", tstring) ==
1423 (void) scf_transaction_commit(scfhandle
[all...]
H A Dlibshare_impl.h105 scfutilhandle_t *scfhandle; member in struct:sa_handle_impl
H A Dlibsharecore.c2204 prop = scf_simple_prop_get(implhandle->scfhandle->handle,

Completed in 54 milliseconds