sys_fstat         408 compat/hpux/hpux_file.c 	if ((error = sys_fstat(p, &fsa, retval)))
sys_fstat         516 compat/hpux/hpux_file.c 	if ((error = sys_fstat(p, &fsa, retval)))
sys_fstat         396 compat/ibcs2/ibcs2_fcntl.c 		if ((error = sys_fstat(p, &ofst, retval)) != 0)
sys_fstat         497 compat/linux/linux_file.c 	if ((error = sys_fstat(p, &fsa, retval)))
sys_fstat         136 compat/linux/linux_file64.c 	if ((error = sys_fstat(p, &fsa, retval)))
sys_fstat         266 compat/svr4/svr4_stat.c 	if ((error = sys_fstat(p, &cup, retval)) != 0)
sys_fstat         369 compat/svr4/svr4_stat.c 	if ((error = sys_fstat(p, &cup, retval)) != 0)
sys_fstat         471 compat/svr4/svr4_stat.c 	if ((error = sys_fstat(p, &cup, retval)) != 0)
sys_fstat         198 kern/init_sysent.c 	    compat_43(sys_fstat) },		/* 62 = compat_43 fstat43 */
sys_fstat         483 kern/init_sysent.c 	    compat_35(sys_fstat) },		/* 189 = compat_35 fstat35 */
sys_fstat         770 kern/init_sysent.c 	    sys_fstat },			/* 292 = fstat */
sys_fstat        1542 sys/syscallargs.h int	sys_fstat(struct proc *, void *, register_t *);