Home
last modified time | relevance | path

Searched refs:RC_SNAPSHOT_DEAD (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Dsnapshot.c105 done = ((sp->rs_flags & RC_SNAPSHOT_DEAD) && in rc_snapshot_rele()
131 done = ((sp->rs_flags & RC_SNAPSHOT_DEAD) && in rc_snaplevel_rele()
224 if (sp->rs_flags & RC_SNAPSHOT_DEAD) { in rc_snapshot_get()
256 sp->rs_flags |= RC_SNAPSHOT_DEAD; in rc_snapshot_get()
H A Dconfigd.h422 #define RC_SNAPSHOT_DEAD 0x00000004 /* no resources */ macro