sys_read           39 compat/bsdos/bsdos_syscallargs.h int	sys_read(struct proc *, void *, register_t *);
sys_read           27 compat/bsdos/bsdos_sysent.c 	    sys_read },				/* 3 = read */
sys_read          274 compat/freebsd/freebsd_syscallargs.h int	sys_read(struct proc *, void *, register_t *);
sys_read           29 compat/freebsd/freebsd_sysent.c 	    sys_read },				/* 3 = read */
sys_read          291 compat/hpux/hpux_compat.c 	error = sys_read(p, (struct sys_read_args *) uap, retval);
sys_read          463 compat/ibcs2/ibcs2_misc.c 			return sys_read(p, uap, retval);
sys_read          474 compat/ibcs2/ibcs2_misc.c 		return sys_read(p, uap, retval);
sys_read          552 compat/linux/linux_syscallargs.h int	sys_read(struct proc *, void *, register_t *);
sys_read           31 compat/linux/linux_sysent.c 	    sys_read },				/* 3 = read */
sys_read          339 compat/osf1/osf1_syscallargs.h int	sys_read(struct proc *, void *, register_t *);
sys_read           29 compat/osf1/osf1_sysent.c 	    sys_read },				/* 3 = read */
sys_read          233 compat/sunos/sunos_syscallargs.h int	sys_read(struct proc *, void *, register_t *);
sys_read           29 compat/sunos/sunos_sysent.c 	    sys_read },				/* 3 = read */
sys_read          459 compat/svr4/svr4_syscallargs.h int	sys_read(struct proc *, void *, register_t *);
sys_read           33 compat/svr4/svr4_sysent.c 	    sys_read },				/* 3 = read */
sys_read          199 compat/ultrix/ultrix_syscallargs.h int	sys_read(struct proc *, void *, register_t *);
sys_read           27 compat/ultrix/ultrix_sysent.c 	    sys_read },				/* 3 = read */
sys_read           65 kern/init_sysent.c 	    sys_read },				/* 3 = read */
sys_read         1255 sys/syscallargs.h int	sys_read(struct proc *, void *, register_t *);