Searched defs:g_snap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c189 static scf_snapshot_t *g_snap; variable
257 (g_snap = scf_snapshot_create(h)) == NULL ||
298 if (scf_instance_get_snapshot(inst, "running", g_snap) == 0) {
299 snap = g_snap;
1896 if (scf_instance_get_snapshot(inst, "running", g_snap) != 0) {
1910 snap = g_snap;

Completed in 64 milliseconds