Searched refs:fwdma_malloc_multiseg (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/firewire/
H A Dfwdma.h119 struct fwdma_alloc_multi *fwdma_malloc_multiseg(struct firewire_comm *,
122 struct fwdma_alloc_multi *fwdma_malloc_multiseg(int, int, int);
H A Dfirewire_module.h60 struct fwdma_alloc_multi * (*fwdma_malloc_multiseg)(int alignment, member in struct:fw_module_info
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwdma.cpp143 fwdma_malloc_multiseg(int alignment, function
168 dprintf("fwdma_malloc_multiseg: malloc failed\n");
193 printf("fwdma_malloc_multiseg: tag_create failed\n");
H A Dfirewire_module.cpp301 fwdma_malloc_multiseg,
H A Dfwohci.cpp1292 dbch->am = fwdma_malloc_multiseg(DB_SIZE(dbch), DB_SIZE(dbch), dbch->ndb);
1294 printf("fwohci_db_init: fwdma_malloc_multiseg failed\n");
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c107 q->buf = gFirewire->fwdma_malloc_multiseg(sizeof(uint32_t),

Completed in 100 milliseconds