Searched refs:ddi_umem_alloc (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_comms.c284 xb_addr = ddi_umem_alloc(PAGESIZE, DDI_UMEM_SLEEP,
H A Dxpvtap.c936 usring->ur_sring = (blkif_sring_t *)ddi_umem_alloc(PAGESIZE,
/illumos-gate/usr/src/uts/common/io/
H A Dwinlockio.c901 lp->lockptr = (int *)ddi_umem_alloc(PAGESIZE,
1127 lockpage = ddi_umem_alloc(PAGESIZE, DDI_UMEM_SLEEP,
1133 (void) ddi_umem_alloc(PAGESIZE, DDI_UMEM_TRASH | DDI_UMEM_SLEEP,
H A Dbofi.c3566 hp->allocaddr = ddi_umem_alloc(
3999 hp->allocaddr = ddi_umem_alloc(
H A Ddevinfo.c110 devmap_cookie_t cook; /* cookie from ddi_umem_alloc */
882 mem->buf = ddi_umem_alloc(size, DDI_UMEM_SLEEP, &mem->cook);
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_chan.c472 seg->is_kaddr = ddi_umem_alloc(seg->is_umem_size,
532 * Note that we need packet size alignment, but since ddi_umem_alloc'ed
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_bufs.c134 * ddi_umem_alloc() grants page-aligned memory. We needn't
137 map->handle = ddi_umem_alloc(map->size,
140 DRM_ERROR("drm_addmap: ddi_umem_alloc failed");
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c92 pagep->upg_kvaddr = ddi_umem_alloc(pagesize, DDI_UMEM_SLEEP,
2450 * host memory allocation, use ddi_umem_alloc(). In either case,
2480 qa_info->qa_buf_real = ddi_umem_alloc(realsize, flag,
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_client.c946 sp->s_data = ddi_umem_alloc(sp->s_allocsz, DDI_UMEM_NOSLEEP,
950 audio_dev_warn(c->c_dev, "ddi_umem_alloc failed");
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h683 void *ddi_umem_alloc(size_t size, int flag, ddi_umem_cookie_t *cookiep);
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c2441 qa_info->qa_buf_real = ddi_umem_alloc(realsize, flag,
/illumos-gate/usr/src/man/man9f/
H A DMakefile245 ddi_umem_alloc.9f \
1674 ddi_umem_free.9f := LINKSRC = ddi_umem_alloc.9f
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c2943 bufs[0].data = ddi_umem_alloc(buf_len * buf_cnt, DDI_UMEM_SLEEP,
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c118 * preallocated by the kernel agent during attach using ddi_umem_alloc with
885 bar_va = (rsm_gnum_t *)ddi_umem_alloc(barrier_size,
898 (void) ddi_umem_alloc((size_t)TRASHSIZE,
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.c3591 * allocated from ddi_umem_alloc().
3852 * allocating non-pageable kmem in response to a ddi_umem_alloc()
3885 * The devmap framework will use the cookie allocated by ddi_umem_alloc()
3890 ddi_umem_alloc(size_t size, int flags, ddi_umem_cookie_t *cookie) function
4050 * ddi_umem_alloc() non-pageable quantum cache max size.

Completed in 145 milliseconds