HomeSort by: relevance | last modified time | path
    Searched refs:netbsd32_long (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/compat/netbsd32/
netbsd32.h 64 typedef int32_t netbsd32_long; typedef in typeref:typename:int32_t
242 netbsd32_long tv_nsec; /* and nanoseconds */
248 netbsd32_long tv_nsec; /* and nanoseconds */
254 netbsd32_long tv_usec; /* and microseconds */
303 netbsd32_long f_bsize; /* fundamental file system block size */
304 netbsd32_long f_iosize; /* optimal transfer block size */
305 netbsd32_long f_blocks; /* total data blocks in file system */
306 netbsd32_long f_bfree; /* free blocks in fs */
307 netbsd32_long f_bavail; /* free blocks avail to non-superuser */
308 netbsd32_long f_files; /* total file nodes in file system *
    [all...]
netbsd32_compat_20.c 64 sb32p->f_bsize = (netbsd32_long)sbp->f_bsize;
65 sb32p->f_iosize = (netbsd32_long)sbp->f_iosize;
66 sb32p->f_blocks = (netbsd32_long)sbp->f_blocks;
67 sb32p->f_bfree = (netbsd32_long)sbp->f_bfree;
68 sb32p->f_bavail = (netbsd32_long)sbp->f_bavail;
69 sb32p->f_files = (netbsd32_long)sbp->f_files;
70 sb32p->f_ffree = (netbsd32_long)sbp->f_ffree;
90 syscallarg(netbsd32_long) bufsize;
netbsd32_conv.h 64 tv32->tv_usec = (netbsd32_long)tv->tv_usec;
168 s32p->tv_nsec = (netbsd32_long)p->tv_nsec;
178 s32p->tv_nsec = (netbsd32_long)p->tv_nsec;
189 #define C(var) ru32p->var = (netbsd32_long)rup->var
241 #define C(var) ru32p->var = (netbsd32_long)rup->var
438 tx32p->offset = (netbsd32_long)txp->offset;
439 tx32p->freq = (netbsd32_long)txp->freq;
440 tx32p->maxerror = (netbsd32_long)txp->maxerror;
441 tx32p->esterror = (netbsd32_long)txp->esterror;
443 tx32p->constant = (netbsd32_long)txp->constant
    [all...]
netbsd32_ipc.c 360 netbsd32_long l32;
364 KASSERT(size == sizeof(netbsd32_long));
385 SCARG(uap, msgflg), sizeof(netbsd32_long),
392 netbsd32_long l32;
395 KASSERT(size == sizeof(netbsd32_long));
397 l32 = (netbsd32_long)(*l);
409 syscallarg(netbsd32_long) msgtyp;
415 SCARG(uap, msgtyp), SCARG(uap, msgflg), sizeof(netbsd32_long),
netbsd32_compat_30.c 325 ntv32.maxerror = (netbsd32_long)ntv.maxerror;
326 ntv32.esterror = (netbsd32_long)ntv.esterror;
netbsd32_time.c 77 ntv32.maxerror = (netbsd32_long)ntv.maxerror;
78 ntv32.esterror = (netbsd32_long)ntv.esterror;
79 ntv32.tai = (netbsd32_long)ntv.tai;
netbsd32_ioctl.h 520 netbsd32_long asked; /* number of queries already sent for this addr */
531 netbsd32_long asked; /* number of queries already sent for this addr */
netbsd32_compat_50.c 901 ntv32.maxerror = (netbsd32_long)ntv.maxerror;
902 ntv32.esterror = (netbsd32_long)ntv.esterror;
903 ntv32.tai = (netbsd32_long)ntv.tai;
netbsd32_syscallargs.h 135 syscallarg(netbsd32_long) bufsize;
142 syscallarg(netbsd32_long) offset;
384 syscallarg(netbsd32_long) pos;
705 syscallarg(netbsd32_long) length;
711 syscallarg(netbsd32_long) length;
1056 syscallarg(netbsd32_long) PAD;
1191 syscallarg(netbsd32_long) msgtyp;
  /src/sys/compat/sunos32/
sunos32_dirent.h 39 netbsd32_long d_off;
sunos32_ioctl.c 960 netbsd32_long l_start;
961 netbsd32_long l_len;
995 oflp->l_start = (netbsd32_long)iflp->l_start;
996 oflp->l_len = (netbsd32_long)iflp->l_len;
1030 netbsd32_long sun_flg;
1031 netbsd32_long bsd_flg;
sunos32_misc.c 258 sb32p->st_atimespec.tv_nsec = (netbsd32_long)sbp->st_atimespec.tv_nsec;
260 sb32p->st_mtimespec.tv_nsec = (netbsd32_long)sbp->st_mtimespec.tv_nsec;
262 sb32p->st_ctimespec.tv_nsec = (netbsd32_long)sbp->st_ctimespec.tv_nsec;
690 syscallarg(netbsd32_long) pos;
sunos32_syscallargs.h 188 syscallarg(netbsd32_long) pos;
  /src/sys/compat/linux32/common/
linux32_types.h 105 netbsd32_long uptime;
117 char _f[20-2*sizeof(netbsd32_long)-sizeof(int)];
linux32_ipccall.c 398 netbsd32_long type;
  /src/sys/compat/linux32/arch/aarch64/
linux32_termios.h 38 typedef netbsd32_long linux32_speed_t;
39 typedef netbsd32_long linux32_tcflag_t;
  /src/sys/compat/linux32/arch/amd64/
linux32_termios.h 38 typedef netbsd32_long linux32_speed_t;
39 typedef netbsd32_long linux32_tcflag_t;

Completed in 44 milliseconds