fw_xfer_alloc_buf
xfer = fw_xfer_alloc_buf(M_FW, 8, 4);
xfer = fw_xfer_alloc_buf(type, slen, rlen);
struct fw_xfer *fw_xfer_alloc_buf(struct malloc_type *, int, int);
xfer = fw_xfer_alloc_buf(M_FW, pay_len, PAGE_SIZE/*XXX*/);
if ((xfer = fw_xfer_alloc_buf(M_FW, uio->uio_resid,
xfer = fw_xfer_alloc_buf(M_SBP, 8, 0);