bqueue_node_t
static inline bqueue_node_t *
return ((bqueue_node_t *)((char *)data + q->bq_node_offset));
list_create(&q->bq_list, node_offset + sizeof (bqueue_node_t),
node_offset + offsetof(bqueue_node_t, bqn_node));
bqueue_node_t node;
bqueue_node_t ln;