/src/sys/compat/netbsd32/ |
netbsd32_compat_12.c | 137 struct netbsd32_stat12 sb32; local in function:compat_12_netbsd32_stat12 147 netbsd32_stat12_to_netbsd32(&sb12, &sb32); 149 return copyout(&sb32, SCARG_P32(uap, ub), sizeof sb32); 159 struct netbsd32_stat12 sb32; local in function:compat_12_netbsd32_fstat12 169 netbsd32_stat12_to_netbsd32(&sb12, &sb32); 171 return copyout(&sb32, SCARG_P32(uap, sb), sizeof sb32); 181 struct netbsd32_stat12 sb32; local in function:compat_12_netbsd32_lstat12 191 netbsd32_stat12_to_netbsd32(&sb12, &sb32); [all...] |
netbsd32_compat_20.c | 98 struct netbsd32_statfs sb32; local in function:compat_20_netbsd32_getfsstat 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_30.c | 111 struct netbsd32_stat13 sb32; local in function:compat_30_netbsd32___stat13 121 netbsd32_from___stat13(&sb, &sb32); 122 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32)); 133 struct netbsd32_stat13 sb32; local in function:compat_30_netbsd32___fstat13 139 netbsd32_from___stat13(&ub, &sb32); 140 error = copyout(&sb32, SCARG_P32(uap, sb), sizeof(sb32)); 152 struct netbsd32_stat13 sb32; local in function:compat_30_netbsd32___lstat13 162 netbsd32_from___stat13(&sb, &sb32); 175 struct netbsd32_stat13 sb32; local in function:compat_30_netbsd32_fhstat 273 struct netbsd32_stat50 sb32; local in function:compat_30_netbsd32___fhstat30 [all...] |
netbsd32_compat_43.c | 143 struct netbsd32_stat43 sb32; local in function:compat_43_netbsd32_stat43 148 netbsd32_from_stat(&sb, &sb32); 149 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32)); 162 struct netbsd32_stat43 sb32; local in function:compat_43_netbsd32_lstat43 167 netbsd32_from_stat(&sb, &sb32); 168 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32)); 181 struct netbsd32_stat43 sb32; local in function:compat_43_netbsd32_fstat43 186 netbsd32_from_stat(&sb, &sb32); [all...] |
netbsd32_compat_50.c | 696 struct netbsd32_stat50 sb32; local in function:compat_50_netbsd32___stat30 706 netbsd32_from___stat50(&sb, &sb32); 707 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32)); 719 struct netbsd32_stat50 sb32; local in function:compat_50_netbsd32___fstat30 725 netbsd32_from___stat50(&ub, &sb32); 726 error = copyout(&sb32, SCARG_P32(uap, sb), sizeof(sb32)); 739 struct netbsd32_stat50 sb32; local in function:compat_50_netbsd32___lstat30 749 netbsd32_from___stat50(&sb, &sb32); 763 struct netbsd32_stat50 sb32; local in function:compat_50_netbsd32___fhstat40 [all...] |
netbsd32_fs.c | 565 struct netbsd32_stat sb32; local in function:netbsd32___stat50 575 netbsd32_from_stat(&sb, &sb32); 576 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof(sb32)); 587 struct netbsd32_stat sb32; local in function:netbsd32___fstat50 593 netbsd32_from_stat(&ub, &sb32); 594 error = copyout(&sb32, SCARG_P32(uap, sb), sizeof(sb32)); 606 struct netbsd32_stat sb32; local in function:netbsd32___lstat50 616 netbsd32_from_stat(&sb, &sb32); 630 struct netbsd32_stat sb32; local in function:netbsd32___fhstat50 1308 struct netbsd32_stat sb32; local in function:netbsd32_fstatat [all...] |
/src/sys/compat/sunos32/ |
sunos32_misc.c | 277 struct netbsd32_stat43 sb32; local in function:sunos32_sys_stat 287 sunos32_from___stat13(&sb, &sb32); 288 error = copyout(&sb32, SCARG_P32(uap, ub), sizeof (sb32)); 300 struct netbsd32_stat43 sb32; local in function:sunos32_sys_lstat 312 sunos32_from___stat13(&sb, &sb32); 313 error = copyout((void *)&sb32, SCARG_P32(uap, ub), sizeof (sb32));
|