Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dbufmod.c1030 if (sbp->sb_head == NULL) { in sbaddmsg()
1033 if (sbp->sb_head == NULL) { in sbaddmsg()
1045 sbp->sb_mp = sbp->sb_head; in sbaddmsg()
1055 linkb(sbp->sb_head, mp); in sbaddmsg()
1066 sbp->sb_head->b_wptr += sizeof (hp); in sbaddmsg()
1067 ASSERT(sbp->sb_head->b_wptr <= in sbaddmsg()
1068 sbp->sb_head->b_datap->db_lim); in sbaddmsg()
1079 sbp->sb_head->b_wptr += sizeof (hp); in sbaddmsg()
1080 ASSERT(sbp->sb_head->b_wptr <= sbp->sb_head->b_datap->db_lim); in sbaddmsg()
1114 sbp->sb_head = last; in sbaddmsg()
[all …]
/illumos-gate/usr/src/cmd/svc/configd/
H A Dsnapshot.c36 rc_snapshot_t *sb_head; member
162 for (sp = bp->sb_head; sp != NULL; sp = sp->rs_hash_next) { in snapshot_lookup_unlocked()
179 sp->rs_hash_next = bp->sb_head; in snapshot_insert_unlocked()
180 bp->sb_head = sp; in snapshot_insert_unlocked()
193 for (spp = &bp->sb_head; *spp != NULL; spp = &(*spp)->rs_hash_next) in snapshot_remove_unlocked()