Home
last modified time | relevance | path

Searched refs:rsl_next (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Dsnapshot.c74 next = lvl->rsl_next; in snapshot_free()
H A Dconfigd.h441 rc_snaplevel_t *rsl_next; member
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()
1844 for (sl = sp->rs_levels; sl != NULL; sl = sl->rsl_next) { in object_fill_snapshot()
H A Drc_node.c5082 assert((cp == NULL && np->rn_snaplevel->rsl_next == NULL) || in rc_node_next_snaplevel()
5083 (cp != NULL && np->rn_snaplevel->rsl_next == in rc_node_next_snaplevel()