efe_buf_t
static efe_buf_t *efe_buf_alloc(dev_info_t *, size_t);
static void efe_buf_free(efe_buf_t **);
efe_buf_t *bp = GETBUF(rp, i);
efe_buf_t *bp = efe_buf_alloc(dip, BUFSZ);
efe_buf_t *bp = GETBUF(rp, i);
efe_buf_t *
efe_buf_t *bp;
bp = kmem_zalloc(sizeof (efe_buf_t), KM_SLEEP);
efe_buf_free(efe_buf_t **bpp)
efe_buf_t *bp = *bpp;
kmem_free(bp, sizeof (efe_buf_t));
efe_buf_t *bp;
efe_buf_t *bp;
efe_buf_t *bp = GETBUF(rp, i);
#define BUFPSZ(x) (sizeof (efe_buf_t *) * (x))
efe_buf_t **r_bufpp;