Searched refs:scf_snapshot_get_name (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/man/man3scf/ |
H A D | Makefile | 156 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 D | libscf.h | 585 ssize_t scf_snapshot_get_name(const scf_snapshot_t *, char *, size_t);
|
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 2253 if (scf_snapshot_get_name(snap, snap_name,
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 11375 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 D | scf_tmpl.c | 1807 if (scf_snapshot_get_name(snap, snapbuf, nbufsz) < 0) {
|
H A D | lowlevel.c | 2977 scf_snapshot_get_name(const scf_snapshot_t *rep, char *out, size_t len) function
|
Completed in 2776 milliseconds