OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linux_sys_mmap2
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/compat/linux/common/
linux_mmap.h
92
* See linux_misc.c:
linux_sys_mmap2
().
99
int
linux_sys_mmap2
(struct lwp *p, const struct linux_sys_mmap2_args *v, register_t *retval);
linux_misc.c
481
* The difference in
linux_sys_mmap2
() is that "offset" is actually
487
linux_sys_mmap2
(struct lwp *l, const struct linux_sys_mmap2_args *uap, register_t *retval)
function
/src/sys/compat/linux32/common/
linux32_mman.c
142
return
linux_sys_mmap2
(l, &ua, retval);
/src/sys/compat/linux/arch/arm/
linux_sysent.c
855
.sy_call = (sy_call_t *)
linux_sys_mmap2
linux_syscallargs.h
1731
int
linux_sys_mmap2
(struct lwp *, const struct linux_sys_mmap2_args *, register_t *);
/src/sys/compat/linux/arch/i386/
linux_sysent.c
862
.sy_call = (sy_call_t *)
linux_sys_mmap2
linux_syscallargs.h
1751
int
linux_sys_mmap2
(struct lwp *, const struct linux_sys_mmap2_args *, register_t *);
/src/sys/compat/linux/arch/m68k/
linux_sysent.c
877
.sy_call = (sy_call_t *)
linux_sys_mmap2
linux_syscallargs.h
1724
int
linux_sys_mmap2
(struct lwp *, const struct linux_sys_mmap2_args *, register_t *);
/src/sys/compat/linux/arch/mips/
linux_sysent.c
929
.sy_call = (sy_call_t *)
linux_sys_mmap2
linux_syscallargs.h
1783
int
linux_sys_mmap2
(struct lwp *, const struct linux_sys_mmap2_args *, register_t *);
/src/sys/compat/linux/arch/powerpc/
linux_sysent.c
856
.sy_call = (sy_call_t *)
linux_sys_mmap2
linux_syscallargs.h
1650
int
linux_sys_mmap2
(struct lwp *, const struct linux_sys_mmap2_args *, register_t *);
Completed in 100 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026