Searched refs:map_handle (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython3/Modules/ |
D | mmapmodule.c | 103 HANDLE map_handle; member 123 if (m_obj->map_handle != NULL) in mmap_object_dealloc() 124 CloseHandle (m_obj->map_handle); in mmap_object_dealloc() 164 if (self->map_handle != NULL) { in mmap_close_method() 165 CloseHandle(self->map_handle); in mmap_close_method() 166 self->map_handle = NULL; in mmap_close_method() 190 if (self->map_handle == NULL) { \ 476 CloseHandle(self->map_handle); in mmap_resize_method() 477 self->map_handle = NULL; in mmap_resize_method() 488 self->map_handle = CreateFileMapping( in mmap_resize_method() [all …]
|
/external/python/cpython2/Modules/ |
D | mmapmodule.c | 103 HANDLE map_handle; member 122 if (m_obj->map_handle != NULL) in mmap_object_dealloc() 123 CloseHandle (m_obj->map_handle); in mmap_object_dealloc() 158 if (self->map_handle != NULL) { in mmap_close_method() 159 CloseHandle(self->map_handle); in mmap_close_method() 160 self->map_handle = NULL; in mmap_close_method() 185 if (self->map_handle == NULL) { \ 463 CloseHandle(self->map_handle); in mmap_resize_method() 464 self->map_handle = NULL; in mmap_resize_method() 475 self->map_handle = CreateFileMapping( in mmap_resize_method() [all …]
|
/external/libdrm/libkms/ |
D | vmwgfx.c | 41 uint64_t map_handle; member 110 bo->map_handle = rep->map_handle; in vmwgfx_bo_create() 145 …rm_mmap(NULL, bo->base.size, PROT_READ | PROT_WRITE, MAP_SHARED, bo->base.kms->fd, bo->map_handle); in vmwgfx_bo_map()
|
D | nouveau.c | 44 uint64_t map_handle; member 122 bo->map_handle = arg.info.map_handle; in nouveau_bo_create() 154 …= drm_mmap(0, bo->base.size, PROT_READ | PROT_WRITE, MAP_SHARED, bo->base.kms->fd, bo->map_handle); in nouveau_bo_map()
|
/external/libdrm/nouveau/ |
D | abi16.c | 277 nvbo->map_handle = info->map_handle; in abi16_bo_info() 289 if (nvbo->map_handle) in abi16_bo_info()
|
D | private.h | 85 uint64_t map_handle; member
|
D | nouveau.c | 867 MAP_SHARED, drm->fd, nvbo->map_handle); in nouveau_bo_map()
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_ioctl.c | 60 uint64_t map_handle; member 257 region->map_handle = rep->buffer_map_handle; in vmw_ioctl_gb_surface_create() 378 region->map_handle = rep->crep.buffer_map_handle; in vmw_ioctl_gb_surface_ref() 543 region->map_handle = rep->map_handle; in vmw_ioctl_region_create() 595 region->drm_fd, region->map_handle); in vmw_ioctl_region_map()
|
D | vmwgfx_drm.h | 399 uint64_t map_handle; member
|
/external/ImageMagick/MagickCore/ |
D | nt-base.c | 1716 map_handle; in NTMapMemory() local 1726 map_handle=INVALID_HANDLE_VALUE; in NTMapMemory() 1752 map_handle=CreateFileMapping(file_handle,0,protection_mode,high_length, in NTMapMemory() 1754 if (map_handle) in NTMapMemory() 1756 map=(void *) MapViewOfFile(map_handle,access_mode,high_offset,low_offset, in NTMapMemory() 1758 CloseHandle(map_handle); in NTMapMemory()
|
/external/kernel-headers/original/uapi/drm/ |
D | nouveau_drm.h | 54 __u64 map_handle; member
|
D | vmwgfx_drm.h | 411 __u64 map_handle; member
|
/external/libdrm/include/drm/ |
D | nouveau_drm.h | 127 __u64 map_handle; member
|
D | vmwgfx_drm.h | 402 __u64 map_handle; member
|