Searched refs:sys_fcntl (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/sys/rump/librump/rumpkern/ |
| H A D | rumpkern_syscalls.c | 33 extern sy_call_t sys_fcntl; 103 { 92, sys_fcntl },
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_file.c | 327 if ((error = sys_fcntl(l, &fca, retval))) in linux_sys_fcntl() 349 * to sys_fcntl()), but set the FASYNC flag for file descriptor, in linux_sys_fcntl() 370 error = sys_fcntl(l, &fca, retval); in linux_sys_fcntl() 473 return sys_fcntl(l, &fca, retval); in bsd_to_linux_stat()
|
| /netbsd-src/sys/rump/ |
| H A D | rump.sysmap | 47 92 sys_fcntl fcntl rump___sysimpl_fcntl
|
| /netbsd-src/sys/kern/ |
| H A D | sys_descrip.c | 324 sys_fcntl(struct lwp *l, const struct sys_fcntl_args *uap, register_t *retval) in sys_fcntl() function
|
| H A D | init_sysent.c | 552 .sy_call = (sy_call_t *)sys_fcntl
|
| /netbsd-src/sys/compat/ultrix/ |
| H A D | ultrix_misc.c | 766 return sys_fcntl(l, (const void *)uap, retval); in ultrix_sys_fcntl()
|
| /netbsd-src/sys/compat/freebsd/ |
| H A D | freebsd_syscallargs.h | 778 int sys_fcntl(struct lwp *, const struct sys_fcntl_args *, register_t *);
|
| H A D | freebsd_sysent.c | 442 .sy_call = (sy_call_t *)sys_fcntl
|
| /netbsd-src/sys/compat/aoutm68k/ |
| H A D | aoutm68k_syscallargs.h | 884 int sys_fcntl(struct lwp *, const struct sys_fcntl_args *, register_t *);
|
| H A D | aoutm68k_sysent.c | 549 .sy_call = (sy_call_t *)sys_fcntl
|
| /netbsd-src/sys/compat/sunos/ |
| H A D | sunos_ioctl.c | 1086 ret = sys_fcntl(l, &bsd_ua, retval); in sunos_sys_fcntl()
|
| /netbsd-src/sys/compat/sunos32/ |
| H A D | sunos32_ioctl.c | 1109 ret = sys_fcntl(l, &bsd_ua, retval); in sunos32_sys_fcntl()
|
| /netbsd-src/sys/compat/netbsd32/ |
| H A D | netbsd32_netbsd.c | 815 return sys_fcntl(l, &ua, retval); in netbsd32_fcntl()
|
| /netbsd-src/sys/sys/ |
| H A D | syscallargs.h | 561 check_syscall_args(sys_fcntl) 3597 int sys_fcntl(struct lwp *, const struct sys_fcntl_args *, register_t *);
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2009 | 9029 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-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2009 | 9029 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
|