/external/python/cpython3/Modules/ |
D | mmapmodule.c | 103 HANDLE map_handle; member 124 if (m_obj->map_handle != NULL) in mmap_object_dealloc() 125 CloseHandle (m_obj->map_handle); in mmap_object_dealloc() 164 HANDLE map_handle = self->map_handle; in mmap_close_method() local 167 self->map_handle = NULL; in mmap_close_method() 174 if (map_handle != NULL) { in mmap_close_method() 175 CloseHandle(map_handle); in mmap_close_method() 203 if (self->map_handle == NULL) { \ 489 CloseHandle(self->map_handle); in mmap_resize_method() 490 self->map_handle = NULL; 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 | 65 uint64_t map_handle; member 321 region->map_handle = rep->buffer_map_handle; in vmw_ioctl_gb_surface_create() 442 region->map_handle = rep->crep.buffer_map_handle; in vmw_ioctl_gb_surface_ref() 470 region->map_handle = rep->crep.buffer_map_handle; in vmw_ioctl_gb_surface_ref() 640 region->map_handle = rep->map_handle; in vmw_ioctl_region_create() 692 region->drm_fd, region->map_handle); in vmw_ioctl_region_map()
|
D | vmwgfx_drm.h | 413 __u64 map_handle; member
|
/external/igt-gpu-tools/include/drm-uapi/ |
D | nouveau_drm.h | 54 __u64 map_handle; member
|
D | vmwgfx_drm.h | 411 __u64 map_handle; member
|
/external/ImageMagick/MagickCore/ |
D | nt-base.c | 1715 map_handle; in NTMapMemory() local 1725 map_handle=INVALID_HANDLE_VALUE; in NTMapMemory() 1751 map_handle=CreateFileMapping(file_handle,0,protection_mode,high_length, in NTMapMemory() 1753 if (map_handle) in NTMapMemory() 1755 map=(void *) MapViewOfFile(map_handle,access_mode,high_offset,low_offset, in NTMapMemory() 1757 CloseHandle(map_handle); in NTMapMemory()
|
/external/kernel-headers/original/uapi/drm/ |
D | nouveau_drm.h | 54 __u64 map_handle; member
|
D | vmwgfx_drm.h | 416 __u64 map_handle; member
|
/external/libdrm/include/drm/ |
D | nouveau_drm.h | 115 __u64 map_handle; member
|
D | vmwgfx_drm.h | 402 __u64 map_handle; member
|