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

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dsnapshot.c75 for (lvl = sp->rs_levels; lvl != NULL; lvl = next) {
H A Dconfigd.h418 rc_snaplevel_t *rs_levels; /* list of levels */ member in struct:rc_snapshot
421 #define RC_SNAPSHOT_FILLING 0x00000001 /* rs_levels changing */
H A Dfile_object.c1106 for (lvl = sp->rs_levels; lvl != NULL; lvl = lvl->rsl_next) {
1763 * rs_levels list of the rc_snapshot_t passed in as data.
1784 lvl->rsl_next = sp->rs_levels;
1785 sp->rs_levels = lvl;
1816 * Populate sp's rs_levels list from the snaplevel_tbl table.
1845 for (sl = sp->rs_levels; sl != NULL; sl = sl->rsl_next) {

Completed in 32 milliseconds