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_mmap
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/compat/linux/common/
linux_mmap.h
78
* Ensure the
linux_sys_mmap
syscall appears to exist:
98
int
linux_sys_mmap
(struct lwp *p, const struct linux_sys_mmap_args *v, register_t *retval);
linux_oldmmap.c
100
error =
linux_sys_mmap
(l, &nlmap, retval);
linux_misc.c
460
linux_sys_mmap
(struct lwp *l, const struct linux_sys_mmap_args *uap, register_t *retval)
function
479
* its list of arguments with
linux_sys_mmap
().
/src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h
1566
int
linux_sys_mmap
(struct lwp *, const struct linux_sys_mmap_args *, register_t *);
linux_sysent.c
1066
.sy_call = (sy_call_t *)
linux_sys_mmap
/src/sys/compat/linux/arch/amd64/
linux_sysent.c
91
.sy_call = (sy_call_t *)
linux_sys_mmap
linux_syscallargs.h
1363
int
linux_sys_mmap
(struct lwp *, const struct linux_sys_mmap_args *, register_t *);
/src/sys/compat/linux/arch/mips/
linux_sysent.c
412
.sy_call = (sy_call_t *)
linux_sys_mmap
linux_syscallargs.h
1597
int
linux_sys_mmap
(struct lwp *, const struct linux_sys_mmap_args *, register_t *);
/src/sys/compat/linux/arch/powerpc/
linux_sysent.c
420
.sy_call = (sy_call_t *)
linux_sys_mmap
linux_syscallargs.h
1493
int
linux_sys_mmap
(struct lwp *, const struct linux_sys_mmap_args *, register_t *);
/src/sys/compat/linux/arch/alpha/
linux_syscallargs.h
1537
int
linux_sys_mmap
(struct lwp *, const struct linux_sys_mmap_args *, register_t *);
linux_sysent.c
315
.sy_call = (sy_call_t *)
linux_sys_mmap
Completed in 38 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026