Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/configd/
H A Dsnapshot.c223 while (sp->rs_flags & RC_SNAPSHOT_FILLING) in rc_snapshot_get()
238 sp->rs_flags |= RC_SNAPSHOT_FILLING; in rc_snapshot_get()
257 sp->rs_flags &= ~RC_SNAPSHOT_FILLING; in rc_snapshot_get()
265 sp->rs_flags &= ~RC_SNAPSHOT_FILLING; in rc_snapshot_get()
H A Dconfigd.h421 #define RC_SNAPSHOT_FILLING 0x00000001 /* rs_levels changing */ macro