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

  /src/sys/compat/linux32/common/
linux32_unistd.c 783 struct sys_pread_args pra; local in function:linux32_sys_pread
785 SCARG(&pra, fd) = SCARG(uap, fd);
786 SCARG(&pra, buf) = SCARG_P32(uap, buf);
787 SCARG(&pra, nbyte) = SCARG(uap, nbyte);
788 SCARG(&pra, PAD) = 0;
789 SCARG(&pra, offset) = SCARG(uap, offset);
791 return sys_pread(l, &pra, retval);
807 struct sys_pwrite_args pra; local in function:linux32_sys_pwrite
809 SCARG(&pra, fd) = SCARG(uap, fd);
810 SCARG(&pra, buf) = SCARG_P32(uap, buf)
    [all...]
  /src/sys/arch/amiga/dev/
ser.c 321 last_ciab_pra = ciab.pra;
528 CLRRTS(ciab.pra); /* drop RTS if buffer almost full */
570 SETRTS(ciab.pra); /* start accepting data again */
657 stat = ciab.pra;
806 last_ciab_pra = ciab.pra;
829 CLRRTS(ciab.pra);
831 SETRTS(ciab.pra);
899 if (ISCTS(ciab.pra))
1013 ciab.pra = ~ub;
1017 ciab.pra |= ub
    [all...]
ms.c 265 u_char pra, *horc, *verc; local in function:msintr
278 pra = ciaa.pra;
280 pra >>= port == 0 ? 6 : 7; /* contains left button */
281 mb = (pot & 4) / 4 + (pot & 1) * 2 + (pra & 1) * 4;
par.c 173 printf ("port = $%x\n", ((ciab.pra ^ CIAB_PRA_SEL)
537 || ((ciab.pra ^ CIAB_PRA_SEL)
545 ((ciab.pra ^ CIAB_PRA_SEL)
fd.c 309 #define FDTESTC(bit) ((ciaa.pra & (1 << (bit))) == 0)
  /src/sys/arch/amiga/amiga/
cia.h 39 volatile unsigned char pra; char pad0[0xff]; member in struct:CIA
  /src/sys/compat/linux/common/
linux_file.c 809 struct sys_pread_args pra; local in function:linux_sys_pread
811 SCARG(&pra, fd) = SCARG(uap, fd);
812 SCARG(&pra, buf) = SCARG(uap, buf);
813 SCARG(&pra, nbyte) = SCARG(uap, nbyte);
814 SCARG(&pra, PAD) = 0;
815 SCARG(&pra, offset) = SCARG(uap, offset);
817 return sys_pread(l, &pra, retval);
833 struct sys_pwrite_args pra; local in function:linux_sys_pwrite
835 SCARG(&pra, fd) = SCARG(uap, fd);
836 SCARG(&pra, buf) = SCARG(uap, buf)
    [all...]

Completed in 15 milliseconds