Home
last modified time | relevance | path

Searched refs:rs_levels (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Dsnapshot.c73 for (lvl = sp->rs_levels; lvl != NULL; lvl = next) { in snapshot_free()
H A Dfile_object.c1105 for (lvl = sp->rs_levels; lvl != NULL; lvl = lvl->rsl_next) { in snapshot_fill_children()
1783 lvl->rsl_next = sp->rs_levels; in fill_snapshot_cb()
1784 sp->rs_levels = lvl; in fill_snapshot_cb()
1844 for (sl = sp->rs_levels; sl != NULL; sl = sl->rsl_next) { in object_fill_snapshot()
H A Dconfigd.h417 rc_snaplevel_t *rs_levels; /* list of levels */ member