Home
last modified time | relevance | path

Searched refs:emu_memalloc (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/sound/pci/
H A Demu10k1.c246 static void *emu_memalloc(struct sc_info *sc, u_int32_t sz, bus_addr_t *addr);
574 buf = emu_memalloc(sc, sz, &tmp_addr); in emu_vinit()
1339 emu_memalloc(struct sc_info *sc, u_int32_t sz, bus_addr_t *addr) in emu_memalloc() function
H A Demu10kx.c383 static void* emu_memalloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr, const char * owner);
1082 emu_memalloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr, const char *owner) in emu_memalloc() function
1290 vbuf = emu_memalloc(&sc->mem, sz, &tmp_addr, "vinit"); in emu_vinit()