/src/sys/rump/librump/rumpkern/ |
rumpkern_syscalls.c | 12 extern sy_call_t sys_read; 82 { 3, sys_read },
|
/src/sys/compat/sunos/ |
sunos_syscallargs.h | 470 int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
|
sunos_sysent.c | 44 .sy_call = (sy_call_t *)sys_read
|
/src/sys/compat/ultrix/ |
ultrix_syscallargs.h | 447 int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
|
ultrix_sysent.c | 39 .sy_call = (sy_call_t *)sys_read
|
/src/sys/kern/ |
sys_generic.c | 100 sys_read(struct lwp *l, const struct sys_read_args *uap, register_t *retval) function in typeref:typename:int
|
/src/sys/compat/aoutm68k/ |
aoutm68k_syscallargs.h | 674 int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
|
aoutm68k_sysent.c | 50 .sy_call = (sy_call_t *)sys_read
|
/src/sys/compat/freebsd/ |
freebsd_syscallargs.h | 613 int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
|
freebsd_sysent.c | 48 .sy_call = (sy_call_t *)sys_read
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 1264 int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
|
linux_sysent.c | 323 .sy_call = (sy_call_t *)sys_read
|
/src/sys/compat/linux/arch/amd64/ |
linux_sysent.c | 49 .sy_call = (sy_call_t *)sys_read
|
linux_syscallargs.h | 1332 int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
|
/src/sys/compat/linux/arch/arm/ |
linux_sysent.c | 48 .sy_call = (sy_call_t *)sys_read
|
linux_syscallargs.h | 1416 int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
|
/src/sys/compat/linux/arch/i386/ |
linux_sysent.c | 47 .sy_call = (sy_call_t *)sys_read
|
linux_syscallargs.h | 1434 int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
|
/src/sys/compat/linux/arch/m68k/ |
linux_sysent.c | 51 .sy_call = (sy_call_t *)sys_read
|
linux_syscallargs.h | 1405 int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
|
/src/sys/compat/linux/arch/mips/ |
linux_sysent.c | 48 .sy_call = (sy_call_t *)sys_read
|
/src/sys/compat/linux/arch/powerpc/ |
linux_sysent.c | 46 .sy_call = (sy_call_t *)sys_read
|
/src/sys/compat/netbsd32/ |
netbsd32_netbsd.c | 190 return sys_read(l, &ua, retval);
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 1440 int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
|
linux_sysent.c | 54 .sy_call = (sy_call_t *)sys_read
|