| /src/sys/compat/netbsd32/ |
| netbsd32_compat_30.c | 111 struct netbsd32_stat13 sb32; local 121 netbsd32_from___stat13(&sb, &sb32); 122 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32)); 133 struct netbsd32_stat13 sb32; local 139 netbsd32_from___stat13(&ub, &sb32); 140 error = copyout(&sb32, SCARG_P32(uap, sb), sizeof(sb32)); 152 struct netbsd32_stat13 sb32; local 162 netbsd32_from___stat13(&sb, &sb32); 175 struct netbsd32_stat13 sb32; local 273 struct netbsd32_stat50 sb32; local [all...] |
| netbsd32_compat_12.c | 137 struct netbsd32_stat12 sb32; local 147 netbsd32_stat12_to_netbsd32(&sb12, &sb32); 149 return copyout(&sb32, SCARG_P32(uap, ub), sizeof sb32); 159 struct netbsd32_stat12 sb32; local 169 netbsd32_stat12_to_netbsd32(&sb12, &sb32); 171 return copyout(&sb32, SCARG_P32(uap, sb), sizeof sb32); 181 struct netbsd32_stat12 sb32; local 191 netbsd32_stat12_to_netbsd32(&sb12, &sb32); [all...] |
| netbsd32_compat_20.c | 98 struct netbsd32_statfs sb32; local 115 compat_20_netbsd32_from_statvfs(sb, &sb32); 116 error = copyout(&sb32, sfsp, sizeof(sb32)); 119 sfsp = (char *)sfsp + sizeof(sb32); 134 compat_20_netbsd32_from_statvfs(sb, &sb32); 135 error = copyout(&sb32, sfsp, sizeof(sb32));
|
| netbsd32_compat_43.c | 143 struct netbsd32_stat43 sb32; local 148 netbsd32_from_stat(&sb, &sb32); 149 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32)); 162 struct netbsd32_stat43 sb32; local 167 netbsd32_from_stat(&sb, &sb32); 168 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32)); 181 struct netbsd32_stat43 sb32; local 186 netbsd32_from_stat(&sb, &sb32); [all...] |
| netbsd32_compat_50.c | 696 struct netbsd32_stat50 sb32; local 706 netbsd32_from___stat50(&sb, &sb32); 707 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32)); 719 struct netbsd32_stat50 sb32; local 725 netbsd32_from___stat50(&ub, &sb32); 726 error = copyout(&sb32, SCARG_P32(uap, sb), sizeof(sb32)); 739 struct netbsd32_stat50 sb32; local 749 netbsd32_from___stat50(&sb, &sb32); 763 struct netbsd32_stat50 sb32; local [all...] |
| netbsd32_fs.c | 565 struct netbsd32_stat sb32; local 575 netbsd32_from_stat(&sb, &sb32); 576 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32)); 587 struct netbsd32_stat sb32; local 593 netbsd32_from_stat(&ub, &sb32); 594 error = copyout(&sb32, SCARG_P32(uap, sb), sizeof(sb32)); 606 struct netbsd32_stat sb32; local 616 netbsd32_from_stat(&sb, &sb32); 630 struct netbsd32_stat sb32; local 1308 struct netbsd32_stat sb32; local [all...] |
| /src/sys/compat/sunos32/ |
| sunos32_misc.c | 277 struct netbsd32_stat43 sb32; local 287 sunos32_from___stat13(&sb, &sb32); 288 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof (sb32)); 300 struct netbsd32_stat43 sb32; local 312 sunos32_from___stat13(&sb, &sb32); 313 error = copyout((void *)&sb32, SCARG_P32(uap, ub), sizeof (sb32));
|