Searched refs:uio_mmap (Results 1 – 2 of 2) sorted by relevance
8 | <...>/libuio/0.2.1-r0/git/tools/lsuio.c:85: undefined reference to `uio_mmap'15 1. We can remove 'uio_mmap' inline function definition in uio_mmap.c, and move52 -inline void uio_mmap(struct uio_info_t* info, int fd);56 +static inline void uio_mmap(struct uio_info_t* info, int fd);57 +static inline void uio_mmap(struct uio_info_t* info, int fd)82 --- git_org/src/uio_mmap.c 2015-10-20 02:37:04.183075855 -040083 +++ git/src/uio_mmap.c 2015-10-20 03:34:45.060003208 -040089 -inline void uio_mmap(struct uio_info_t* info, int fd)
760 static int uio_mmap(struct file *filep, struct vm_area_struct *vma) in uio_mmap() function822 .mmap = uio_mmap,