Searched refs:scf_snapshot_get_name (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/man/man3scf/
H A DMakefile156 scf_snapshot_get_name.3scf \
373 scf_snapshot_get_name.3scf := LINKSRC = scf_snapshot_create.3scf
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h585 ssize_t scf_snapshot_get_name(const scf_snapshot_t *, char *, size_t);
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2253 if (scf_snapshot_get_name(snap, snap_name,
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c11375 if (scf_snapshot_get_name(cur_snap, snapbuf,
11619 szret = scf_snapshot_get_name(cur_snap, buf + 1,
13360 if (scf_snapshot_get_name(cur_snap, snapbuf,
15081 if (scf_snapshot_get_name(snap, nb, max_scf_name_len + 1) < 0)
15114 if (scf_snapshot_get_name(cur_snap, cur_snap_name,
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c1807 if (scf_snapshot_get_name(snap, snapbuf, nbufsz) < 0) {
H A Dlowlevel.c2977 scf_snapshot_get_name(const scf_snapshot_t *rep, char *out, size_t len) function

Completed in 2776 milliseconds