Home | History | Annotate | Download | only in netbsd32

Lines Matching defs:sb32

137 	struct netbsd32_stat12 sb32;
147 netbsd32_stat12_to_netbsd32(&sb12, &sb32);
149 return copyout(&sb32, SCARG_P32(uap, ub), sizeof sb32);
159 struct netbsd32_stat12 sb32;
169 netbsd32_stat12_to_netbsd32(&sb12, &sb32);
171 return copyout(&sb32, SCARG_P32(uap, sb), sizeof sb32);
181 struct netbsd32_stat12 sb32;
191 netbsd32_stat12_to_netbsd32(&sb12, &sb32);
193 return copyout(&sb32, SCARG_P32(uap, ub), sizeof sb32);