Searched refs:stat32 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_module.c | 505 struct module_stat32 *stat32; in freebsd32_modstat() local 524 stat32 = uap->stat; in freebsd32_modstat() 526 if ((error = copyin(&stat32->version, &version, sizeof(version))) != 0) in freebsd32_modstat() 537 if ((error = copyout(name, &stat32->name[0], namelen)) != 0) in freebsd32_modstat() 542 stat32_v2 = (struct module_stat32_v2 *)stat32; in freebsd32_modstat() 548 if ((error = copyout(&refs, &stat32->refs, sizeof(int))) != 0) in freebsd32_modstat() 550 if ((error = copyout(&id, &stat32->id, sizeof(int))) != 0) in freebsd32_modstat() 562 if ((error = copyout(&data32, &stat32->data, in freebsd32_modstat()
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | 189 CTASSERT(sizeof(struct stat32) == 208); 192 CTASSERT(sizeof(struct stat32) == 224); 335 struct ostatfs32 stat32; in freebsd4_freebsd32_getfsstat() local 346 copy_statfs(sp, &stat32); in freebsd4_freebsd32_getfsstat() 347 error = copyout(&stat32, uap->buf, sizeof(stat32)); in freebsd4_freebsd32_getfsstat() 2225 copy_stat(struct stat *in, struct stat32 *out) in copy_stat() 2232 * and 4 bytes of padding. Zero the padding holes in struct stat32. in copy_stat() 2312 struct stat32 ub32; in freebsd32_fstat() 2344 struct stat32 ub3 in freebsd32_fstatat() 3761 struct kld_file_stat32 *stat32; freebsd32_kldstat() local [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 213 st_devstat32 global() argument 214 st_inostat32 global() argument 215 st_nlinkstat32 global() argument 216 st_modestat32 global() argument 217 st_padding0stat32 global() argument 218 st_uidstat32 global() argument 219 st_gidstat32 global() argument 220 st_padding1stat32 global() argument 221 st_rdevstat32 global() argument 245 st_sparestat32 global() argument
|