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

/freebsd-11-stable/sys/dev/firewire/
H A Dfwdma.c162 + sizeof(struct fwdma_seg)*nseg, M_FW, M_WAITOK);
181 free(am, M_FW);
209 free(am, M_FW);
H A Dfwdev.c104 M_FW, M_WAITOK);
111 free(q->bulkxfer, M_FW);
145 free(q->bulkxfer, M_FW);
179 dev->si_drv1 = malloc(sizeof(struct fw_drv1), M_FW, M_WAITOK | M_ZERO);
218 free(fwb, M_FW);
260 free(dev->si_drv1, M_FW);
729 free(fwb, M_FW);
740 fwb = malloc(sizeof(struct fw_bind), M_FW, M_WAITOK);
791 ptr = malloc(CROMSIZE, M_FW, M_WAITOK);
811 free(ptr, M_FW);
[all...]
H A Dfirewire.c76 MALLOC_DEFINE(M_FW, "firewire", "FireWire");
417 M_FW, M_NOWAIT | M_ZERO);
424 M_FW, M_NOWAIT | M_ZERO);
428 free(fc->crom_src_buf, M_FW);
432 M_FW, M_NOWAIT | M_ZERO);
436 free(fc->crom_src_buf, M_FW);
437 free(fc->topology_map, M_FW);
539 free(fwdev, M_FW);
541 free(fc->topology_map, M_FW);
542 free(fc->speed_map, M_FW);
[all...]
H A Dfirewirereg.h300 MALLOC_DECLARE(M_FW); variable
H A Dfwohci.c1214 free(db_tr, M_FW);
1249 M_FW, M_WAITOK | M_ZERO);
1256 free(db_tr, M_FW);
2028 buf = (uint32_t *)malloc(OHCI_SIDSIZE, M_FW, M_NOWAIT);
2043 free(buf, M_FW);

Completed in 83 milliseconds