/illumos-gate/usr/src/cmd/ipf/svc/ |
H A D | ipfd.c | 366 if (scf_instance_get_snapshot(inst, SCF_SNAPSHOT_RUNNING, snap) != 0) { 423 if (scf_instance_get_snapshot(inst, SCF_SNAPSHOT_RUNNING, snap) == -1) { 427 "scf_instance_get_snapshot failed: %s\n",
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | util.c | 351 if (scf_instance_get_snapshot(res->sr_inst, "running",
|
/illumos-gate/usr/src/cmd/svc/svcadm/ |
H A D | synch.c | 505 if (scf_instance_get_snapshot(inst, "running", snap) != 0) {
|
H A D | svcadm.c | 1100 if (scf_instance_get_snapshot(inst, "running", snap) != 0) {
|
/illumos-gate/usr/src/man/man3scf/ |
H A D | Makefile | 64 scf_instance_get_snapshot.3scf \ 371 scf_instance_get_snapshot.3scf := LINKSRC = scf_snapshot_create.3scf
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | svcctl_scm.c | 191 if (scf_instance_get_snapshot(inst, "running", snap) == 0)
|
/illumos-gate/usr/src/cmd/kbd/ |
H A D | kbd.c | 664 if (scf_instance_get_snapshot(inst, "running", snap) != 0) {
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | libscf.c | 120 if (scf_instance_get_snapshot(inst, SMF_SNAPSHOT_RUNNING, snap) == 0) 144 if (scf_instance_get_snapshot(inst, SMF_SNAPSHOT_RUNNING, snap) == 0) 222 if (scf_instance_get_snapshot(inst, "start", start) != 0) { 277 bad_error("scf_instance_get_snapshot", scf_error()); 349 if (scf_instance_get_snapshot(inst, SMF_SNAPSHOT_RUNNING, snap) == 0) {
|
H A D | method.c | 698 scf_instance_get_snapshot(inst->ri_m_inst, "running", snap) != 0) {
|
/illumos-gate/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 587 int scf_instance_get_snapshot(const scf_instance_t *, const char *,
|
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | explain.c | 298 if (scf_instance_get_snapshot(inst, "running", g_snap) == 0) { 1896 if (scf_instance_get_snapshot(inst, "running", g_snap) != 0) {
|
H A D | svcs.c | 483 if (scf_instance_get_snapshot(inst, "running", snap) == 0) 2710 if (scf_instance_get_snapshot(inst, "running", snap) != 0)
|
/illumos-gate/usr/src/lib/libnwam/common/ |
H A D | libnwam_util.c | 902 if (scf_instance_get_snapshot(inst, "running", snap) != 0) {
|
/illumos-gate/usr/src/cmd/svc/svcprop/ |
H A D | svcprop.c | 385 if (scf_instance_get_snapshot(inst, snapshot, snap) == -1) {
|
/illumos-gate/usr/src/cmd/halt/ |
H A D | halt.c | 325 if ((scf_instance_get_snapshot(inst, "running",
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | midlevel.c | 1349 if ((scf_instance_get_snapshot(ret->inst, "running", ret->snap)) 2623 if (scf_instance_get_snapshot(i, "running", snap) !=
|
H A D | notify_params.c | 210 if (scf_instance_get_snapshot(i, "running", snap) != 0)
|
H A D | scf_tmpl.c | 928 err = scf_instance_get_snapshot(inst, "running", *snap); 930 err = scf_instance_get_snapshot(inst, snapshot, *snap); 959 * scf_instance_get_snapshot().
|
H A D | lowlevel.c | 2827 scf_instance_get_snapshot(const scf_instance_t *inst, const char *name, function
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdlbridge.c | 189 if (scf_instance_get_snapshot(sstate->ss_inst, "running",
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 638 if (scf_instance_get_snapshot(inst, snap_running, 655 bad_error("scf_instance_get_snapshot", 660 if (scf_instance_get_snapshot(ent, snap_running, snap) != 0) { 674 bad_error("scf_instance_get_snapshot", 1502 if (scf_instance_get_snapshot(inst, name, snap) == 0) { 1531 bad_error("scf_instance_get_snapshot", scf_error()); 6353 if (scf_instance_get_snapshot(imp_inst, snap_lastimport, 6375 bad_error("scf_instance_get_snapshot", 6416 if (scf_instance_get_snapshot(imp_inst, snap_running, 6437 bad_error("scf_instance_get_snapshot", [all...] |