HomeSort by: relevance | last modified time | path
    Searched defs:mapstore (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/sys/arch/alpha/common/
bus_dma.c 79 void *mapstore; local in function:_bus_dmamap_create
93 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
97 map = (struct alpha_bus_dmamap *)mapstore;
bus_dma.c 79 void *mapstore; local in function:_bus_dmamap_create
93 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
97 map = (struct alpha_bus_dmamap *)mapstore;
  /src/sys/arch/emips/emips/
bus_dma.c 108 void *mapstore; local in function:_bus_dmamap_create
122 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
126 map = (struct emips_bus_dmamap *)mapstore;
bus_dma.c 108 void *mapstore; local in function:_bus_dmamap_create
122 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
126 map = (struct emips_bus_dmamap *)mapstore;
  /src/sys/arch/hpcmips/hpcmips/
bus_dma.c 99 void *mapstore; local in function:_hpcmips_bd_map_create
110 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
114 map = (struct bus_dmamap_hpcmips *)mapstore;
123 map->bdm.dm_segs = (bus_dma_segment_t *)((char *)mapstore +
bus_dma.c 99 void *mapstore; local in function:_hpcmips_bd_map_create
110 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
114 map = (struct bus_dmamap_hpcmips *)mapstore;
123 map->bdm.dm_segs = (bus_dma_segment_t *)((char *)mapstore +
  /src/sys/arch/pmax/pmax/
bus_dma.c 108 void *mapstore; local in function:_bus_dmamap_create
122 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
126 map = (struct pmax_bus_dmamap *)mapstore;
bus_dma.c 108 void *mapstore; local in function:_bus_dmamap_create
122 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
126 map = (struct pmax_bus_dmamap *)mapstore;
  /src/sys/arch/sun68k/sun68k/
bus.c 194 void *mapstore; local in function:_bus_dmamap_create
208 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
212 map = (struct sun68k_bus_dmamap *)mapstore;
bus.c 194 void *mapstore; local in function:_bus_dmamap_create
208 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
212 map = (struct sun68k_bus_dmamap *)mapstore;
  /src/sys/rump/dev/lib/libpci/
rumpdev_bus_dma.c 98 void *mapstore; local in function:bus_dmamap_create
114 if ((mapstore = kmem_intr_alloc(mapsize,
118 memset(mapstore, 0, mapsize);
119 map = (void *)mapstore;
rumpdev_bus_dma.c 98 void *mapstore; local in function:bus_dmamap_create
114 if ((mapstore = kmem_intr_alloc(mapsize,
118 memset(mapstore, 0, mapsize);
119 map = (void *)mapstore;
  /src/sys/arch/playstation2/playstation2/
bus_dma.c 90 void *mapstore; local in function:_bus_dmamap_create
104 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
108 map = (struct playstation2_bus_dmamap *)mapstore;
bus_dma.c 90 void *mapstore; local in function:_bus_dmamap_create
104 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
108 map = (struct playstation2_bus_dmamap *)mapstore;
  /src/sys/arch/x68k/x68k/
bus.c 89 void *mapstore; local in function:x68k_bus_dmamap_create
106 if ((mapstore = malloc(mapsize, M_DMAMAP,
110 memset(mapstore, 0, mapsize);
111 map = (struct x68k_bus_dmamap *)mapstore;
bus.c 89 void *mapstore; local in function:x68k_bus_dmamap_create
106 if ((mapstore = malloc(mapsize, M_DMAMAP,
110 memset(mapstore, 0, mapsize);
111 map = (struct x68k_bus_dmamap *)mapstore;
  /src/sys/arch/mipsco/mipsco/
bus_dma.c 92 void *mapstore; local in function:_bus_dmamap_create
106 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
110 map = (struct mipsco_bus_dmamap *)mapstore;
bus_dma.c 92 void *mapstore; local in function:_bus_dmamap_create
106 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
110 map = (struct mipsco_bus_dmamap *)mapstore;
  /src/sys/arch/arc/arc/
bus_dma.c 95 void *mapstore; local in function:_bus_dmamap_create
109 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
113 map = (struct arc_bus_dmamap *)mapstore;
  /src/sys/arch/evbsh3/evbsh3/
bus_dma.c 88 void *mapstore; local in function:_bus_dmamap_create
104 mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
106 if (mapstore == NULL)
109 DPRINTF(("%s: dmamp = %p\n", __func__, mapstore));
111 map = (bus_dmamap_t)mapstore;
  /src/sys/arch/landisk/landisk/
bus_dma.c 88 void *mapstore; local in function:_bus_dmamap_create
104 mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
106 if (mapstore == NULL)
109 DPRINTF(("%s: dmamp = %p\n", __func__, mapstore));
111 map = (bus_dmamap_t)mapstore;
  /src/sys/arch/mvme68k/mvme68k/
bus_dma.c 84 void *mapstore; local in function:_bus_dmamap_create
98 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
102 map = (struct mvme68k_bus_dmamap *)mapstore;
  /src/sys/arch/newsmips/newsmips/
bus.c 152 void *mapstore; local in function:_bus_dmamap_create
166 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
170 map = (struct newsmips_bus_dmamap *)mapstore;
  /src/sys/arch/ews4800mips/ews4800mips/
bus_dma.c 91 void *mapstore; local in function:_bus_dmamap_create
105 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
109 map = (struct ews4800mips_bus_dmamap *)mapstore;
  /src/sys/arch/m68k/m68k/
bus_dma.c 83 void *mapstore; local in function:_bus_dmamap_create
97 if ((mapstore = kmem_zalloc(_bus_dmamap_mapsize(nsegments),
101 map = (struct m68k_bus_dmamap *)mapstore;

Completed in 64 milliseconds

1 2 3