Home
last modified time | relevance | path

Searched refs:scf_snapshot_t (Results 1 – 25 of 28) sorted by relevance

12

/titanic_44/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h185 int _scf_snapshot_take_new(scf_instance_t *, const char *, scf_snapshot_t *);
187 const char *, const char *, const char *, scf_snapshot_t *);
188 int _scf_snapshot_take_attach(scf_instance_t *, scf_snapshot_t *);
189 int _scf_snapshot_attach(scf_snapshot_t *, scf_snapshot_t *);
190 int _scf_snapshot_delete(scf_snapshot_t *);
219 scf_snapshot_t *snap;
H A Dlibscf.h51 typedef struct scf_snapshot scf_snapshot_t; typedef
513 const scf_snapshot_t *);
519 const scf_snapshot_t *, const char *);
532 int scf_iter_next_snapshot(scf_iter_t *, scf_snapshot_t *);
570 scf_snapshot_t *scf_snapshot_create(scf_handle_t *);
571 scf_handle_t *scf_snapshot_handle(const scf_snapshot_t *);
572 void scf_snapshot_destroy(scf_snapshot_t *);
573 ssize_t scf_snapshot_get_name(const scf_snapshot_t *, char *, size_t);
574 int scf_snapshot_get_parent(const scf_snapshot_t *, scf_instance_t *);
576 scf_snapshot_t *);
[all …]
/titanic_44/usr/src/cmd/svc/startd/
H A Dstartd.h593 scf_snapshot_t *, int, char **);
642 scf_snapshot_t *libscf_get_or_make_running_snapshot(scf_instance_t *,
675 scf_snapshot_t *, method_restart_t *, uint_t *, uint8_t *, uint64_t *,
681 int libscf_get_startd_properties(scf_instance_t *, scf_snapshot_t *, uint_t *,
683 int libscf_get_template_values(scf_instance_t *, scf_snapshot_t *, char **,
696 scf_snapshot_t *libscf_get_running_snapshot(scf_instance_t *);
H A Dexpand.c107 get_prop(const scf_instance_t *inst, scf_snapshot_t *snap, in get_prop()
155 get_prop_val_str(const scf_instance_t *inst, scf_snapshot_t *snap, in get_prop_val_str()
162 scf_snapshot_t *tmpsnap = NULL; in get_prop_val_str()
357 expand_token(const char *str, scf_instance_t *inst, scf_snapshot_t *snap, in expand_token()
557 scf_snapshot_t *snap, int method_type, char **retstr) in expand_method_tokens()
H A Dlibscf.c106 scf_snapshot_t *
110 scf_snapshot_t *snap; in libscf_get_running_snapshot()
131 scf_snapshot_t *
136 scf_snapshot_t *snap; in libscf_get_or_make_running_snapshot()
193 scf_snapshot_t *running, *start = NULL; in libscf_snapshots_poststart()
338 scf_snapshot_t *snap; in libscf_snapshots_refresh()
2070 libscf_get_template_values(scf_instance_t *inst, scf_snapshot_t *snap, in libscf_get_template_values()
2205 scf_snapshot_t *snap, uint_t *flags, char **prefixp) in libscf_get_startd_properties()
2858 scf_snapshot_t *snap, method_restart_t *restart_on, uint_t *cte_mask, in libscf_get_method()
3406 scf_snapshot_t *snap; in walk_dependency_pgs()
H A Drestarter.c321 scf_snapshot_t *snap = NULL; in restarter_insert_inst()
952 scf_snapshot_t *rsnap; in restarter_take_pending_snapshots()
1674 scf_snapshot_t *snap; in refresh_instance()
H A Dmethod.c665 scf_snapshot_t *snap; in method_run()
/titanic_44/usr/src/cmd/ipf/svc/
H A Dipfd.c98 static scf_snapshot_t *snap;
363 scf_snapshot_t *lsnap = NULL; in service_is_rpc()
421 scf_snapshot_t *lsnap = NULL; in instance_has_firewall()
/titanic_44/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h97 scf_snapshot_t *rh_snapshot;
H A Dlowlevel.c1293 scf_snapshot_t *snap; in handle_unrefed()
2529 scf_iter_next_snapshot(scf_iter_t *iter, scf_snapshot_t *out) in scf_iter_next_snapshot()
2550 const scf_snapshot_t *snap) in scf_iter_instance_pgs_composed()
2561 const scf_instance_t *inst, const scf_snapshot_t *snap, const char *type) in scf_iter_instance_pgs_typed_composed()
2749 _scf_snapshot_delete(scf_snapshot_t *snap) in _scf_snapshot_delete()
2828 scf_snapshot_t *pg) in scf_instance_get_snapshot()
2854 const scf_snapshot_t *snap, const char *name, scf_propertygroup_t *pg) in scf_instance_get_pg_composed()
2941 scf_snapshot_t *
2944 scf_snapshot_t *ret; in scf_snapshot_create()
2961 scf_snapshot_handle(const scf_snapshot_t *val) in scf_snapshot_handle()
[all …]
H A Dscf_tmpl.c95 scf_snapshot_t *pt_snap;
111 scf_snapshot_t *pw_snap;
911 scf_snapshot_t **snap) in _get_snapshot()
986 scf_instance_t *inst, scf_snapshot_t *s) in _get_restarter_inst()
1167 scf_snapshot_t *snap, walk_template_inst_func_t *func, in _walk_template_instances()
1317 const scf_snapshot_t *snap, const char *name, scf_propertygroup_t *pg) in _get_pg()
1344 const scf_snapshot_t *snap, const char *name, scf_propertygroup_t *pg) in _lookup_pg()
1476 const scf_snapshot_t *snap, const char *pg_name, const char *pg_type, in _find_template_pg_match()
1666 scf_snapshot_t *tmpl_snap = NULL; in find_pg_match()
1728 scf_snapshot_t *snap = NULL; in scf_tmpl_get_by_pg()
[all …]
H A Dmidlevel.c2596 scf_snapshot_t *snap = running ? scf_snapshot_create(h) : NULL; in scf_read_propvec()
2762 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()
/titanic_44/usr/src/lib/librestart/common/
H A Dlibrestart.h313 scf_snapshot_t *, const char *, const char *, struct method_context **);
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_scm.c181 static scf_snapshot_t *
185 scf_snapshot_t *snap; in svcctl_scm_get_running_snapshot()
215 scf_snapshot_t *snap = NULL; in svcctl_scm_inst_get_val()
/titanic_44/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c377 static scf_snapshot_t *
380 scf_snapshot_t *snap = scf_snapshot_create(hndl); in get_snapshot()
415 scf_snapshot_t *snap = NULL; in process_ent()
/titanic_44/usr/src/cmd/svc/svcs/
H A Dsvcs.c473 static scf_snapshot_t *
476 scf_snapshot_t *snap; in get_running_snapshot()
504 scf_snapshot_t *snap = NULL; in inst_get_single_val()
2209 print_application_properties(scf_walkinfo_t *wip, scf_snapshot_t *snap) in print_application_properties()
2419 scf_snapshot_t *snap; in print_detailed()
2687 scf_snapshot_t *snap = scf_snapshot_create(h); in get_notify_param_classes()
3180 scf_snapshot_t *snap; in walk_dependencies()
H A Dexplain.c189 static scf_snapshot_t *g_snap;
288 scf_snapshot_t *snap; in load_dependencies()
1893 scf_snapshot_t *snap; in print_docs()
/titanic_44/usr/src/cmd/svc/svcadm/
H A Dsynch.c453 scf_snapshot_t *snap; in has_potential()
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c70 scf_snapshot_t *sr_snap;
/titanic_44/usr/src/cmd/halt/
H A Dhalt.c272 scf_snapshot_t *snap = NULL; in stop_delegates()
273 scf_snapshot_t *isnap = NULL; in stop_delegates()
/titanic_44/usr/src/cmd/kbd/
H A Dkbd.c637 scf_snapshot_t *snap = NULL; in kbd_defaults()
/titanic_44/usr/src/lib/libnwam/common/
H A Dlibnwam_util.c876 scf_snapshot_t *snap = NULL; in nwam_get_smf_string_property()
/titanic_44/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c210 static scf_snapshot_t *cur_snap = NULL;
253 static scf_snapshot_t *imp_snap = NULL, *imp_lisnap = NULL, *imp_tlisnap = NULL;
254 static scf_snapshot_t *imp_rsnap = NULL;
493 get_snaplevel(scf_snapshot_t *snap, int get_svc, scf_snaplevel_t *snpl) in get_snaplevel()
580 scf_snapshot_t *snap, scf_snaplevel_t *snpl) in entity_get_running_pg()
1499 take_snap(scf_instance_t *inst, const char *name, scf_snapshot_t *snap) in take_snap()
1564 scf_snapshot_t *snap; in refresh_running_snapshot()
12346 scf_snapshot_t *snap; in lscf_instance_delete()
15046 scf_snapshot_t *snap; in lscf_listsnap()
15084 scf_snapshot_t *snap; in lscf_selectsnap()
[all …]
/titanic_44/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c65 scf_snapshot_t *ss_snap;

12