Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dsnapshot.c221 while (sp->rs_flags & RC_SNAPSHOT_FILLING) in rc_snapshot_get()
236 sp->rs_flags |= RC_SNAPSHOT_FILLING; in rc_snapshot_get()
255 sp->rs_flags &= ~RC_SNAPSHOT_FILLING; in rc_snapshot_get()
263 sp->rs_flags &= ~RC_SNAPSHOT_FILLING; in rc_snapshot_get()
H A Dconfigd.h420 #define RC_SNAPSHOT_FILLING 0x00000001 /* rs_levels changing */ macro