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

/freebsd-13-stable/sys/dev/firewire/
H A Dfwdma.c164 + sizeof(struct fwdma_seg)*nseg, M_FW, M_WAITOK);
183 free(am, M_FW);
211 free(am, M_FW);
H A Dfwdev.c106 M_FW, M_WAITOK);
113 free(q->bulkxfer, M_FW);
147 free(q->bulkxfer, M_FW);
181 dev->si_drv1 = malloc(sizeof(struct fw_drv1), M_FW, M_WAITOK | M_ZERO);
220 free(fwb, M_FW);
262 free(dev->si_drv1, M_FW);
731 free(fwb, M_FW);
742 fwb = malloc(sizeof(struct fw_bind), M_FW, M_WAITOK);
793 ptr = malloc(CROMSIZE, M_FW, M_WAITOK);
813 free(ptr, M_FW);
[all...]
H A Dfirewire.c78 MALLOC_DEFINE(M_FW, "firewire", "FireWire");
419 M_FW, M_NOWAIT | M_ZERO);
426 M_FW, M_NOWAIT | M_ZERO);
430 free(fc->crom_src_buf, M_FW);
434 M_FW, M_NOWAIT | M_ZERO);
438 free(fc->crom_src_buf, M_FW);
439 free(fc->topology_map, M_FW);
541 free(fwdev, M_FW);
543 free(fc->topology_map, M_FW);
544 free(fc->speed_map, M_FW);
[all...]
H A Dfirewirereg.h302 MALLOC_DECLARE(M_FW); variable
H A Dfwohci.c1217 free(db_tr, M_FW);
1252 M_FW, M_WAITOK | M_ZERO);
1259 free(db_tr, M_FW);
2031 buf = (uint32_t *)malloc(OHCI_SIDSIZE, M_FW, M_NOWAIT);
2046 free(buf, M_FW);

Completed in 169 milliseconds