Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dsnapshot.c162 for (sp = bp->sb_head; sp != NULL; sp = sp->rs_hash_next) { in snapshot_lookup_unlocked()
177 assert(sp->rs_hash_next == NULL); in snapshot_insert_unlocked()
179 sp->rs_hash_next = bp->sb_head; in snapshot_insert_unlocked()
191 assert(sp->rs_hash_next == NULL); in snapshot_remove_unlocked()
193 for (spp = &bp->sb_head; *spp != NULL; spp = &(*spp)->rs_hash_next) in snapshot_remove_unlocked()
198 *spp = sp->rs_hash_next; in snapshot_remove_unlocked()
199 sp->rs_hash_next = NULL; in snapshot_remove_unlocked()
H A Dconfigd.h418 rc_snapshot_t *rs_hash_next; member