Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dunix_bb.c130 if (bb->bb_next == 0) {
136 bb->bb_next = unix_bb_list;
/titanic_50/usr/src/uts/common/sys/
H A Dunix_bb_info.h52 struct bb_info *bb_next; member
/titanic_50/usr/src/uts/common/sys/sbp2/
H A Dbus.h49 struct sbp2_bus_buf *bb_next; /* next in free list */ member
/titanic_50/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()