svr4_xstat         71 compat/svr4/svr4_stat.c static void bsd_to_svr4_xstat(struct stat *, struct svr4_xstat *);
svr4_xstat        110 compat/svr4/svr4_stat.c 	struct svr4_xstat	*st4;
svr4_xstat        164 compat/svr4/svr4_stat.c 	SCARG(&cup, ub) = (struct svr4_xstat *) SCARG(uap, ub);
svr4_xstat        209 compat/svr4/svr4_stat.c 	SCARG(&cup, ub) = (struct svr4_xstat *) SCARG(uap, ub);
svr4_xstat        253 compat/svr4/svr4_stat.c 	SCARG(&cup, sb) = (struct svr4_xstat *) SCARG(uap, sb);
svr4_xstat        290 compat/svr4/svr4_stat.c 	struct svr4_xstat	svr4_st;
svr4_xstat        325 compat/svr4/svr4_stat.c 	struct svr4_xstat	svr4_st;
svr4_xstat        360 compat/svr4/svr4_stat.c 	struct svr4_xstat	svr4_st;
svr4_xstat         51 compat/svr4/svr4_stat.h struct svr4_xstat {
svr4_xstat        269 compat/svr4/svr4_syscallargs.h 	syscallarg(struct svr4_xstat *) ub;
svr4_xstat        275 compat/svr4/svr4_syscallargs.h 	syscallarg(struct svr4_xstat *) ub;
svr4_xstat        281 compat/svr4/svr4_syscallargs.h 	syscallarg(struct svr4_xstat *) sb;