Searched refs:sb_next (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_ui.c981 sb = sb->sb_next;
1006 sb = sb->sb_next;
1042 sb_tail->sb_next = sb_tail->sb_prev = NULL;
1052 sb_tail->sb_next = sb;
1060 while (sb_tail->sb_next != NULL)
1061 sb_tail = sb_tail->sb_next;
1064 sb_tail->sb_next = sip_sent_by;
1074 sb = sb_tail->sb_next;
1076 sb_tail->sb_next = NULL;
1101 if (sb->sb_next !
[all...]
H A Dsip_msg.h57 struct sent_by_list_s *sb_next; member in struct:sent_by_list_s
H A Dsip_itf.c381 sb = sb->sb_next;
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_smr.c675 sp->sl_free = bp->sb_next;
676 bp->sb_next = sp->sl_inuse;
764 bpp = &bp->sb_next;
770 *bpp = bp->sb_next;
771 bp->sb_next = sp->sl_free;
845 *bpp = bp->sb_next;
846 bp->sb_next = sp->sl_free;
850 bpp = &bp->sb_next;
919 *bpp = bp->sb_next;
920 bp->sb_next
[all...]
H A Didn.c3970 for (bp = sp->sl_inuse; bp; bp = bp->sb_next) {
H A Didn_proto.c7928 for (bp = sp->sl_inuse; bp; bp = bp->sb_next)
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn_smr.h149 * sb_next Used to manage free and in-use lists.
155 struct smr_slabbuf *sb_next; member in struct:smr_slabbuf

Completed in 107 milliseconds