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

/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1772 struct stat32 sb32; local
1778 copy_stat(&sb, &sb32);
1779 error = copyout(&sb32, uap->ub, sizeof (sb32));
1788 struct ostat32 sb32; local
1794 copy_ostat(&sb, &sb32);
1795 error = copyout(&sb32, uap->ub, sizeof (sb32));
1851 struct stat32 sb32; local
1857 copy_stat(&sb, &sb32);
1867 struct ostat32 sb32; local
[all...]

Completed in 110 milliseconds