Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/configd/
H A Dsnapshot.c107 done = ((sp->rs_flags & RC_SNAPSHOT_DEAD) && in rc_snapshot_rele()
133 done = ((sp->rs_flags & RC_SNAPSHOT_DEAD) && in rc_snaplevel_rele()
226 if (sp->rs_flags & RC_SNAPSHOT_DEAD) { in rc_snapshot_get()
258 sp->rs_flags |= RC_SNAPSHOT_DEAD; in rc_snapshot_get()
H A Dconfigd.h423 #define RC_SNAPSHOT_DEAD 0x00000004 /* no resources */ macro