svr4_st           168 compat/svr4/svr4_stat.c 	struct svr4_stat	svr4_st;
svr4_st           185 compat/svr4/svr4_stat.c 	bsd_to_svr4_stat(&st, &svr4_st);
svr4_st           190 compat/svr4/svr4_stat.c 	if ((error = copyout(&svr4_st, SCARG(uap, ub), sizeof svr4_st)) != 0)
svr4_st           213 compat/svr4/svr4_stat.c 	struct svr4_stat	svr4_st;
svr4_st           229 compat/svr4/svr4_stat.c 	bsd_to_svr4_stat(&st, &svr4_st);
svr4_st           234 compat/svr4/svr4_stat.c 	if ((error = copyout(&svr4_st, SCARG(uap, ub), sizeof svr4_st)) != 0)
svr4_st           257 compat/svr4/svr4_stat.c 	struct svr4_stat	svr4_st;
svr4_st           272 compat/svr4/svr4_stat.c 	bsd_to_svr4_stat(&st, &svr4_st);
svr4_st           274 compat/svr4/svr4_stat.c 	if ((error = copyout(&svr4_st, SCARG(uap, sb), sizeof svr4_st)) != 0)
svr4_st           290 compat/svr4/svr4_stat.c 	struct svr4_xstat	svr4_st;
svr4_st           306 compat/svr4/svr4_stat.c 	bsd_to_svr4_xstat(&st, &svr4_st);
svr4_st           311 compat/svr4/svr4_stat.c 	if ((error = copyout(&svr4_st, SCARG(uap, ub), sizeof svr4_st)) != 0)
svr4_st           325 compat/svr4/svr4_stat.c 	struct svr4_xstat	svr4_st;
svr4_st           341 compat/svr4/svr4_stat.c 	bsd_to_svr4_xstat(&st, &svr4_st);
svr4_st           346 compat/svr4/svr4_stat.c 	if ((error = copyout(&svr4_st, SCARG(uap, ub), sizeof svr4_st)) != 0)
svr4_st           360 compat/svr4/svr4_stat.c 	struct svr4_xstat	svr4_st;
svr4_st           375 compat/svr4/svr4_stat.c 	bsd_to_svr4_xstat(&st, &svr4_st);
svr4_st           377 compat/svr4/svr4_stat.c 	if ((error = copyout(&svr4_st, SCARG(uap, sb), sizeof svr4_st)) != 0)
svr4_st           392 compat/svr4/svr4_stat.c 	struct svr4_stat64	svr4_st;
svr4_st           407 compat/svr4/svr4_stat.c 	bsd_to_svr4_stat64(&st, &svr4_st);
svr4_st           412 compat/svr4/svr4_stat.c 	if ((error = copyout(&svr4_st, SCARG(uap, sb), sizeof svr4_st)) != 0)
svr4_st           427 compat/svr4/svr4_stat.c 	struct svr4_stat64	svr4_st;
svr4_st           442 compat/svr4/svr4_stat.c 	bsd_to_svr4_stat64(&st, &svr4_st);
svr4_st           447 compat/svr4/svr4_stat.c 	if ((error = copyout(&svr4_st, SCARG(uap, sb), sizeof svr4_st)) != 0)
svr4_st           462 compat/svr4/svr4_stat.c 	struct svr4_stat64	svr4_st;
svr4_st           477 compat/svr4/svr4_stat.c 	bsd_to_svr4_stat64(&st, &svr4_st);
svr4_st           479 compat/svr4/svr4_stat.c 	if ((error = copyout(&svr4_st, SCARG(uap, sb), sizeof svr4_st)) != 0)