/external/python/cpython3/Modules/ |
mmapmodule.c | 103 HANDLE map_handle; member in struct:__anon33476 123 if (m_obj->map_handle != NULL) 124 CloseHandle (m_obj->map_handle); 164 if (self->map_handle != NULL) { 165 CloseHandle(self->map_handle); 166 self->map_handle = NULL; 191 if (self->map_handle == NULL) { \ 500 CloseHandle(self->map_handle); 501 self->map_handle = NULL; 512 self->map_handle = CreateFileMapping [all...] |
/external/libdrm/libkms/ |
nouveau.c | 48 uint64_t map_handle; member in struct:nouveau_bo 126 bo->map_handle = arg.info.map_handle; 158 map = drm_mmap(0, bo->base.size, PROT_READ | PROT_WRITE, MAP_SHARED, bo->base.kms->fd, bo->map_handle);
|
vmwgfx.c | 45 uint64_t map_handle; member in struct:vmwgfx_bo 114 bo->map_handle = rep->map_handle; 149 map = drm_mmap(NULL, bo->base.size, PROT_READ | PROT_WRITE, MAP_SHARED, bo->base.kms->fd, bo->map_handle);
|
/external/python/cpython2/Modules/ |
mmapmodule.c | 103 HANDLE map_handle; member in struct:__anon32851 122 if (m_obj->map_handle != NULL) 123 CloseHandle (m_obj->map_handle); 158 if (self->map_handle != NULL) { 159 CloseHandle(self->map_handle); 160 self->map_handle = NULL; 185 if (self->map_handle == NULL) { \ 463 CloseHandle(self->map_handle); 464 self->map_handle = NULL; 475 self->map_handle = CreateFileMapping [all...] |
/bionic/libc/kernel/uapi/drm/ |
nouveau_drm.h | 41 __u64 map_handle; member in struct:drm_nouveau_gem_info
|
vmwgfx_drm.h | 132 __u64 map_handle; member in struct:drm_vmw_dmabuf_rep
|
/external/libdrm/nouveau/ |
private.h | 85 uint64_t map_handle; member in struct:nouveau_bo_priv
|
abi16.c | 281 nvbo->map_handle = info->map_handle; 293 if (nvbo->map_handle)
|
nouveau.c | 871 MAP_SHARED, drm->fd, nvbo->map_handle);
|
/external/kernel-headers/original/uapi/drm/ |
nouveau_drm.h | 54 __u64 map_handle; member in struct:drm_nouveau_gem_info
|
vmwgfx_drm.h | 391 * @map_handle: Offset to use in the mmap() call used to map the buffer. 402 __u64 map_handle; member in struct:drm_vmw_dmabuf_rep
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/ |
nouveau_drm.h | 109 uint64_t map_handle; member in struct:drm_nouveau_gem_info
|
vmwgfx_drm.h | 355 * @map_handle: Offset to use in the mmap() call used to map the buffer. 366 uint64_t map_handle; member in struct:drm_vmw_dmabuf_rep
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
vmw_screen_ioctl.c | 60 uint64_t map_handle; member in struct:vmw_region 252 region->map_handle = rep->buffer_map_handle; 373 region->map_handle = rep->crep.buffer_map_handle; 520 region->map_handle = rep->map_handle; 572 region->drm_fd, region->map_handle);
|
vmwgfx_drm.h | 383 * @map_handle: Offset to use in the mmap() call used to map the buffer. 394 uint64_t map_handle; member in struct:drm_vmw_dmabuf_rep
|
/hardware/intel/common/libwsbm/src/ |
wsbm_ttmpool.c | 146 dBuf->mapHandle = arg.rep.map_handle; 190 dBuf->mapHandle = arg.rep.map_handle; 568 dBuf->mapHandle = arg.rep.map_handle;
|
wsbm_slabpool.c | 418 kbo->mapHandle = arg.rep.map_handle; 766 sBuf->mapHandle = arg.rep.map_handle;
|
/cts/hostsidetests/security/securityPatch/CVE-2017-0333/ |
local_poc.h | 37 uint64_t map_handle; member in struct:drm_nouveau_gem_info
|
/external/libdrm/include/drm/ |
nouveau_drm.h | 120 uint64_t map_handle; member in struct:drm_nouveau_gem_info
|
vmwgfx_drm.h | 381 * @map_handle: Offset to use in the mmap() call used to map the buffer. 392 __u64 map_handle; member in struct:drm_vmw_dmabuf_rep
|
/cts/hostsidetests/security/securityPatch/CVE-2017-6262/ |
local_poc.h | 105 uint64_t map_handle; member in struct:drm_nouveau_gem_info
|
/external/ImageMagick/MagickCore/ |
nt-base.c | 1672 map_handle; local [all...] |
/external/devlib/devlib/bin/armeabi/ |
trace-cmd | |