Home
last modified time | relevance | path

Searched refs:scf_snapshot_create (Results 1 – 24 of 24) sorted by relevance

/illumos-gate/usr/src/man/man3scf/
H A DMakefile36 scf_snapshot_create.3scf \
373 scf_instance_get_snapshot.3scf := LINKSRC = scf_snapshot_create.3scf
374 scf_snapshot_destroy.3scf := LINKSRC = scf_snapshot_create.3scf
375 scf_snapshot_get_name.3scf := LINKSRC = scf_snapshot_create.3scf
376 scf_snapshot_get_parent.3scf := LINKSRC = scf_snapshot_create.3scf
377 scf_snapshot_handle.3scf := LINKSRC = scf_snapshot_create.3scf
378 scf_snapshot_update.3scf := LINKSRC = scf_snapshot_create.3scf
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc60 target=scf_snapshot_create.3scf
238 file path=usr/share/man/man3scf/scf_snapshot_create.3scf
240 target=scf_snapshot_create.3scf
244 target=scf_snapshot_create.3scf
246 target=scf_snapshot_create.3scf
248 target=scf_snapshot_create.3scf
250 target=scf_snapshot_create.3scf
/illumos-gate/usr/src/lib/libscf/common/
H A Dmapfile-vers231 scf_snapshot_create;
H A Dmidlevel.c1395 ret->snap = scf_snapshot_create(ret->h); in scf_general_pg_setup()
2656 scf_snapshot_t *snap = running ? scf_snapshot_create(h) : NULL; in scf_read_propvec()
2822 scf_snapshot_t *snap = scf_snapshot_create(h); in scf_write_propvec()
H A Dnotify_params.c196 scf_snapshot_t *snap = scf_snapshot_create(h); in get_pg()
H A Dscf_tmpl.c922 if ((*snap = scf_snapshot_create(h)) == NULL) { in _get_snapshot()
1788 if ((snap = scf_snapshot_create(h)) == NULL) { in scf_tmpl_get_by_pg()
H A Dlowlevel.c791 (ret->rh_snapshot = scf_snapshot_create(ret)) == NULL || in scf_handle_create()
2993 scf_snapshot_create(scf_handle_t *handle) in scf_snapshot_create() function
/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfd.c659 snap = scf_snapshot_create(h); in main()
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsynch.c464 (snap = scf_snapshot_create(h)) == NULL || in has_potential()
H A Dsvcadm.c1212 if ((snap = scf_snapshot_create(h)) == NULL || in enable_fmri_rec()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c348 if ((res->sr_snap = scf_snapshot_create(res->sr_handle)) == NULL) { in create_scf_resources()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.h138 (void *(*)(scf_handle_t *))scf_snapshot_create, (h))
H A Dlibscf.c117 snap = scf_snapshot_create(h); in libscf_get_running_snapshot()
141 snap = scf_snapshot_create(h); in libscf_get_or_make_running_snapshot()
346 snap = scf_snapshot_create(h); in libscf_snapshots_refresh()
H A Dmethod.c696 snap = scf_snapshot_create(h); in method_run()
/illumos-gate/usr/src/cmd/kbd/
H A Dkbd.c699 (snap = scf_snapshot_create(h)) == NULL || in kbd_defaults()
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h605 scf_snapshot_t *scf_snapshot_create(scf_handle_t *);
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_scm.c187 snap = scf_snapshot_create(mgr_ctx->mc_scf_hdl); in svcctl_scm_get_running_snapshot()
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_util.c889 (snap = scf_snapshot_create(h)) == NULL || in nwam_get_smf_string_property()
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c380 scf_snapshot_t *snap = scf_snapshot_create(hndl); in get_snapshot()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1585 if ((snap = scf_snapshot_create(g_hndl)) == NULL) in refresh_running_snapshot()
8067 (imp_snap = scf_snapshot_create(g_hndl)) == NULL || in alloc_imp_globals()
8068 (imp_lisnap = scf_snapshot_create(g_hndl)) == NULL || in alloc_imp_globals()
8069 (imp_tlisnap = scf_snapshot_create(g_hndl)) == NULL || in alloc_imp_globals()
8070 (imp_rsnap = scf_snapshot_create(g_hndl)) == NULL || in alloc_imp_globals()
12459 if ((snap = scf_snapshot_create((scf_handle_t *)g_hndl)) == in lscf_instance_delete()
15095 if ((snap = scf_snapshot_create(g_hndl)) == NULL || in lscf_listsnap()
15156 if ((snap = scf_snapshot_create(g_hndl)) == NULL || in lscf_selectsnap()
15371 snap = scf_snapshot_create(g_hndl); in lscf_revert()
15403 if ((prev = scf_snapshot_create(g_hndl)) == NULL || in lscf_revert()
[all …]
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c305 (snap = scf_snapshot_create(h)) == NULL || in stop_delegates()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c186 sstate->ss_snap = scf_snapshot_create(sstate->ss_handle); in get_composed_properties()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c489 snap = scf_snapshot_create(h); in get_running_snapshot()
2695 scf_snapshot_t *snap = scf_snapshot_create(h); in get_notify_param_classes()
H A Dexplain.c253 (g_snap = scf_snapshot_create(h)) == NULL || in x_init()