Home
last modified time | relevance | path

Searched refs:sys_fcntl (Results 1 – 18 of 18) sorted by relevance

/netbsd/sys/rump/librump/rumpkern/
H A Drumpkern_syscalls.c33 extern sy_call_t sys_fcntl;
104 { 92, sys_fcntl },
/netbsd/sys/compat/linux/common/
H A Dlinux_file.c313 if ((error = sys_fcntl(l, &fca, retval))) in linux_sys_fcntl()
356 error = sys_fcntl(l, &fca, retval); in linux_sys_fcntl()
459 return sys_fcntl(l, &fca, retval); in linux_sys_fcntl()
/netbsd/sys/rump/
H A Drump.sysmap47 92 sys_fcntl fcntl rump___sysimpl_fcntl
/netbsd/sys/kern/
H A Dsys_descrip.c322 sys_fcntl(struct lwp *l, const struct sys_fcntl_args *uap, register_t *retval) in sys_fcntl() function
H A Dinit_sysent.c546 .sy_call = (sy_call_t *)sys_fcntl
/netbsd/sys/compat/ultrix/
H A Dultrix_misc.c766 return sys_fcntl(l, (const void *)uap, retval); in ultrix_sys_fcntl()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dlinux-record.c511 sys_fcntl: in record_linux_system_call()
1596 goto sys_fcntl; in record_linux_system_call()
H A DChangeLog-20099029 Add sys_fcntl argument interfaces to linux_record_tdep.
9038 of I386 Linux sys_fcntl arguments.
9041 the interface in linux_record_tdep in sys_fcntl and
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-record.c511 sys_fcntl: in record_linux_system_call()
1596 goto sys_fcntl; in record_linux_system_call()
H A DChangeLog-20099029 Add sys_fcntl argument interfaces to linux_record_tdep.
9038 of I386 Linux sys_fcntl arguments.
9041 the interface in linux_record_tdep in sys_fcntl and
/netbsd/sys/compat/freebsd/
H A Dfreebsd_syscallargs.h778 int sys_fcntl(struct lwp *, const struct sys_fcntl_args *, register_t *);
H A Dfreebsd_sysent.c442 .sy_call = (sy_call_t *)sys_fcntl
/netbsd/sys/compat/aoutm68k/
H A Daoutm68k_syscallargs.h884 int sys_fcntl(struct lwp *, const struct sys_fcntl_args *, register_t *);
H A Daoutm68k_sysent.c549 .sy_call = (sy_call_t *)sys_fcntl
/netbsd/sys/compat/sunos/
H A Dsunos_ioctl.c1086 ret = sys_fcntl(l, &bsd_ua, retval); in sunos_sys_fcntl()
/netbsd/sys/compat/sunos32/
H A Dsunos32_ioctl.c1109 ret = sys_fcntl(l, &bsd_ua, retval); in sunos32_sys_fcntl()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_netbsd.c815 return sys_fcntl(l, &ua, retval); in netbsd32_fcntl()
/netbsd/sys/sys/
H A Dsyscallargs.h561 check_syscall_args(sys_fcntl)
3580 int sys_fcntl(struct lwp *, const struct sys_fcntl_args *, register_t *);