Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ieee1394/
H A Dfirewirereg.h297 struct fw_xfer *fw_xfer_alloc_buf(struct malloc_type *, int, int);
H A Dfwdev.c506 xfer = fw_xfer_alloc_buf(M_FW, pay_len, PAGE_SIZE/*XXX*/); in fw_ioctl()
878 if ((xfer = fw_xfer_alloc_buf(M_FW, uio->uio_resid, in fw_write_async()
H A Dfirewire.c788 xfer = fw_xfer_alloc_buf(type, slen, rlen); in fw_xferlist_add()
830 fw_xfer_alloc_buf(struct malloc_type *type, int send_len, int recv_len) in fw_xfer_alloc_buf() function
2263 xfer = fw_xfer_alloc_buf(M_FW, 8, 4); in fw_try_bmr()
H A Dsbp.c1405 xfer = fw_xfer_alloc_buf(M_SBP, 8, 0); in sbp_write_cmd()