HomeSort by: relevance | last modified time | path
    Searched refs:linux32_sys_fcntl (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/compat/linux32/arch/aarch64/
linux32_syscall.h 157 #define LINUX32_SYS_fcntl 55
548 #define linux32_sys_fcntl64 linux32_sys_fcntl
linux32_syscalls.c 258 #define linux32_sys_fcntl64 linux32_sys_fcntl
777 #define linux32_sys_fcntl64 linux32_sys_fcntl
linux32_syscallargs.h 186 check_syscall_args(linux32_sys_fcntl)
753 #define linux32_sys_fcntl64 linux32_sys_fcntl
1215 int linux32_sys_fcntl(struct lwp *, const struct linux32_sys_fcntl_args *, register_t *);
1459 #define linux32_sys_fcntl64 linux32_sys_fcntl
linux32_sysent.c 239 .sy_call = (sy_call_t *)linux32_sys_fcntl
856 #define linux32_sys_fcntl64 linux32_sys_fcntl
linux32_systrace_args.c 335 /* linux32_sys_fcntl */
1376 #define linux32_sys_fcntl64 linux32_sys_fcntl
2585 /* linux32_sys_fcntl */
4267 #define linux32_sys_fcntl64 linux32_sys_fcntl
5792 /* linux32_sys_fcntl */
6409 #define linux32_sys_fcntl64 linux32_sys_fcntl
  /src/sys/compat/linux32/arch/amd64/
linux32_syscall.h 159 #define LINUX32_SYS_fcntl 55
559 #define linux32_sys_fcntl64 linux32_sys_fcntl
linux32_syscalls.c 261 #define linux32_sys_fcntl64 linux32_sys_fcntl
780 #define linux32_sys_fcntl64 linux32_sys_fcntl
linux32_syscallargs.h 191 check_syscall_args(linux32_sys_fcntl)
769 #define linux32_sys_fcntl64 linux32_sys_fcntl
1210 int linux32_sys_fcntl(struct lwp *, const struct linux32_sys_fcntl_args *, register_t *);
1460 #define linux32_sys_fcntl64 linux32_sys_fcntl
linux32_sysent.c 243 .sy_call = (sy_call_t *)linux32_sys_fcntl
863 #define linux32_sys_fcntl64 linux32_sys_fcntl
linux32_systrace_args.c 342 /* linux32_sys_fcntl */
1408 #define linux32_sys_fcntl64 linux32_sys_fcntl
2490 /* linux32_sys_fcntl */
4214 #define linux32_sys_fcntl64 linux32_sys_fcntl
5488 /* linux32_sys_fcntl */
6120 #define linux32_sys_fcntl64 linux32_sys_fcntl
  /src/sys/compat/linux32/common/
linux32_fcntl.c 114 linux32_sys_fcntl(struct lwp *l, const struct linux32_sys_fcntl_args *uap, register_t *retval) function in typeref:typename:int

Completed in 22 milliseconds