Searched refs:sb32 (Results 1 – 1 of 1) sorted by relevance
2336 struct ostat32 sb32; in ofreebsd32_stat() local2342 copy_ostat(&sb, &sb32); in ofreebsd32_stat()2343 error = copyout(&sb32, uap->ub, sizeof (sb32)); in ofreebsd32_stat()2401 struct ostat32 sb32; in ofreebsd32_lstat() local2408 copy_ostat(&sb, &sb32); in ofreebsd32_lstat()2409 error = copyout(&sb32, uap->ub, sizeof (sb32)); in ofreebsd32_lstat()2418 struct stat32 sb32; in freebsd32_fhstat() local2428 copy_stat(&sb, &sb32); in freebsd32_fhstat()2429 error = copyout(&sb32, uap->sb, sizeof (sb32)); in freebsd32_fhstat()2520 struct freebsd11_stat32 sb32; in freebsd11_freebsd32_stat() local[all …]