Home
last modified time | relevance | path

Searched refs:scf_snapshot_get_name (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dmapfile-vers234 scf_snapshot_get_name;
H A Dscf_tmpl.c1807 if (scf_snapshot_get_name(snap, snapbuf, nbufsz) < 0) { in scf_tmpl_get_by_pg()
H A Dlowlevel.c3028 scf_snapshot_get_name(const scf_snapshot_t *rep, char *out, size_t len) in scf_snapshot_get_name() function
/illumos-gate/usr/src/man/man3scf/
H A DMakefile157 scf_snapshot_get_name.3scf \
375 scf_snapshot_get_name.3scf := LINKSRC = scf_snapshot_create.3scf
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h608 ssize_t scf_snapshot_get_name(const scf_snapshot_t *, char *, size_t);
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc243 link path=usr/share/man/man3scf/scf_snapshot_get_name.3scf \
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c11399 if (scf_snapshot_get_name(cur_snap, snapbuf, in lscf_validate_fmri()
11643 szret = scf_snapshot_get_name(cur_snap, buf + 1, in lscf_get_selection_str()
13384 if (scf_snapshot_get_name(cur_snap, snapbuf, in listtmpl()
15105 if (scf_snapshot_get_name(snap, nb, max_scf_name_len + 1) < 0) in lscf_listsnap()
15138 if (scf_snapshot_get_name(cur_snap, cur_snap_name, in lscf_selectsnap()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2243 if (scf_snapshot_get_name(snap, snap_name, in print_application_properties()