Searched refs:fwdma_malloc (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/firewire/
H A Dfwdma.h105 void *fwdma_malloc(struct firewire_comm *, int, bus_size_t, struct fwdma_alloc *, int);
H A Dfwdma.c68 fwdma_malloc(struct firewire_comm *fc, int alignment, bus_size_t size, function
89 printf("fwdma_malloc: failed(1)\n");
96 printf("fwdma_malloc: failed(2)\n");
H A Dfwohci.c676 sc->fc.config_rom = fwdma_malloc(&sc->fc, CROMSIZE, CROMSIZE,
697 sc->sid_buf = fwdma_malloc(&sc->fc, OHCI_SIDSIZE, OHCI_SIDSIZE,
704 fwdma_malloc(&sc->fc, sizeof(uint32_t), sizeof(uint32_t),
H A Dsbp.c529 fwdma_malloc(sbp->fd.fc,
/freebsd-11-stable/stand/i386/libfirewire/
H A Dfwohci.c297 sc->sid_buf = fwdma_malloc(&sc->fc, OHCI_SIDSIZE, OHCI_SIDSIZE,

Completed in 141 milliseconds