netbsd32_long
typedef netbsd32_long linux32_speed_t;
typedef netbsd32_long linux32_tcflag_t;
typedef netbsd32_long linux32_speed_t;
typedef netbsd32_long linux32_tcflag_t;
netbsd32_long type;
netbsd32_long uptime;
char _f[20-2*sizeof(netbsd32_long)-sizeof(int)];
netbsd32_long mq_flags;
netbsd32_long mq_maxmsg;
netbsd32_long mq_msgsize;
netbsd32_long mq_curmsgs;
netbsd32_long tv_nsec; /* and nanoseconds */
netbsd32_long tv_nsec; /* and nanoseconds */
netbsd32_long tv_usec; /* and microseconds */
netbsd32_long f_bsize; /* fundamental file system block size */
netbsd32_long f_iosize; /* optimal transfer block size */
netbsd32_long f_blocks; /* total data blocks in file system */
netbsd32_long f_bfree; /* free blocks in fs */
netbsd32_long f_bavail; /* free blocks avail to non-superuser */
netbsd32_long f_files; /* total file nodes in file system */
netbsd32_long f_ffree; /* free file nodes in fs */
netbsd32_long f_spare[4]; /* spare for later */
netbsd32_long ru_maxrss; /* max resident set size */
netbsd32_long ru_ixrss; /* integral shared memory size */
netbsd32_long ru_idrss; /* integral unshared data " */
netbsd32_long ru_isrss; /* integral unshared stack " */
netbsd32_long ru_minflt; /* page reclaims */
netbsd32_long ru_majflt; /* page faults */
netbsd32_long ru_nswap; /* swaps */
netbsd32_long ru_inblock; /* block input operations */
netbsd32_long ru_oublock; /* block output operations */
netbsd32_long ru_msgsnd; /* messages sent */
netbsd32_long ru_msgrcv; /* messages received */
netbsd32_long ru_nsignals; /* signals received */
netbsd32_long ru_nvcsw; /* voluntary context switches */
netbsd32_long ru_nivcsw; /* involuntary " */
netbsd32_long ru_maxrss; /* max resident set size */
netbsd32_long ru_ixrss; /* integral shared memory size */
netbsd32_long ru_idrss; /* integral unshared data " */
netbsd32_long ru_isrss; /* integral unshared stack " */
netbsd32_long ru_minflt; /* page reclaims */
netbsd32_long ru_majflt; /* page faults */
netbsd32_long ru_nswap; /* swaps */
netbsd32_long ru_inblock; /* block input operations */
netbsd32_long ru_oublock; /* block output operations */
netbsd32_long ru_msgsnd; /* messages sent */
netbsd32_long ru_msgrcv; /* messages received */
netbsd32_long ru_nsignals; /* signals received */
netbsd32_long ru_nvcsw; /* voluntary context switches */
netbsd32_long ru_nivcsw; /* involuntary " */
netbsd32_long fscale;
netbsd32_long msg_type; /* type of this message */
netbsd32_long msg_pad1;
netbsd32_long msg_pad2;
netbsd32_long msg_pad3;
netbsd32_long msg_pad4[4];
netbsd32_long sem_pad1; /* SVABI/386 says I need this here */
netbsd32_long maxerror; /* maximum error (us) (ro) */
netbsd32_long esterror; /* estimated error (us) (ro) */
netbsd32_long maxerror; /* maximum error (us) (ro) */
netbsd32_long esterror; /* estimated error (us) (ro) */
netbsd32_long tai; /* TAI offset */
netbsd32_long maxerror; /* maximum error (us) (ro) */
netbsd32_long esterror; /* estimated error (us) (ro) */
netbsd32_long tai; /* TAI offset */
netbsd32_long offset; /* time offset (us) (rw) */
netbsd32_long freq; /* frequency offset (scaled ppm) (rw) */
netbsd32_long maxerror; /* maximum error (us) (rw) */
netbsd32_long esterror; /* estimated error (us) (rw) */
netbsd32_long constant; /* pll time constant (rw) */
netbsd32_long precision; /* clock precision (us) (ro) */
netbsd32_long tolerance; /* clock frequency tolerance (scaled
netbsd32_long ppsfreq; /* pps frequency (scaled ppm) (ro) */
netbsd32_long jitter; /* pps jitter (us) (ro) */
netbsd32_long stabil; /* pps stability (scaled ppm) (ro) */
netbsd32_long jitcnt; /* jitter limit exceeded (ro) */
netbsd32_long calcnt; /* calibration intervals (ro) */
netbsd32_long errcnt; /* calibration errors (ro) */
netbsd32_long stbcnt; /* stability limit exceeded (ro) */
sb32p->f_bsize = (netbsd32_long)sbp->f_bsize;
sb32p->f_iosize = (netbsd32_long)sbp->f_iosize;
sb32p->f_blocks = (netbsd32_long)sbp->f_blocks;
sb32p->f_bfree = (netbsd32_long)sbp->f_bfree;
sb32p->f_bavail = (netbsd32_long)sbp->f_bavail;
sb32p->f_files = (netbsd32_long)sbp->f_files;
sb32p->f_ffree = (netbsd32_long)sbp->f_ffree;
ntv32.maxerror = (netbsd32_long)ntv.maxerror;
ntv32.esterror = (netbsd32_long)ntv.esterror;
ntv32.maxerror = (netbsd32_long)ntv.maxerror;
ntv32.esterror = (netbsd32_long)ntv.esterror;
ntv32.tai = (netbsd32_long)ntv.tai;
s32p->tv_nsec = (netbsd32_long)p->tv_nsec;
s32p->tv_nsec = (netbsd32_long)p->tv_nsec;
#define C(var) ru32p->var = (netbsd32_long)rup->var
#define C(var) ru32p->var = (netbsd32_long)rup->var
tx32p->offset = (netbsd32_long)txp->offset;
tx32p->freq = (netbsd32_long)txp->freq;
tx32p->maxerror = (netbsd32_long)txp->maxerror;
tx32p->esterror = (netbsd32_long)txp->esterror;
tx32p->constant = (netbsd32_long)txp->constant;
tx32p->precision = (netbsd32_long)txp->precision;
tx32p->tolerance = (netbsd32_long)txp->tolerance;
tx32p->ppsfreq = (netbsd32_long)txp->ppsfreq;
tx32p->jitter = (netbsd32_long)txp->jitter;
tx32p->stabil = (netbsd32_long)txp->stabil;
tx32p->jitcnt = (netbsd32_long)txp->jitcnt;
tx32p->calcnt = (netbsd32_long)txp->calcnt;
tx32p->errcnt = (netbsd32_long)txp->errcnt;
tx32p->stbcnt = (netbsd32_long)txp->stbcnt;
sb32p->st_atimespec.tv_nsec = (netbsd32_long)sbp->st_atimespec.tv_nsec;
sb32p->st_mtimespec.tv_nsec = (netbsd32_long)sbp->st_mtimespec.tv_nsec;
sb32p->st_ctimespec.tv_nsec = (netbsd32_long)sbp->st_ctimespec.tv_nsec;
sb32p->st_birthtimespec.tv_nsec = (netbsd32_long)sbp->st_birthtimespec.tv_nsec;
sb32p->st_atimespec.tv_nsec = (netbsd32_long)sbp->st_atimespec.tv_nsec;
sb32p->st_mtimespec.tv_nsec = (netbsd32_long)sbp->st_mtimespec.tv_nsec;
sb32p->st_ctimespec.tv_nsec = (netbsd32_long)sbp->st_ctimespec.tv_nsec;
sb32p->st_birthtimespec.tv_nsec = (netbsd32_long)sbp->st_birthtimespec.tv_nsec;
sb32p->st_atimespec.tv_nsec = (netbsd32_long)sbp->st_atimespec.tv_nsec;
sb32p->st_mtimespec.tv_nsec = (netbsd32_long)sbp->st_mtimespec.tv_nsec;
sb32p->st_ctimespec.tv_nsec = (netbsd32_long)sbp->st_ctimespec.tv_nsec;
sb32p->st_birthtimespec.tv_nsec = (netbsd32_long)sbp->st_birthtimespec.tv_nsec;
m32p->msg_type = (netbsd32_long)mp->msg_type;
tv32->tv_usec = (netbsd32_long)tv->tv_usec;
ds32p->shm_atime = (netbsd32_long)dsp->shm_atime;
ds32p->shm_dtime = (netbsd32_long)dsp->shm_dtime;
ds32p->shm_ctime = (netbsd32_long)dsp->shm_ctime;
av32->fscale = (netbsd32_long)av->fscale;
netbsd32_long asked; /* number of queries already sent for this addr */
netbsd32_long asked; /* number of queries already sent for this addr */
netbsd32_long l32;
KASSERT(size == sizeof(netbsd32_long));
SCARG(uap, msgflg), sizeof(netbsd32_long),
netbsd32_long l32;
KASSERT(size == sizeof(netbsd32_long));
l32 = (netbsd32_long)(*l);
SCARG(uap, msgtyp), SCARG(uap, msgflg), sizeof(netbsd32_long),
syscallarg(netbsd32_long) PAD;
syscallarg(netbsd32_long) msgtyp;
syscallarg(netbsd32_long) bufsize;
syscallarg(netbsd32_long) offset;
syscallarg(netbsd32_long) pos;
syscallarg(netbsd32_long) length;
syscallarg(netbsd32_long) length;
ntv32.maxerror = (netbsd32_long)ntv.maxerror;
ntv32.esterror = (netbsd32_long)ntv.esterror;
ntv32.tai = (netbsd32_long)ntv.tai;
netbsd32_long d_off;
netbsd32_long sun_flg;
netbsd32_long bsd_flg;
netbsd32_long l_start;
netbsd32_long l_len;
oflp->l_start = (netbsd32_long)iflp->l_start;
oflp->l_len = (netbsd32_long)iflp->l_len;
sb32p->st_atimespec.tv_nsec = (netbsd32_long)sbp->st_atimespec.tv_nsec;
sb32p->st_mtimespec.tv_nsec = (netbsd32_long)sbp->st_mtimespec.tv_nsec;
sb32p->st_ctimespec.tv_nsec = (netbsd32_long)sbp->st_ctimespec.tv_nsec;
syscallarg(netbsd32_long) pos;