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

/freebsd-10.1-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1815 struct stat32 sb32; local
1821 copy_stat(&sb, &sb32);
1822 error = copyout(&sb32, uap->ub, sizeof (sb32));
1831 struct ostat32 sb32; local
1837 copy_ostat(&sb, &sb32);
1838 error = copyout(&sb32, uap->ub, sizeof (sb32));
1894 struct stat32 sb32; local
1900 copy_stat(&sb, &sb32);
1910 struct ostat32 sb32; local
[all...]

Completed in 50 milliseconds