Searched refs:svr4_st (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_stat.c166 struct svr4_stat svr4_st; local
177 bsd_to_svr4_stat(&st, &svr4_st);
182 return (copyout(&svr4_st, uap->ub, sizeof svr4_st));
191 struct svr4_stat svr4_st; local
202 bsd_to_svr4_stat(&st, &svr4_st);
207 return (copyout(&svr4_st, uap->ub, sizeof svr4_st));
216 struct svr4_stat svr4_st; local
224 bsd_to_svr4_stat(&st, &svr4_st);
234 struct svr4_xstat svr4_st; local
261 struct svr4_xstat svr4_st; local
288 struct svr4_xstat svr4_st; local
305 struct svr4_stat64 svr4_st; local
331 struct svr4_stat64 svr4_st; local
357 struct svr4_stat64 svr4_st; local
[all...]

Completed in 50 milliseconds