Lines Matching defs:sb32
143 struct netbsd32_stat43 sb32;
148 netbsd32_from_stat(&sb, &sb32);
149 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32));
162 struct netbsd32_stat43 sb32;
167 netbsd32_from_stat(&sb, &sb32);
168 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32));
181 struct netbsd32_stat43 sb32;
186 netbsd32_from_stat(&sb, &sb32);
187 error = copyout(&sb32, SCARG_P32(uap, sb), sizeof(sb32));