Home
last modified time | relevance | path

Searched refs:map_handle (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Modules/
Dmmapmodule.c103 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()
191 if (self->map_handle == NULL) { \
500 CloseHandle(self->map_handle); in mmap_resize_method()
501 self->map_handle = NULL; in mmap_resize_method()
512 self->map_handle = CreateFileMapping( in mmap_resize_method()
[all …]
/external/python/cpython2/Modules/
Dmmapmodule.c103 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/
Dvmwgfx.c45 uint64_t map_handle; member
114 bo->map_handle = rep->map_handle; in vmwgfx_bo_create()
149 …rm_mmap(NULL, bo->base.size, PROT_READ | PROT_WRITE, MAP_SHARED, bo->base.kms->fd, bo->map_handle); in vmwgfx_bo_map()
Dnouveau.c48 uint64_t map_handle; member
126 bo->map_handle = arg.info.map_handle; in nouveau_bo_create()
158 …= 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/
Dabi16.c281 nvbo->map_handle = info->map_handle; in abi16_bo_info()
293 if (nvbo->map_handle) in abi16_bo_info()
Dprivate.h85 uint64_t map_handle; member
Dnouveau.c871 MAP_SHARED, drm->fd, nvbo->map_handle); in nouveau_bo_map()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c60 uint64_t map_handle; member
252 region->map_handle = rep->buffer_map_handle; in vmw_ioctl_gb_surface_create()
373 region->map_handle = rep->crep.buffer_map_handle; in vmw_ioctl_gb_surface_ref()
520 region->map_handle = rep->map_handle; in vmw_ioctl_region_create()
572 region->drm_fd, region->map_handle); in vmw_ioctl_region_map()
Dvmwgfx_drm.h394 uint64_t map_handle; member
/external/ImageMagick/MagickCore/
Dnt-base.c1672 map_handle; in NTMapMemory() local
1682 map_handle=INVALID_HANDLE_VALUE; in NTMapMemory()
1708 map_handle=CreateFileMapping(file_handle,0,protection_mode,high_length, in NTMapMemory()
1710 if (map_handle) in NTMapMemory()
1712 map=(void *) MapViewOfFile(map_handle,access_mode,high_offset,low_offset, in NTMapMemory()
1714 CloseHandle(map_handle); in NTMapMemory()
/external/kernel-headers/original/uapi/drm/
Dnouveau_drm.h54 __u64 map_handle; member
Dvmwgfx_drm.h402 __u64 map_handle; member
/external/libdrm/include/drm/
Dnouveau_drm.h120 uint64_t map_handle; member
Dvmwgfx_drm.h392 __u64 map_handle; member