Home
last modified time | relevance | path

Searched refs:uio_mmap (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libuio/libuio/
H A Dreplace_inline_with_static-inline.patch8 | <...>/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 move
52 -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 -0400
83 +++ git/src/uio_mmap.c 2015-10-20 03:34:45.060003208 -0400
89 -inline void uio_mmap(struct uio_info_t* info, int fd)
/OK3568_Linux_fs/kernel/drivers/uio/
H A Duio.c760 static int uio_mmap(struct file *filep, struct vm_area_struct *vma) in uio_mmap() function
822 .mmap = uio_mmap,