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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dsnapshot.c38 rc_snapshot_t *sb_head; member in struct:snapshot_bucket
164 for (sp = bp->sb_head; sp != NULL; sp = sp->rs_hash_next) {
181 sp->rs_hash_next = bp->sb_head;
182 bp->sb_head = sp;
195 for (spp = &bp->sb_head; *spp != NULL; spp = &(*spp)->rs_hash_next)
/illumos-gate/usr/src/uts/common/io/
H A Dbufmod.c93 mblk_t *sb_head; /* pre-allocated space for the next header */ member in struct:sb
219 sbp->sb_tail = sbp->sb_mp = sbp->sb_head = NULL;
257 sbp->sb_tail = sbp->sb_mp = sbp->sb_head = NULL;
507 sbp->sb_tail = sbp->sb_mp = sbp->sb_head = NULL;
1002 * sb_head isn't needed in this SB_NO_HEADER mode.
1028 if (sbp->sb_head == NULL) {
1030 sbp->sb_head = allocb(sizeof (hp), BPRI_MED);
1031 if (sbp->sb_head == NULL) {
1043 sbp->sb_mp = sbp->sb_head;
1051 (void) memcpy(sbp->sb_head
[all...]

Completed in 58 milliseconds