Home | History | Annotate | Download | only in netbsd32

Lines Matching defs:sb32

565 	struct netbsd32_stat sb32;
575 netbsd32_from_stat(&sb, &sb32);
576 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32));
587 struct netbsd32_stat sb32;
593 netbsd32_from_stat(&ub, &sb32);
594 error = copyout(&sb32, SCARG_P32(uap, sb), sizeof(sb32));
606 struct netbsd32_stat sb32;
616 netbsd32_from_stat(&sb, &sb32);
617 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32));
630 struct netbsd32_stat sb32;
635 netbsd32_from_stat(&sb, &sb32);
636 error = copyout(&sb32, SCARG_P32(uap, sb), sizeof(sb32));
1308 struct netbsd32_stat sb32;
1319 netbsd32_from_stat(&sb, &sb32);
1320 return copyout(&sb32, SCARG_P32(uap, buf), sizeof(sb32));