Searched refs:stat32 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/kern/
H A Dkern_module.c477 struct module_stat32 *stat32; local
495 stat32 = uap->stat;
497 if ((error = copyin(&stat32->version, &version, sizeof(version))) != 0)
505 if ((error = copyout(name, &stat32->name[0], namelen)) != 0)
508 if ((error = copyout(&refs, &stat32->refs, sizeof(int))) != 0)
510 if ((error = copyout(&id, &stat32->id, sizeof(int))) != 0)
517 if ((error = copyout(&data32, &stat32->data,
/freebsd-10.1-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c126 CTASSERT(sizeof(struct stat32) == 96);
250 struct statfs32 stat32; local
261 copy_statfs(sp, &stat32);
262 error = copyout(&stat32, uap->buf, sizeof(stat32));
1767 copy_stat(struct stat *in, struct stat32 *out)
1815 struct stat32 sb32;
1847 struct stat32 ub32;
1879 struct stat32 ub32;
1894 struct stat32 sb3
2986 struct kld32_file_stat stat32; local
[all...]
H A Dfreebsd32_proto.h164 char ub_l_[PADL_(struct stat32 *)]; struct stat32 * ub; char ub_r_[PADR_(struct stat32 *)];
168 char ub_l_[PADL_(struct stat32 *)]; struct stat32 * ub; char ub_r_[PADR_(struct stat32 *)];
172 char ub_l_[PADL_(struct stat32 *)]; struct stat32 * ub; char ub_r_[PADR_(struct stat32 *)];
H A Dfreebsd32.h162 struct stat32 { struct

Completed in 113 milliseconds