bba_mem
struct bba_mem *m;
m = kmem_alloc(sizeof(struct bba_mem), KM_SLEEP);
struct bba_mem **mp, *m;
kmem_free(m, sizeof(struct bba_mem));
struct bba_mem *next;
struct bba_mem *sc_mem_head; /* list of buffers */