Lines Matching defs:sb32
696 struct netbsd32_stat50 sb32;
706 netbsd32_from___stat50(&sb, &sb32);
707 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32));
719 struct netbsd32_stat50 sb32;
725 netbsd32_from___stat50(&ub, &sb32);
726 error = copyout(&sb32, SCARG_P32(uap, sb), sizeof(sb32));
739 struct netbsd32_stat50 sb32;
749 netbsd32_from___stat50(&sb, &sb32);
750 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32));
763 struct netbsd32_stat50 sb32;
768 netbsd32_from___stat50(&sb, &sb32);
769 error = copyout(&sb32, SCARG_P32(uap, sb), sizeof(sb32));