Searched refs:fw_xfer_alloc_buf (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/dev/ieee1394/ |
| H A D | firewirereg.h | 297 struct fw_xfer *fw_xfer_alloc_buf(struct malloc_type *, int, int);
|
| H A D | fwdev.c | 506 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 D | firewire.c | 788 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 D | sbp.c | 1405 xfer = fw_xfer_alloc_buf(M_SBP, 8, 0); in sbp_write_cmd()
|