Searched refs:stat32 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | kern_module.c | 506 struct module_stat32 *stat32; in freebsd32_modstat() local 525 stat32 = uap->stat; in freebsd32_modstat() 527 if ((error = copyin(&stat32->version, &version, sizeof(version))) != 0) in freebsd32_modstat() 538 if ((error = copyout(name, &stat32->name[0], namelen)) != 0) in freebsd32_modstat() 543 stat32_v2 = (struct module_stat32_v2 *)stat32; in freebsd32_modstat() 549 if ((error = copyout(&refs, &stat32->refs, sizeof(int))) != 0) in freebsd32_modstat() 551 if ((error = copyout(&id, &stat32->id, sizeof(int))) != 0) in freebsd32_modstat() 563 if ((error = copyout(&data32, &stat32->data, in freebsd32_modstat()
|
| /freebsd-14.2/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 333 struct ostatfs32 stat32; in freebsd4_freebsd32_getfsstat() local 344 copy_statfs(sp, &stat32); in freebsd4_freebsd32_getfsstat() 345 error = copyout(&stat32, uap->buf, sizeof(stat32)); in freebsd4_freebsd32_getfsstat() 2309 struct stat32 ub32; in freebsd32_fstat() 2341 struct stat32 ub32; in freebsd32_fstatat() 2375 struct stat32 sb32; in freebsd32_fhstat() 3770 stat32 = malloc(sizeof(*stat32), M_TEMP, M_WAITOK | M_ZERO); in freebsd32_kldstat() 3774 CP(*stat, *stat32, refs); in freebsd32_kldstat() 3775 CP(*stat, *stat32, id); in freebsd32_kldstat() 3777 CP(*stat, *stat32, size); in freebsd32_kldstat() [all …]
|
| H A D | freebsd32_proto.h | 620 char sb_l_[PADL_(struct stat32 *)]; struct stat32 * sb; char sb_r_[PADR_(struct stat32 *)]; 625 char buf_l_[PADL_(struct stat32 *)]; struct stat32 * buf; char buf_r_[PADR_(struct stat32 *)]; 630 char sb_l_[PADL_(struct stat32 *)]; struct stat32 * sb; char sb_r_[PADR_(struct stat32 *)];
|
| H A D | freebsd32.h | 212 struct stat32 { struct
|