stand/kshim/bsd_kernel.h
708
int bus_dmamem_alloc(bus_dma_tag_t, void** vaddr, int flags, bus_dmamap_t *);
sys/arm/allwinner/a10_codec.c
843
error = bus_dmamem_alloc(sc->dmat, &ch->dmaaddr,
sys/arm/allwinner/a31_dmac.c
253
error = bus_dmamem_alloc(sc->dmat,
sys/arm/allwinner/aw_mmc.c
573
error = bus_dmamem_alloc(sc->aw_dma_tag, &sc->aw_dma_desc,
sys/arm/allwinner/if_awg.c
816
error = bus_dmamem_alloc(sc->tx.desc_tag, (void **)&sc->tx.desc_ring,
sys/arm/allwinner/if_awg.c
878
error = bus_dmamem_alloc(sc->rx.desc_tag, (void **)&sc->rx.desc_ring,
sys/arm/broadcom/bcm2835/bcm2835_dma.c
277
err = bus_dmamem_alloc(sc->sc_dma_tag, &cb_virt,
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
321
err = bus_dmamem_alloc(*tag, &buf, 0, map);
sys/arm/freescale/imx/imx6_ipu.c
1003
err = bus_dmamem_alloc(sc->sc_dma_tag, (void **)&sc->sc_fb_base,
sys/arm/freescale/imx/imx6_ssi.c
783
err = bus_dmamem_alloc(sc->dma_tag, (void **)&sc->buf_base,
sys/arm/freescale/vybrid/vf_sai.c
735
err = bus_dmamem_alloc(sc->dma_tag, (void **)&sc->buf_base,
sys/arm/ti/am335x/am335x_lcd.c
661
err = bus_dmamem_alloc(sc->sc_dma_tag, (void **)&sc->sc_fb_base,
sys/arm/xilinx/zy7_devcfg.c
553
err = bus_dmamem_alloc(sc->dma_tag, &dma_mem, BUS_DMA_NOWAIT,
sys/compat/linuxkpi/common/src/linux_pci.c
2051
error = bus_dmamem_alloc(pool->pool_dmat, &obj->vaddr,
sys/crypto/ccp/ccp_hardware.c
259
error = bus_dmamem_alloc(qp->ring_desc_tag, &desc,
sys/dev/aac/aac.c
1470
if (bus_dmamem_alloc(sc->aac_fib_dmat, (void **)&fm->aac_fibs,
sys/dev/aac/aac.c
564
if (bus_dmamem_alloc(sc->aac_common_dmat, (void **)&sc->aac_common,
sys/dev/aacraid/aacraid.c
1192
if (bus_dmamem_alloc(sc->aac_fib_dmat, (void **)&fm->aac_fibs,
sys/dev/aacraid/aacraid.c
2977
if (bus_dmamem_alloc(cm->cm_passthr_dmat, (void **)&cm->cm_data,
sys/dev/aacraid/aacraid.c
638
if (bus_dmamem_alloc(sc->aac_common_dmat, (void **)&sc->aac_common,
sys/dev/ae/if_ae.c
1144
error = bus_dmamem_alloc(sc->dma_txd_tag, (void **)&sc->txd_base,
sys/dev/ae/if_ae.c
1164
error = bus_dmamem_alloc(sc->dma_txs_tag, (void **)&sc->txs_base,
sys/dev/ae/if_ae.c
1184
error = bus_dmamem_alloc(sc->dma_rxd_tag, (void **)&sc->rxd_base_dma,
sys/dev/age/if_age.c
1017
error = bus_dmamem_alloc(sc->age_cdata.age_cmb_block_tag,
sys/dev/age/if_age.c
1037
error = bus_dmamem_alloc(sc->age_cdata.age_smb_block_tag,
sys/dev/age/if_age.c
956
error = bus_dmamem_alloc(sc->age_cdata.age_tx_ring_tag,
sys/dev/age/if_age.c
976
error = bus_dmamem_alloc(sc->age_cdata.age_rx_ring_tag,
sys/dev/age/if_age.c
996
error = bus_dmamem_alloc(sc->age_cdata.age_rr_ring_tag,
sys/dev/ahci/ahci.c
1092
error = bus_dmamem_alloc(ch->dma.work_tag, (void **)&ch->dma.work,
sys/dev/ahci/ahci.c
1114
error = bus_dmamem_alloc(ch->dma.rfis_tag, (void **)&ch->dma.rfis, 0,
sys/dev/aic7xxx/aic_osm_lib.h
127
bus_dmamem_alloc(dmat, vaddr, flags, mapp)
sys/dev/al_eth/al_eth.c
569
ret = bus_dmamem_alloc(*tag, vaddr,
sys/dev/alc/if_alc.c
2098
error = bus_dmamem_alloc(sc->alc_cdata.alc_tx_ring_tag,
sys/dev/alc/if_alc.c
2119
error = bus_dmamem_alloc(sc->alc_cdata.alc_rx_ring_tag,
sys/dev/alc/if_alc.c
2140
error = bus_dmamem_alloc(sc->alc_cdata.alc_rr_ring_tag,
sys/dev/alc/if_alc.c
2161
error = bus_dmamem_alloc(sc->alc_cdata.alc_cmb_tag,
sys/dev/alc/if_alc.c
2182
error = bus_dmamem_alloc(sc->alc_cdata.alc_smb_tag,
sys/dev/ale/if_ale.c
1114
error = bus_dmamem_alloc(sc->ale_cdata.ale_tx_ring_tag,
sys/dev/ale/if_ale.c
1136
error = bus_dmamem_alloc(sc->ale_cdata.ale_rx_page[i].page_tag,
sys/dev/ale/if_ale.c
1161
error = bus_dmamem_alloc(sc->ale_cdata.ale_tx_cmb_tag,
sys/dev/ale/if_ale.c
1183
error = bus_dmamem_alloc(sc->ale_cdata.ale_rx_page[i].cmb_tag,
sys/dev/arcmsr/arcmsr.c
4962
if(bus_dmamem_alloc(acb->srb_dmat, (void **)&acb->uncacheptr, ARCMSR_DMA_ALLOC_FLAG, &acb->srb_dmamap) != 0) {
sys/dev/arcmsr/arcmsr.c
5006
if(bus_dmamem_alloc(acb->xortable_dmat, (void **)&acb->xortable, ARCMSR_DMA_ALLOC_FLAG, &acb->xortable_dmamap) != 0) {
sys/dev/arcmsr/arcmsr.c
5041
if(bus_dmamem_alloc(acb->xor_dmat, (void **)&acb->xorptr, ARCMSR_DMA_ALLOC_FLAG, &acb->xor_dmamap) != 0) {
sys/dev/ata/ata-dma.c
106
if (bus_dmamem_alloc(ch->dma.work_tag, (void **)&ch->dma.work,
sys/dev/ata/ata-dma.c
175
if (bus_dmamem_alloc(slot->sg_tag, (void **)&slot->sg, BUS_DMA_WAITOK,
sys/dev/ath/if_ath_descdma.c
197
error = bus_dmamem_alloc(dd->dd_dmat, (void**) &dd->dd_desc,
sys/dev/bce/if_bce.c
3458
if(bus_dmamem_alloc(sc->status_tag, (void **)&sc->status_block,
sys/dev/bce/if_bce.c
3496
if (bus_dmamem_alloc(sc->stats_tag, (void **)&sc->stats_block,
sys/dev/bce/if_bce.c
3545
if(bus_dmamem_alloc(sc->ctx_tag,
sys/dev/bce/if_bce.c
3588
if(bus_dmamem_alloc(sc->tx_bd_chain_tag,
sys/dev/bce/if_bce.c
3664
if (bus_dmamem_alloc(sc->rx_bd_chain_tag,
sys/dev/bce/if_bce.c
3740
if (bus_dmamem_alloc(sc->pg_bd_chain_tag,
sys/dev/bfe/if_bfe.c
283
error = bus_dmamem_alloc(sc->bfe_tx_tag, (void *)&sc->bfe_tx_list,
sys/dev/bfe/if_bfe.c
301
error = bus_dmamem_alloc(sc->bfe_rx_tag, (void *)&sc->bfe_rx_list,
sys/dev/bge/if_bge.c
2884
error = bus_dmamem_alloc(*tag, (void **)ring,
sys/dev/bwi/if_bwi.c
2015
error = bus_dmamem_alloc(dtag, &rd->rdata_desc,
sys/dev/bwi/if_bwi.c
2075
error = bus_dmamem_alloc(st->stats_ring_dtag, &st->stats_ring,
sys/dev/bwi/if_bwi.c
2122
error = bus_dmamem_alloc(st->stats_dtag, (void **)&st->stats,
sys/dev/bwn/if_bwn.c
3239
error = bus_dmamem_alloc(dr->dr_ring_dtag,
sys/dev/bxe/bxe.c
928
rc = bus_dmamem_alloc(dma->tag,
sys/dev/cadence/if_cgem.c
447
err = bus_dmamem_alloc(sc->desc_dma_tag, (void **)&sc->rxring,
sys/dev/cas/if_cas.c
250
if ((error = bus_dmamem_alloc(sc->sc_cdmatag,
sys/dev/cas/if_cas.c
298
if ((error = bus_dmamem_alloc(sc->sc_rdmatag,
sys/dev/cesa/cesa.c
178
error = bus_dmamem_alloc(cdm->cdm_tag, &cdm->cdm_vaddr,
sys/dev/ciss/ciss.c
1186
if (bus_dmamem_alloc(sc->ciss_command_dmat, (void **)&sc->ciss_command,
sys/dev/ciss/ciss.c
984
if (bus_dmamem_alloc(sc->ciss_reply_dmat, (void **)&sc->ciss_reply,
sys/dev/cxgb/cxgb_sge.c
888
if ((err = bus_dmamem_alloc(*tag, (void **)&p, BUS_DMA_NOWAIT,
sys/dev/cxgbe/t4_sge.c
3483
rc = bus_dmamem_alloc(*tag, va,
sys/dev/dc/if_dc.c
1850
error = bus_dmamem_alloc(sc->dc_rx_ltag,
sys/dev/dc/if_dc.c
1867
error = bus_dmamem_alloc(sc->dc_tx_ltag,
sys/dev/dc/if_dc.c
1897
error = bus_dmamem_alloc(sc->dc_stag, (void **)&sc->dc_cdata.dc_sbuf,
sys/dev/dpaa2/dpaa2_buf.c
229
error = bus_dmamem_alloc(sgt->dmat, (void **)&sgt->vaddr,
sys/dev/dpaa2/dpaa2_channel.c
477
error = bus_dmamem_alloc(buf->dmat, (void **)&buf->vaddr,
sys/dev/dpaa2/dpaa2_ni.c
2096
error = bus_dmamem_alloc(buf->dmat, (void **)&buf->vaddr,
sys/dev/dpaa2/dpaa2_ni.c
3518
error = bus_dmamem_alloc(buf->dmat, (void **)&buf->vaddr,
sys/dev/drm2/drm_pci.c
102
ret = bus_dmamem_alloc(dmah->tag, &dmah->vaddr,
sys/dev/dwc/dwc1000_dma.c
664
error = bus_dmamem_alloc(sc->txdesc_tag, (void**)&sc->txdesc_ring,
sys/dev/dwc/dwc1000_dma.c
741
error = bus_dmamem_alloc(sc->rxdesc_tag, (void **)&sc->rxdesc_ring,
sys/dev/ena/ena.c
245
error = bus_dmamem_alloc(dma->tag, (void **)&dma->vaddr,
sys/dev/eqos/if_eqos.c
1027
error = bus_dmamem_alloc(sc->tx.desc_tag,
sys/dev/eqos/if_eqos.c
1090
error = bus_dmamem_alloc(sc->rx.desc_tag,
sys/dev/et/if_et.c
815
error = bus_dmamem_alloc(*tag, (void **)ring,
sys/dev/ffec/if_ffec.c
1555
error = bus_dmamem_alloc(sc->txdesc_tag, (void**)&sc->txdesc_ring,
sys/dev/ffec/if_ffec.c
1619
error = bus_dmamem_alloc(sc->rxdesc_tag, (void **)&sc->rxdesc_ring,
sys/dev/firewire/fwdma.c
123
if (bus_dmamem_alloc(dmat, &v_addr, flag, dmamap)) {
sys/dev/firewire/fwdma.c
94
err = bus_dmamem_alloc(dma->dma_tag, &dma->v_addr,
sys/dev/fxp/if_fxp.c
682
error = bus_dmamem_alloc(sc->fxp_stag, (void **)&sc->fxp_stats,
sys/dev/fxp/if_fxp.c
704
error = bus_dmamem_alloc(sc->cbl_tag, (void **)&sc->fxp_desc.cbl_list,
sys/dev/fxp/if_fxp.c
729
error = bus_dmamem_alloc(sc->mcs_tag, (void **)&sc->mcsp,
sys/dev/gem/if_gem.c
206
if ((error = bus_dmamem_alloc(sc->sc_cdmatag,
sys/dev/glxsb/glxsb.c
393
rc = bus_dmamem_alloc(sc->sc_dmat, (void **)&dma->dma_vaddr,
sys/dev/gve/gve_utils.c
111
err = bus_dmamem_alloc(dma->tag, (void **) &dma->cpu_addr,
sys/dev/hptiop/hptiop.c
1576
if (bus_dmamem_alloc(hba->ctlcfg_dmat, (void **)&hba->ctlcfg_ptr,
sys/dev/hptiop/hptiop.c
1633
if (bus_dmamem_alloc(hba->ctlcfg_dmat, (void **)&hba->ctlcfg_ptr,
sys/dev/hptiop/hptiop.c
1980
if (bus_dmamem_alloc(hba->srb_dmat, (void **)&hba->uncached_ptr,
sys/dev/hyperv/netvsc/if_hn.c
5265
error = bus_dmamem_alloc(txr->hn_tx_rndis_dtag,
sys/dev/iavf/iavf_osdep.c
142
err = bus_dmamem_alloc(mem->tag, (void **)&mem->va,
sys/dev/ice/ice_osdep.c
393
err = bus_dmamem_alloc(mem->tag, (void **)&mem->va,
sys/dev/ida/ida.c
256
error = bus_dmamem_alloc(ida->hwqcb_dmat,
sys/dev/ioat/ioat.c
580
error = bus_dmamem_alloc(ioat->comp_update_tag,
sys/dev/ioat/ioat.c
602
error = bus_dmamem_alloc(ioat->hw_desc_tag, &hw_desc,
sys/dev/ips/ips.c
161
if(bus_dmamem_alloc(sc->command_dmatag,&command->command_buffer,
sys/dev/ips/ips.c
594
if(bus_dmamem_alloc(dmatag, (void *)&(sc->copper_queue),
sys/dev/ips/ips_commands.c
228
if(bus_dmamem_alloc(command->data_dmatag, &command->data_buffer,
sys/dev/ips/ips_commands.c
330
if(bus_dmamem_alloc(command->data_dmatag, &command->data_buffer,
sys/dev/ips/ips_commands.c
564
if(bus_dmamem_alloc(command->data_dmatag, &command->data_buffer,
sys/dev/ips/ips_ioctl.c
107
if(bus_dmamem_alloc(ioctl_cmd->dmatag, &ioctl_cmd->data_buffer,
sys/dev/ipw/if_ipw.c
519
error = bus_dmamem_alloc(sc->tbd_dmat, (void **)&sc->tbd_list,
sys/dev/ipw/if_ipw.c
545
error = bus_dmamem_alloc(sc->rbd_dmat, (void **)&sc->rbd_list,
sys/dev/ipw/if_ipw.c
572
error = bus_dmamem_alloc(sc->status_dmat, (void **)&sc->status_list,
sys/dev/irdma/fbsd_kcompat.c
1136
ret = bus_dmamem_alloc(mem->tag, (void **)&va,
sys/dev/isci/isci.c
425
status = bus_dmamem_alloc(memory->dma_tag,
sys/dev/ismt/ismt.c
626
bus_dmamem_alloc(sc->desc_dma_tag,
sys/dev/ismt/ismt.c
629
bus_dmamem_alloc(sc->dma_buffer_dma_tag,
sys/dev/isp/isp_pci.c
1025
if (bus_dmamem_alloc(isp->isp_osinfo.atiodmat, (void **)&base,
sys/dev/isp/isp_pci.c
1049
if (bus_dmamem_alloc(isp->isp_osinfo.iocbdmat,
sys/dev/isp/isp_pci.c
1066
if (bus_dmamem_alloc(isp->isp_osinfo.scdmat,
sys/dev/isp/isp_pci.c
932
if (bus_dmamem_alloc(isp->isp_osinfo.reqdmat, (void **)&base,
sys/dev/isp/isp_pci.c
960
if (bus_dmamem_alloc(isp->isp_osinfo.ecmd_dmat, (void **)&base,
sys/dev/isp/isp_pci.c
997
if (bus_dmamem_alloc(isp->isp_osinfo.respdmat, (void **)&base,
sys/dev/iwi/if_iwi.c
3067
if (bus_dmamem_alloc(sc->fw_dmat, &sc->fw_virtaddr, 0,
sys/dev/iwi/if_iwi.c
563
error = bus_dmamem_alloc(ring->desc_dmat, (void **)&ring->desc,
sys/dev/iwi/if_iwi.c
625
error = bus_dmamem_alloc(ring->desc_dmat, (void **)&ring->desc,
sys/dev/iwm/if_iwm_util.c
451
error = bus_dmamem_alloc(dma->tag, (void **)&dma->vaddr,
sys/dev/iwn/if_iwn.c
1752
error = bus_dmamem_alloc(dma->tag, (void **)&dma->vaddr,
sys/dev/iwx/if_iwx.c
1947
error = bus_dmamem_alloc(dma->tag, (void **)&dma->vaddr,
sys/dev/ixl/i40e_osdep.c
92
err = bus_dmamem_alloc(mem->tag, (void **)&mem->va,
sys/dev/jme/if_jme.c
1183
error = bus_dmamem_alloc(sc->jme_cdata.jme_tx_ring_tag,
sys/dev/jme/if_jme.c
1205
error = bus_dmamem_alloc(sc->jme_cdata.jme_rx_ring_tag,
sys/dev/jme/if_jme.c
1322
error = bus_dmamem_alloc(sc->jme_cdata.jme_ssb_tag,
sys/dev/malo/if_malo.c
465
error = bus_dmamem_alloc(dd->dd_dmat, (void**) &dd->dd_desc,
sys/dev/malo/if_malohal.c
137
error = bus_dmamem_alloc(mh->mh_dmat, (void**) &mh->mh_cmdbuf,
sys/dev/mana/gdma_main.c
249
err = bus_dmamem_alloc(gmi->dma_tag, &buf,
sys/dev/mfi/mfi.c
2974
if (bus_dmamem_alloc(sc->mfi_kbuff_arr_dmat[i],
sys/dev/mfi/mfi.c
443
if (bus_dmamem_alloc(sc->verbuf_h_dmat, (void **)&sc->verbuf,
sys/dev/mfi/mfi.c
496
if (bus_dmamem_alloc(sc->mfi_tb_dmat, (void **)&sc->request_message_pool,
sys/dev/mfi/mfi.c
520
if (bus_dmamem_alloc(sc->mfi_tb_init_dmat, (void **)&sc->mfi_tb_init,
sys/dev/mfi/mfi.c
557
if (bus_dmamem_alloc(sc->mfi_tb_ioc_init_dmat,
sys/dev/mfi/mfi.c
610
if (bus_dmamem_alloc(sc->mfi_comms_dmat, (void **)&sc->mfi_comms,
sys/dev/mfi/mfi.c
653
if (bus_dmamem_alloc(sc->mfi_frames_dmat, (void **)&sc->mfi_frames,
sys/dev/mfi/mfi.c
680
if (bus_dmamem_alloc(sc->mfi_sense_dmat, (void **)&sc->mfi_sense,
sys/dev/mge/if_mge.c
547
error = bus_dmamem_alloc(sc->mge_desc_dtag,
sys/dev/mlx/mlx.c
288
error = bus_dmamem_alloc(sc->mlx_sg_dmat, (void **)&sc->mlx_sgtable,
sys/dev/mlx5/mlx5_core/mlx5_alloc.c
102
err = -bus_dmamem_alloc(buf->dma_tag, &buf->direct.buf,
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
125
err = bus_dmamem_alloc(dev->cmd.dma_tag, &fwp[x].virt_addr,
sys/dev/mmc/host/dwmmc.c
257
error = bus_dmamem_alloc(sc->desc_tag, (void**)&sc->desc_ring,
sys/dev/mpi3mr/mpi3mr.c
1003
if (bus_dmamem_alloc(sc->admin_req_tag, (void **)&sc->admin_req,
sys/dev/mpi3mr/mpi3mr.c
1041
if (bus_dmamem_alloc(sc->admin_reply_tag, (void **)&sc->admin_reply,
sys/dev/mpi3mr/mpi3mr.c
1485
if (bus_dmamem_alloc(data_tag, (void **)&data,
sys/dev/mpi3mr/mpi3mr.c
1779
if (bus_dmamem_alloc(sc->reply_buf_tag, (void **)&sc->reply_buf,
sys/dev/mpi3mr/mpi3mr.c
1815
if (bus_dmamem_alloc(sc->reply_free_q_tag, (void **)&sc->reply_free_q,
sys/dev/mpi3mr/mpi3mr.c
1849
if (bus_dmamem_alloc(sc->sense_buf_tag, (void **)&sc->sense_buf,
sys/dev/mpi3mr/mpi3mr.c
1883
if (bus_dmamem_alloc(sc->sense_buf_q_tag, (void **)&sc->sense_buf_q,
sys/dev/mpi3mr/mpi3mr.c
2029
if (bus_dmamem_alloc(fw_pkg_ver_tag, (void **)&fw_pkg_ver, BUS_DMA_NOWAIT, &fw_pkg_ver_map)) {
sys/dev/mpi3mr/mpi3mr.c
2151
if (bus_dmamem_alloc(drvr_info_tag, (void **)&drvr_info,
sys/dev/mpi3mr/mpi3mr.c
2569
if (bus_dmamem_alloc(sc->chain_sgl_list_tag, (void **)&sc->chain_sgl_list[i].buf,
sys/dev/mpi3mr/mpi3mr.c
2645
if (bus_dmamem_alloc(sc->pel_seq_num_dmatag, (void **)&sc->pel_seq_number,
sys/dev/mpi3mr/mpi3mr.c
5361
if (bus_dmamem_alloc(mem_desc->tag, (void **)&mem_desc->addr,
sys/dev/mpi3mr/mpi3mr.c
5391
if (bus_dmamem_alloc(mem_desc->tag, (void **)&mem_desc->addr,
sys/dev/mpi3mr/mpi3mr.c
5420
if (bus_dmamem_alloc(mem_desc->tag, (void **)&mem_desc->addr,
sys/dev/mpi3mr/mpi3mr.c
5478
if (bus_dmamem_alloc(mem_desc->tag, (void **)&mem_desc->addr,
sys/dev/mpi3mr/mpi3mr.c
619
if (bus_dmamem_alloc(op_reply_q->q_base_tag, (void **)&op_reply_q->q_base,
sys/dev/mpi3mr/mpi3mr.c
765
if (bus_dmamem_alloc(op_req_q->q_base_tag, (void **)&op_req_q->q_base,
sys/dev/mpi3mr/mpi3mr_app.c
351
if (bus_dmamem_alloc(sc->nvme_encap_prp_list_dmatag, (void **)&sc->nvme_encap_prp_list,
sys/dev/mpr/mpr.c
1393
if (bus_dmamem_alloc(sc->queues_dmat, (void **)&queues, BUS_DMA_NOWAIT,
sys/dev/mpr/mpr.c
1439
if (bus_dmamem_alloc(sc->reply_dmat, (void **)&sc->reply_frames,
sys/dev/mpr/mpr.c
1495
if (bus_dmamem_alloc(sc->req_dmat, (void **)&sc->req_frames,
sys/dev/mpr/mpr.c
1521
if (bus_dmamem_alloc(sc->chain_dmat, (void **)&sc->chain_frames,
sys/dev/mpr/mpr.c
1542
if (bus_dmamem_alloc(sc->sense_dmat, (void **)&sc->sense_frames,
sys/dev/mpr/mpr.c
1662
if (bus_dmamem_alloc(sc->prp_page_dmat, (void **)&sc->prp_pages,
sys/dev/mpr/mpr_user.c
1529
if (bus_dmamem_alloc(sc->fw_diag_dmat, (void **)&sc->fw_diag_buffer,
sys/dev/mps/mps.c
1329
if (bus_dmamem_alloc(sc->queues_dmat, (void **)&queues, BUS_DMA_NOWAIT,
sys/dev/mps/mps.c
1375
if (bus_dmamem_alloc(sc->reply_dmat, (void **)&sc->reply_frames,
sys/dev/mps/mps.c
1435
if (bus_dmamem_alloc(sc->req_dmat, (void **)&sc->req_frames,
sys/dev/mps/mps.c
1461
if (bus_dmamem_alloc(sc->chain_dmat, (void **)&sc->chain_frames,
sys/dev/mps/mps.c
1482
if (bus_dmamem_alloc(sc->sense_dmat, (void **)&sc->sense_frames,
sys/dev/mps/mps_user.c
1417
if (bus_dmamem_alloc(sc->fw_diag_dmat, (void **)&sc->fw_diag_buffer,
sys/dev/mpt/mpt.c
2540
if (bus_dmamem_alloc(mpt->request_dmat, (void **)&mpt->request,
sys/dev/mpt/mpt.c
2758
error = bus_dmamem_alloc(mpt->fw_dmat,
sys/dev/mpt/mpt_pci.c
680
if (bus_dmamem_alloc(mpt->reply_dmat, (void **)&mpt->reply,
sys/dev/mpt/mpt_user.c
210
error = bus_dmamem_alloc(page_mem->tag, &page_mem->vaddr,
sys/dev/mrsas/mrsas.c
1929
if (bus_dmamem_alloc(sc->verbuf_tag, (void **)&sc->verbuf_mem,
sys/dev/mrsas/mrsas.c
1959
if (bus_dmamem_alloc(sc->io_request_tag, (void **)&sc->io_request_mem,
sys/dev/mrsas/mrsas.c
1989
if (bus_dmamem_alloc(sc->chain_frame_tag, (void **)&sc->chain_frame_mem,
sys/dev/mrsas/mrsas.c
2020
if (bus_dmamem_alloc(sc->reply_desc_tag, (void **)&sc->reply_desc_mem,
sys/dev/mrsas/mrsas.c
2049
if (bus_dmamem_alloc(sc->sense_tag, (void **)&sc->sense_mem,
sys/dev/mrsas/mrsas.c
2079
if (bus_dmamem_alloc(sc->evt_detail_tag, (void **)&sc->evt_detail_mem,
sys/dev/mrsas/mrsas.c
2110
if (bus_dmamem_alloc(sc->pd_info_tag, (void **)&sc->pd_info_mem,
sys/dev/mrsas/mrsas.c
2205
if (bus_dmamem_alloc(sc->raidmap_tag[i],
sys/dev/mrsas/mrsas.c
2275
if (bus_dmamem_alloc(sc->jbodmap_tag[i],
sys/dev/mrsas/mrsas.c
2661
if (bus_dmamem_alloc(sc->ioc_init_tag, (void **)&sc->ioc_init_mem,
sys/dev/mrsas/mrsas.c
3759
if (bus_dmamem_alloc(sc->ctlr_info_tag, (void **)&sc->ctlr_info_mem,
sys/dev/mrsas/mrsas.c
4786
if (bus_dmamem_alloc(tcmd->tmp_dcmd_tag, (void **)&tcmd->tmp_dcmd_mem,
sys/dev/mrsas/mrsas.c
515
if (bus_dmamem_alloc(sc->el_info_tag, (void **)&sc->el_info_mem,
sys/dev/mrsas/mrsas_ioctl.c
235
if (bus_dmamem_alloc(ioctl_data_tag[i], (void **)&ioctl_data_mem[i],
sys/dev/mrsas/mrsas_ioctl.c
291
if (bus_dmamem_alloc(ioctl_sense_tag, (void **)&ioctl_sense_mem,
sys/dev/mrsas/mrsas_ioctl.c
721
if (bus_dmamem_alloc(sc->mficmd_frame_tag, (void **)&cmd->frame_mem,
sys/dev/msk/if_msk.c
2139
error = bus_dmamem_alloc(sc->msk_stat_tag,
sys/dev/msk/if_msk.c
2288
error = bus_dmamem_alloc(sc_if->msk_cdata.msk_tx_ring_tag,
sys/dev/msk/if_msk.c
2309
error = bus_dmamem_alloc(sc_if->msk_cdata.msk_rx_ring_tag,
sys/dev/msk/if_msk.c
2424
error = bus_dmamem_alloc(sc_if->msk_cdata.msk_jumbo_rx_ring_tag,
sys/dev/mvs/mvs.c
338
if (bus_dmamem_alloc(ch->dma.workrq_tag, (void **)&ch->dma.workrq, 0,
sys/dev/mvs/mvs.c
355
if (bus_dmamem_alloc(ch->dma.workrp_tag, (void **)&ch->dma.workrp, 0,
sys/dev/mwl/if_mwl.c
1961
error = bus_dmamem_alloc(dd->dd_dmat, (void**) &dd->dd_desc,
sys/dev/mwl/if_mwl.c
2143
error = bus_dmamem_alloc(sc->sc_rxdmat, (void**) &sc->sc_rxmem,
sys/dev/mwl/mwlhal.c
318
error = bus_dmamem_alloc(mh->mh_dmat, (void**) &mh->mh_cmdbuf,
sys/dev/mxge/if_mxge.c
241
err = bus_dmamem_alloc(dma->dmat, &dma->addr,
sys/dev/neta/if_mvneta.c
1214
error = bus_dmamem_alloc(sc->rx_dtag,
sys/dev/neta/if_mvneta.c
1259
error = bus_dmamem_alloc(sc->tx_dtag,
sys/dev/nfe/if_nfe.c
1113
error = bus_dmamem_alloc(ring->rx_desc_tag, &desc, BUS_DMA_WAITOK |
sys/dev/nfe/if_nfe.c
1239
error = bus_dmamem_alloc(ring->jrx_desc_tag, &desc, BUS_DMA_WAITOK |
sys/dev/nfe/if_nfe.c
1480
error = bus_dmamem_alloc(ring->tx_desc_tag, &desc, BUS_DMA_WAITOK |
sys/dev/nge/if_nge.c
1130
error = bus_dmamem_alloc(sc->nge_cdata.nge_tx_ring_tag,
sys/dev/nge/if_nge.c
1151
error = bus_dmamem_alloc(sc->nge_cdata.nge_rx_ring_tag,
sys/dev/ntb/ntb_transport.c
1288
if (bus_dmamem_alloc(mw->dma_tag, (void **)&mw->virt_addr,
sys/dev/ntb/test/ntb_tool.c
826
if (bus_dmamem_alloc(inmw->dma_tag, (void **)&inmw->virt_addr,
sys/dev/nvme/nvme_ctrlr.c
920
if (bus_dmamem_alloc(ctrlr->hmb_tag,
sys/dev/nvme/nvme_ctrlr.c
960
if (bus_dmamem_alloc(ctrlr->hmb_desc_tag,
sys/dev/nvme/nvme_qpair.c
579
if (bus_dmamem_alloc(qpair->dma_tag, (void **)&queuemem,
sys/dev/oce/oce_util.c
181
rc = bus_dmamem_alloc(ring->dma.tag,
sys/dev/oce/oce_util.c
72
rc = bus_dmamem_alloc(dma->tag,
sys/dev/ocs_fc/ocs_os.c
382
if (bus_dmamem_alloc(dma->tag, &dma->virt, BUS_DMA_NOWAIT | BUS_DMA_COHERENT,
sys/dev/pms/freebsd/driver/common/lxutil.c
83
if( bus_dmamem_alloc( pmsc->typh_dmat,
sys/dev/pms/freebsd/driver/ini/src/agtiapi.c
1643
if( bus_dmamem_alloc( pmcsc->tisgl_dmat,
sys/dev/pms/freebsd/driver/ini/src/agtiapi.c
1715
if( bus_dmamem_alloc( pmcsc->osti_dmat,
sys/dev/proto/proto_busdma.c
189
error = bus_dmamem_alloc(md->bd_tag, &md->virtaddr, 0, &md->bd_map);
sys/dev/qat/qat/qat_ocf_mem_pool.c
217
bus_dmamem_alloc(dma_mem->dma_tag,
sys/dev/qat/qat_common/qat_freebsd.c
69
error = bus_dmamem_alloc(mem->dma_tag,
sys/dev/qat_c2xxx/qat.c
609
error = bus_dmamem_alloc(qdm->qdm_dma_tag, &qdm->qdm_dma_vaddr,
sys/dev/qcom_ess_edma/qcom_ess_edma_desc.c
169
error = bus_dmamem_alloc(ring->hw_ring_dma_tag,
sys/dev/qlnx/qlnxe/qlnx_os.c
4832
ret = bus_dmamem_alloc(dma_buf->dma_tag,
sys/dev/qlxgb/qla_os.c
559
ret = bus_dmamem_alloc(dma_buf->dma_tag,
sys/dev/qlxgbe/ql_os.c
754
ret = bus_dmamem_alloc(dma_buf->dma_tag,
sys/dev/qlxge/qls_os.c
621
ret = bus_dmamem_alloc(dma_buf->dma_tag,
sys/dev/ral/rt2560.c
472
error = bus_dmamem_alloc(ring->desc_dmat, (void **)&ring->desc,
sys/dev/ral/rt2560.c
616
error = bus_dmamem_alloc(ring->desc_dmat, (void **)&ring->desc,
sys/dev/ral/rt2661.c
482
error = bus_dmamem_alloc(ring->desc_dmat, (void **)&ring->desc,
sys/dev/ral/rt2661.c
623
error = bus_dmamem_alloc(ring->desc_dmat, (void **)&ring->desc,
sys/dev/ral/rt2860.c
522
error = bus_dmamem_alloc(ring->desc_dmat, (void **)&ring->txd,
sys/dev/ral/rt2860.c
629
error = bus_dmamem_alloc(sc->txwi_dmat, (void **)&sc->txwi_vaddr,
sys/dev/ral/rt2860.c
704
error = bus_dmamem_alloc(ring->desc_dmat, (void **)&ring->rxd,
sys/dev/re/if_re.c
1076
error = bus_dmamem_alloc(sc->rl_ldata.rl_tx_list_tag,
sys/dev/re/if_re.c
1122
error = bus_dmamem_alloc(sc->rl_ldata.rl_rx_list_tag,
sys/dev/re/if_re.c
1188
error = bus_dmamem_alloc(sc->rl_ldata.rl_stag,
sys/dev/rge/if_rge.c
1585
error = bus_dmamem_alloc(sc->sc_dmat_tx_desc,
sys/dev/rge/if_rge.c
1627
error = bus_dmamem_alloc(sc->sc_dmat_rx_desc,
sys/dev/rge/if_rge.c
1690
error = bus_dmamem_alloc(sc->sc_dmat_stats_buf,
sys/dev/rl/if_rl.c
963
error = bus_dmamem_alloc(sc->rl_cdata.rl_rx_tag,
sys/dev/rtsx/rtsx.c
426
error = bus_dmamem_alloc(sc->rtsx_cmd_dma_tag, /* DMA tag */
sys/dev/rtsx/rtsx.c
465
error = bus_dmamem_alloc(sc->rtsx_data_dma_tag, /* DMA tag */
sys/dev/rtwn/pci/rtwn_pci_attach.c
140
error = bus_dmamem_alloc(rx_ring->desc_dmat, (void **)&rx_ring->desc,
sys/dev/rtwn/pci/rtwn_pci_attach.c
280
error = bus_dmamem_alloc(tx_ring->desc_dmat, &tx_ring->desc,
sys/dev/safe/safe.c
1554
r = bus_dmamem_alloc(dma->dma_tag, (void**) &dma->dma_vaddr,
sys/dev/safexcel/safexcel.c
852
error = bus_dmamem_alloc(sdm->tag, (void **)&sdm->vaddr,
sys/dev/sdhci/sdhci.c
836
err = bus_dmamem_alloc(slot->dmatag, (void **)&slot->dmamem,
sys/dev/sec/sec.c
800
error = bus_dmamem_alloc(dma_mem->dma_tag, &(dma_mem->dma_vaddr),
sys/dev/sfxge/sfxge_dma.c
153
if (bus_dmamem_alloc(esmp->esm_tag, (void **)&vaddr,
sys/dev/sge/if_sge.c
788
error = bus_dmamem_alloc(cd->sge_rx_tag, (void **)&ld->sge_rx_ring,
sys/dev/sge/if_sge.c
822
error = bus_dmamem_alloc(cd->sge_tx_tag, (void **)&ld->sge_tx_ring,
sys/dev/siis/siis.c
677
if (bus_dmamem_alloc(ch->dma.work_tag, (void **)&ch->dma.work, 0,
sys/dev/sis/if_sis.c
1200
error = bus_dmamem_alloc(*tag, (void **)ring,
sys/dev/sk/if_sk.c
1944
error = bus_dmamem_alloc(sc_if->sk_cdata.sk_tx_ring_tag,
sys/dev/sk/if_sk.c
1965
error = bus_dmamem_alloc(sc_if->sk_cdata.sk_rx_ring_tag,
sys/dev/sk/if_sk.c
2072
error = bus_dmamem_alloc(sc_if->sk_cdata.sk_jumbo_rx_ring_tag,
sys/dev/smartpqi/smartpqi_mem.c
100
if ((ret = bus_dmamem_alloc(dma_mem->dma_tag, (void **)&dma_mem->virt_addr,
sys/dev/sound/pci/atiixp.c
1279
if (bus_dmamem_alloc(sc->sgd_dmat, (void **)&sc->sgd_table,
sys/dev/sound/pci/emu10k1.c
1321
if (bus_dmamem_alloc(sc->parent_dmat, &buf, BUS_DMA_NOWAIT, map))
sys/dev/sound/pci/emu10kx.c
1060
if ((error = bus_dmamem_alloc(mem->dmat, &dmabuf, BUS_DMA_NOWAIT, map))) {
sys/dev/sound/pci/envy24.c
2243
if (bus_dmamem_alloc(sc->dmat, (void **)&sc->pbuf, BUS_DMA_NOWAIT, &sc->pmap))
sys/dev/sound/pci/envy24.c
2248
if (bus_dmamem_alloc(sc->dmat, (void **)&sc->rbuf, BUS_DMA_NOWAIT, &sc->rmap))
sys/dev/sound/pci/envy24ht.c
2159
if (bus_dmamem_alloc(sc->dmat, (void **)&sc->pbuf, BUS_DMA_NOWAIT, &sc->pmap))
sys/dev/sound/pci/envy24ht.c
2164
if (bus_dmamem_alloc(sc->dmat, (void **)&sc->rbuf, BUS_DMA_NOWAIT, &sc->rmap))
sys/dev/sound/pci/hda/hdac.c
647
result = bus_dmamem_alloc(dma->dma_tag, (void **)&dma->dma_vaddr,
sys/dev/sound/pci/hdsp.c
191
if (bus_dmamem_alloc(sc->dmat, (void **)&sc->pbuf, BUS_DMA_WAITOK,
sys/dev/sound/pci/hdsp.c
204
if (bus_dmamem_alloc(sc->dmat, (void **)&sc->rbuf, BUS_DMA_WAITOK,
sys/dev/sound/pci/hdspe.c
201
if (bus_dmamem_alloc(sc->dmat, (void **)&sc->pbuf, BUS_DMA_WAITOK,
sys/dev/sound/pci/hdspe.c
214
if (bus_dmamem_alloc(sc->dmat, (void **)&sc->rbuf, BUS_DMA_WAITOK,
sys/dev/sound/pci/ich.c
1061
if (bus_dmamem_alloc(sc->dmat, (void **)&sc->dtbl, BUS_DMA_NOWAIT |
sys/dev/sound/pci/via8233.c
1320
if (bus_dmamem_alloc(via->sgd_dmat, (void **)&via->sgd_table,
sys/dev/sound/pci/via82c686.c
576
if (bus_dmamem_alloc(via->sgd_dmat, (void **)&via->sgd_table,
sys/dev/sound/pcm/buffer.c
99
if (bus_dmamem_alloc(b->dmatag, (void **)&b->buf, b->dmaflags,
sys/dev/ste/if_ste.c
1216
error = bus_dmamem_alloc(sc->ste_cdata.ste_tx_list_tag,
sys/dev/ste/if_ste.c
1237
error = bus_dmamem_alloc(sc->ste_cdata.ste_rx_list_tag,
sys/dev/stge/if_stge.c
808
error = bus_dmamem_alloc(sc->sc_cdata.stge_tx_ring_tag,
sys/dev/stge/if_stge.c
829
error = bus_dmamem_alloc(sc->sc_cdata.stge_rx_ring_tag,
sys/dev/sume/if_sume.c
1230
err = bus_dmamem_alloc(rp[ch]->ch_tag, (void **)
sys/dev/sym/sym_hipd.c
593
if (bus_dmamem_alloc(mp->dmat, &vaddr,
sys/dev/thunderbolt/nhi.c
410
if (bus_dmamem_alloc(r->ring_dmat, (void **)&ring, BUS_DMA_NOWAIT,
sys/dev/thunderbolt/nhi.c
576
if (bus_dmamem_alloc(sc->ring0_dmat, (void **)&frames, BUS_DMA_NOWAIT,
sys/dev/ti/if_ti.c
1019
error = bus_dmamem_alloc(*tag, (void **)ring,
sys/dev/tsec/if_tsec.c
1121
error = bus_dmamem_alloc(*dtag, vaddr, BUS_DMA_NOWAIT | BUS_DMA_ZERO,
sys/dev/tws/tws.c
561
if (bus_dmamem_alloc(sc->cmd_tag, &sc->dma_mem,
sys/dev/tws/tws.c
599
if (bus_dmamem_alloc(sc->data_tag, (void **)&sc->ioctl_data_mem,
sys/dev/ufshci/ufshci_req_sdb.c
106
if (bus_dmamem_alloc(req_queue->dma_tag_ucd, (void **)&ucdmem,
sys/dev/ufshci/ufshci_req_sdb.c
215
if (bus_dmamem_alloc(hwq->dma_tag_queue, (void **)&queuemem,
sys/dev/usb/usb_busdma.c
572
if (bus_dmamem_alloc(
sys/dev/vge/if_vge.c
759
error = bus_dmamem_alloc(sc->vge_cdata.vge_tx_ring_tag,
sys/dev/vge/if_vge.c
781
error = bus_dmamem_alloc(sc->vge_cdata.vge_rx_ring_tag,
sys/dev/virtio/block/virtio_blk.c
941
if (bus_dmamem_alloc(sc->vtblk_hdr_dmat, (void **)&req->vbr_hdr,
sys/dev/virtio/block/virtio_blk.c
946
if (bus_dmamem_alloc(sc->vtblk_ack_dmat, (void **)&req->vbr_ack,
sys/dev/virtio/virtqueue.c
266
error = bus_dmamem_alloc(vq->vq_ring_dmat, &vq->vq_ring_mem,
sys/dev/virtio/virtqueue.c
373
error = bus_dmamem_alloc(vq->vq_indirect_dmat,
sys/dev/vmware/pvscsi/pvscsi.c
475
error = bus_dmamem_alloc(dma->tag, &dma->vaddr,
sys/dev/vmware/vmci/vmci.c
513
error = bus_dmamem_alloc(dma->dma_tag, (void **)&dma->dma_vaddr,
sys/dev/vnic/nicvf_queues.c
184
err = bus_dmamem_alloc(
sys/dev/vr/if_vr.c
978
error = bus_dmamem_alloc(sc->vr_cdata.vr_tx_ring_tag,
sys/dev/vr/if_vr.c
999
error = bus_dmamem_alloc(sc->vr_cdata.vr_rx_ring_tag,
sys/dev/vte/if_vte.c
713
error = bus_dmamem_alloc(sc->vte_cdata.vte_tx_ring_tag,
sys/dev/vte/if_vte.c
734
error = bus_dmamem_alloc(sc->vte_cdata.vte_rx_ring_tag,
sys/dev/wpi/if_wpi.c
918
error = bus_dmamem_alloc(dma->tag, (void **)&dma->vaddr,
sys/dev/xdma/xdma_fdt_test.c
143
err = bus_dmamem_alloc(sc->src_dma_tag, (void **)&sc->src,
sys/dev/xdma/xdma_fdt_test.c
177
err = bus_dmamem_alloc(sc->dst_dma_tag, (void **)&sc->dst,
sys/dev/xilinx/if_xae.c
1050
error = bus_dmamem_alloc(sc->rxdesc_tag, (void **)&sc->rxdesc_ring,
sys/dev/xilinx/if_xae.c
982
error = bus_dmamem_alloc(sc->txdesc_tag, (void**)&sc->txdesc_ring,
sys/dev/xl/if_xl.c
1227
error = bus_dmamem_alloc(sc->xl_ldata.xl_rx_tag,
sys/dev/xl/if_xl.c
1259
error = bus_dmamem_alloc(sc->xl_ldata.xl_tx_tag,
sys/net/iflib.c
1456
err = bus_dmamem_alloc(dma->idi_tag, (void **)&dma->idi_vaddr,
sys/powerpc/mpc85xx/fsl_sata.c
577
if (bus_dmamem_alloc(ch->dma.work_tag, (void **)&ch->dma.work,
sys/powerpc/powermac/dbdma.c
77
error = bus_dmamem_alloc(channel->sc_dmatag,
sys/powerpc/powermac/smu.c
310
bus_dmamem_alloc(sc->sc_dmatag, (void **)&sc->sc_cmd, BUS_DMA_WAITOK |
sys/powerpc/ps3/if_glc.c
197
err = bus_dmamem_alloc(sc->sc_dmadesc_tag, (void **)&sc->sc_txdmadesc,
sys/powerpc/ps3/if_glc.c
203
err = bus_dmamem_alloc(sc->sc_dmadesc_tag, (void **)&sc->sc_rxdmadesc,
sys/powerpc/pseries/phyp_llan.c
207
bus_dmamem_alloc(sc->rx_dma_tag, (void **)&sc->rx_buf,
sys/powerpc/pseries/phyp_vscsi.c
328
error = bus_dmamem_alloc(sc->crq_tag, (void **)&sc->crq_queue,
sys/sys/bus_dma.h
378
BUS_DMAMAP_OP int bus_dmamem_alloc(bus_dma_tag_t dmat, void** vaddr, int flags,
sys/x86/cpufreq/smist.c
209
if (bus_dmamem_alloc(tag, &cb_data.buf, BUS_DMA_NOWAIT, &map) != 0) {