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

/freebsd-9.3-release/sys/dev/firewire/
H A Dfwdma.c172 + sizeof(struct fwdma_seg)*nseg, M_FW, M_WAITOK);
197 free(am, M_FW);
232 free(am, M_FW);
H A Dfwdev.c130 M_FW, M_WAITOK);
139 free(q->bulkxfer, M_FW);
173 free(q->bulkxfer, M_FW);
207 dev->si_drv1 = malloc(sizeof(struct fw_drv1), M_FW, M_WAITOK | M_ZERO);
250 free(fwb, M_FW);
292 free(dev->si_drv1, M_FW);
761 free(fwb, M_FW);
772 fwb = (struct fw_bind *)malloc(sizeof (struct fw_bind), M_FW, M_WAITOK);
827 ptr = malloc(CROMSIZE, M_FW, M_WAITOK);
847 free(ptr, M_FW);
[all...]
H A Dfirewire.c89 MALLOC_DEFINE(M_FW, "firewire", "FireWire");
434 M_FW, M_NOWAIT | M_ZERO);
441 M_FW, M_NOWAIT | M_ZERO);
444 free(fc->crom_src_buf, M_FW);
449 M_FW, M_NOWAIT | M_ZERO);
452 free(fc->crom_src_buf, M_FW);
453 free(fc->topology_map, M_FW);
555 free(fwdev, M_FW);
557 free(fc->topology_map, M_FW);
558 free(fc->speed_map, M_FW);
[all...]
H A Dfirewirereg.h337 MALLOC_DECLARE(M_FW); variable
H A Dfwohci.c1233 free(db_tr, M_FW);
1270 M_FW, M_WAITOK | M_ZERO);
1281 free(db_tr, M_FW);
2034 buf = (uint32_t *)malloc(OHCI_SIDSIZE, M_FW, M_NOWAIT);
2049 free(buf, M_FW);

Completed in 120 milliseconds