Home
last modified time | relevance | path

Searched refs:bb_next (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dunix_bb.c128 if (bb->bb_next == 0) {
134 bb->bb_next = unix_bb_list;
/illumos-gate/usr/src/uts/common/sys/
H A Dunix_bb_info.h50 struct bb_info *bb_next; member
/illumos-gate/usr/src/uts/common/sys/sbp2/
H A Dbus.h47 struct sbp2_bus_buf *bb_next; /* next in free list */ member
/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dsbp2.c1252 bl->bl_head = buf->bb_next; in sbp2_orb_freelist_get()
1258 buf->bb_next = NULL; in sbp2_orb_freelist_get()
1277 bl->bl_tail->bb_next = buf; in sbp2_orb_freelist_put()
1280 buf->bb_next = NULL; in sbp2_orb_freelist_put()
1301 buf_next = buf->bb_next; in sbp2_orb_freelist_destroy()