Searched refs:sb32 (Results 1 – 1 of 1) sorted by relevance
2352 struct ostat32 sb32; in ofreebsd32_stat() local2358 copy_ostat(&sb, &sb32); in ofreebsd32_stat()2359 error = copyout(&sb32, uap->ub, sizeof (sb32)); in ofreebsd32_stat()2417 struct ostat32 sb32; in ofreebsd32_lstat() local2424 copy_ostat(&sb, &sb32); in ofreebsd32_lstat()2425 error = copyout(&sb32, uap->ub, sizeof (sb32)); in ofreebsd32_lstat()2434 struct stat32 sb32; in freebsd32_fhstat() local2444 copy_stat(&sb, &sb32); in freebsd32_fhstat()2445 error = copyout(&sb32, uap->sb, sizeof (sb32)); in freebsd32_fhstat()2536 struct freebsd11_stat32 sb32; in freebsd11_freebsd32_stat() local[all …]