Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dbufmod.c93 mblk_t *sb_head; /* pre-allocated space for the next header */ member
219 sbp->sb_tail = sbp->sb_mp = sbp->sb_head = NULL; in sbopen()
257 sbp->sb_tail = sbp->sb_mp = sbp->sb_head = NULL; in sbclose()
507 sbp->sb_tail = sbp->sb_mp = sbp->sb_head = NULL; in sbrput()
1028 if (sbp->sb_head == NULL) { in sbaddmsg()
1030 sbp->sb_head = allocb(sizeof (hp), BPRI_MED); in sbaddmsg()
1031 if (sbp->sb_head == NULL) { in sbaddmsg()
1043 sbp->sb_mp = sbp->sb_head; in sbaddmsg()
1051 (void) memcpy(sbp->sb_head->b_wptr, (char *)&hp, sizeof (hp)); in sbaddmsg()
1052 sbp->sb_head->b_wptr += sizeof (hp); in sbaddmsg()
[all …]
/titanic_50/usr/src/cmd/svc/configd/
H A Dsnapshot.c38 rc_snapshot_t *sb_head; member
164 for (sp = bp->sb_head; sp != NULL; sp = sp->rs_hash_next) { in snapshot_lookup_unlocked()
181 sp->rs_hash_next = bp->sb_head; in snapshot_insert_unlocked()
182 bp->sb_head = sp; in snapshot_insert_unlocked()
195 for (spp = &bp->sb_head; *spp != NULL; spp = &(*spp)->rs_hash_next) in snapshot_remove_unlocked()