stat32
CTASSERT(sizeof(struct stat32) == 208);
CTASSERT(sizeof(struct stat32) == 224);
copy_stat(struct stat *in, struct stat32 *out)
struct stat32 ub32;
struct stat32 ub32;
struct stat32 sb32;
struct ostatfs32 stat32;
copy_statfs(sp, &stat32);
error = copyout(&stat32, uap->buf, sizeof(stat32));
struct kld_file_stat32 *stat32;
stat32 = malloc(sizeof(*stat32), M_TEMP, M_WAITOK | M_ZERO);
bcopy(&stat->name[0], &stat32->name[0], sizeof(stat->name));
CP(*stat, *stat32, refs);
CP(*stat, *stat32, id);
PTROUT_CP(*stat, *stat32, address);
CP(*stat, *stat32, size);
bcopy(&stat->pathname[0], &stat32->pathname[0],
stat32->version = version;
error = copyout(stat32, uap->stat, version);
free(stat32, M_TEMP);
char sb_l_[PADL_(struct stat32 *)]; struct stat32 * sb; char sb_r_[PADR_(struct stat32 *)];
char buf_l_[PADL_(struct stat32 *)]; struct stat32 * buf; char buf_r_[PADR_(struct stat32 *)];
char sb_l_[PADL_(struct stat32 *)]; struct stat32 * sb; char sb_r_[PADR_(struct stat32 *)];
struct module_stat32 *stat32;
stat32 = uap->stat;
if ((error = copyin(&stat32->version, &version, sizeof(version))) != 0)
if ((error = copyout(name, &stat32->name[0], namelen)) != 0)
stat32_v2 = (struct module_stat32_v2 *)stat32;
if ((error = copyout(&refs, &stat32->refs, sizeof(int))) != 0)
if ((error = copyout(&id, &stat32->id, sizeof(int))) != 0)
if ((error = copyout(&data32, &stat32->data,