Home
last modified time | relevance | path

Searched refs:mmap (Results 1 – 8 of 8) sorted by relevance

/components/dfs/dfs_v2/filesystems/devfs/
A Ddevfs.c347 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 Dmman.h60 void *mmap (void *start, size_t len, int prot, int flags, int fd, off_t off);
/components/libc/posix/io/mman/
A Dmman.c34 void *mmap(void *addr, size_t length, int prot, int flags, in mmap() function
/components/dfs/dfs_v2/include/
A Ddfs_file.h51 int (*mmap)(struct dfs_file *file, struct lwp_avl_struct *mmap); member
/components/lwp/terminal/
A Dtty_ptmx.c249 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 Dtty_device.c265 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 Dposix-info.txt277 + mmap()
/components/lwp/terminal/freebsd/
A Dtty.c827 PATCH_FUNC(mmap); in bsd_devsw_init()

Completed in 11 milliseconds