Searched refs:scf_snapshot_create (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc31 file path=usr/share/man/man3scf/scf_snapshot_create.3scf
77 target=scf_snapshot_create.3scf
250 target=scf_snapshot_create.3scf
254 target=scf_snapshot_create.3scf
256 target=scf_snapshot_create.3scf
258 target=scf_snapshot_create.3scf
260 target=scf_snapshot_create.3scf
/illumos-gate/usr/src/man/man3scf/
H A DMakefile35 scf_snapshot_create.3scf \
371 scf_instance_get_snapshot.3scf := LINKSRC = scf_snapshot_create.3scf
372 scf_snapshot_destroy.3scf := LINKSRC = scf_snapshot_create.3scf
373 scf_snapshot_get_name.3scf := LINKSRC = scf_snapshot_create.3scf
374 scf_snapshot_get_parent.3scf := LINKSRC = scf_snapshot_create.3scf
375 scf_snapshot_handle.3scf := LINKSRC = scf_snapshot_create.3scf
376 scf_snapshot_update.3scf := LINKSRC = scf_snapshot_create.3scf
/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfd.c659 snap = scf_snapshot_create(h);
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c348 if ((res->sr_snap = scf_snapshot_create(res->sr_handle)) == NULL) {
/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.h145 (void *(*)(scf_handle_t *))scf_snapshot_create, (h))
H A Dlibscf.c116 snap = scf_snapshot_create(h);
140 snap = scf_snapshot_create(h);
345 snap = scf_snapshot_create(h);
H A Dmethod.c696 snap = scf_snapshot_create(h);
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsynch.c466 (snap = scf_snapshot_create(h)) == NULL ||
H A Dsvcadm.c1080 if ((snap = scf_snapshot_create(h)) == NULL ||
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_scm.c187 snap = scf_snapshot_create(mgr_ctx->mc_scf_hdl);
/illumos-gate/usr/src/cmd/kbd/
H A Dkbd.c652 (snap = scf_snapshot_create(h)) == NULL ||
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h582 scf_snapshot_t *scf_snapshot_create(scf_handle_t *);
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c1335 ret->snap = scf_snapshot_create(ret->h);
2596 scf_snapshot_t *snap = running ? scf_snapshot_create(h) : NULL;
2762 scf_snapshot_t *snap = scf_snapshot_create(h);
H A Dnotify_params.c196 scf_snapshot_t *snap = scf_snapshot_create(h);
H A Dscf_tmpl.c922 if ((*snap = scf_snapshot_create(h)) == NULL) {
1788 if ((snap = scf_snapshot_create(h)) == NULL) {
H A Dlowlevel.c774 (ret->rh_snapshot = scf_snapshot_create(ret)) == NULL ||
2942 scf_snapshot_create(scf_handle_t *handle) function
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_util.c889 (snap = scf_snapshot_create(h)) == NULL ||
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c380 scf_snapshot_t *snap = scf_snapshot_create(hndl);
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c304 (snap = scf_snapshot_create(h)) == NULL ||
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c479 snap = scf_snapshot_create(h);
2688 scf_snapshot_t *snap = scf_snapshot_create(h);
H A Dexplain.c257 (g_snap = scf_snapshot_create(h)) == NULL ||
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c186 sstate->ss_snap = scf_snapshot_create(sstate->ss_handle);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1567 if ((snap = scf_snapshot_create(g_hndl)) == NULL)
8053 (imp_snap = scf_snapshot_create(g_hndl)) == NULL ||
8054 (imp_lisnap = scf_snapshot_create(g_hndl)) == NULL ||
8055 (imp_tlisnap = scf_snapshot_create(g_hndl)) == NULL ||
8056 (imp_rsnap = scf_snapshot_create(g_hndl)) == NULL ||
12435 if ((snap = scf_snapshot_create((scf_handle_t *)g_hndl)) ==
15071 if ((snap = scf_snapshot_create(g_hndl)) == NULL ||
15132 if ((snap = scf_snapshot_create(g_hndl)) == NULL ||
15347 snap = scf_snapshot_create(g_hndl);
15379 if ((prev = scf_snapshot_create(g_hnd
[all...]

Completed in 215 milliseconds