Searched refs:mmap (Results 1 – 8 of 8) sorted by relevance
| /components/dfs/dfs_v2/filesystems/devfs/ |
| A D | devfs.c | 347 static int dfs_devfs_mmap(struct dfs_file *file, struct lwp_avl_struct *mmap) in dfs_devfs_mmap() argument 360 if (device->fops && device->fops->mmap) in dfs_devfs_mmap() 362 ret = device->fops->mmap(file, mmap); in dfs_devfs_mmap() 429 .mmap = dfs_devfs_mmap,
|
| /components/libc/posix/io/mman/sys/ |
| A D | mman.h | 60 void *mmap (void *start, size_t len, int prot, int flags, int fd, off_t off);
|
| /components/libc/posix/io/mman/ |
| A D | mman.c | 34 void *mmap(void *addr, size_t length, int prot, int flags, in mmap() function
|
| /components/dfs/dfs_v2/include/ |
| A D | dfs_file.h | 51 int (*mmap)(struct dfs_file *file, struct lwp_avl_struct *mmap); member
|
| /components/lwp/terminal/ |
| A D | tty_ptmx.c | 249 static int ptm_fops_mmap(struct dfs_file *file, struct lwp_avl_struct *mmap) in ptm_fops_mmap() argument 274 .mmap = ptm_fops_mmap,
|
| A D | tty_device.c | 265 static int tty_fops_mmap(struct dfs_file *file, struct lwp_avl_struct *mmap) in tty_fops_mmap() argument 290 .mmap = tty_fops_mmap,
|
| /components/libc/ |
| A D | posix-info.txt | 277 + mmap()
|
| /components/lwp/terminal/freebsd/ |
| A D | tty.c | 827 PATCH_FUNC(mmap); in bsd_devsw_init()
|
Completed in 11 milliseconds