Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/configd/
H A Dsnapshot.c164 for (sp = bp->sb_head; sp != NULL; sp = sp->rs_hash_next) { in snapshot_lookup_unlocked()
179 assert(sp->rs_hash_next == NULL); in snapshot_insert_unlocked()
181 sp->rs_hash_next = bp->sb_head; in snapshot_insert_unlocked()
193 assert(sp->rs_hash_next == NULL); in snapshot_remove_unlocked()
195 for (spp = &bp->sb_head; *spp != NULL; spp = &(*spp)->rs_hash_next) in snapshot_remove_unlocked()
200 *spp = sp->rs_hash_next; in snapshot_remove_unlocked()
201 sp->rs_hash_next = NULL; in snapshot_remove_unlocked()
H A Dconfigd.h419 rc_snapshot_t *rs_hash_next; member