| /third_party/rust/crates/rustix/src/mm/ |
| H A D | mod.rs | 5 mod mmap; modules
|
| H A D | mmap.rs | 36 pub unsafe fn mmap<Fd: AsFd>( in mmap() functions [all...] |
| /third_party/rust/crates/rustix/tests/mm/ |
| H A D | main.rs | 11 mod mmap; modules
|
| /kernel/linux/linux-6.6/sound/core/ |
| H A D | memalloc_local.h | 12 int (*mmap)(struct snd_dma_buffer *dmab, struct vm_area_struct *area); member
|
| /third_party/python/Lib/test/ |
| H A D | win_console_handler.py | 14 import mmap namespace
|
| /third_party/skia/third_party/icu/ |
| H A D | make_data_cpp.py | 18 import mmap namespace
|
| /third_party/elfutils/tests/ |
| H A D | elfgetzdata.c | 47 bool mmap = strcmp (argv[1], "mmap") == 0; in main() local
|
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
| H A D | usb_handle.h | 71 void *(*mmap)(struct usb_handle *handle, uint32_t size); member
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | mmap.h | 32 struct mmap { struct [all...] |
| /third_party/rust/crates/nix/src/sys/ |
| H A D | mman.rs | 419 pub unsafe fn mmap( in mmap() functions
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | mdev.h | 94 int (*mmap)(struct mdev_device *mdev, struct vm_area_struct *vma); member
|
| H A D | uacce.h | 42 int (*mmap)(struct uacce_queue *q, struct vm_area_struct *vma, member
|
| H A D | vfio.h | 55 int (*mmap)(void *device_data, struct vm_area_struct *vma); member 90 int (*mmap)(void *iommu_data, struct vm_area_struct *vma); member
|
| /kernel/linux/linux-6.6/tools/lib/perf/include/internal/ |
| H A D | evsel.h | 55 struct xyarray *mmap; member
|
| H A D | evlist.h | 34 struct perf_mmap *mmap; member 51 perf_evlist_mmap__cb_mmap_t mmap; member
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | mmap.h | 29 struct mmap { struct [all...] |
| /third_party/musl/src/hook/linux/ |
| H A D | malloc_common.c | 131 void* mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap() function
|
| /third_party/musl/porting/linux/user/src/hook/ |
| H A D | malloc_common.c | 103 void* mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap() function
|
| /kernel/linux/linux-5.10/tools/lib/perf/include/internal/ |
| H A D | evlist.h | 27 struct perf_mmap *mmap; member 43 perf_evlist_mmap__cb_mmap_t mmap; member
|
| /kernel/linux/linux-5.10/include/sound/ |
| H A D | hwdep.h | 31 int (*mmap)(struct snd_hwdep *hw, struct file *file, member
|
| /kernel/linux/linux-5.10/include/drm/ |
| H A D | drm_gem.h | 164 int (*mmap)(struct drm_gem_object *obj, struct vm_area_struct *vma); member [all...] |
| /kernel/linux/linux-6.6/include/sound/ |
| H A D | hwdep.h | 31 int (*mmap)(struct snd_hwdep *hw, struct file *file, member
|
| /third_party/alsa-utils/axfer/ |
| H A D | xfer-libasound.h | 53 bool mmap:1; member
|
| /third_party/musl/src/malloc/mallocng/ |
| H A D | glue.h | 38 #define mmap __mmap macro
|
| /third_party/python/Lib/multiprocessing/ |
| H A D | heap.py | 12 import mmap namespace [all...] |