/src/sys/dev/i2o/ |
i2odpt.h | 72 u_int32_t bytecount; member in struct:i2o_dpt_scsi_scb_exec 87 u_int32_t bytecount; member in struct:i2o_dpt_flash_region 124 u_int32_t bytecount; member in struct:i2o_dpt_driver_get 137 u_int32_t bytecount; member in struct:i2o_dpt_driver_set
|
/src/sys/arch/atari/dev/ |
hdfd_intr.s | 56 tstl _C_LABEL(fddmalen) | Bytecount zero? 65 subql #1, _C_LABEL(fddmalen) | decrement bytecount 90 tstl _C_LABEL(fddmalen) | Bytecount zero? 93 subql #1, _C_LABEL(fddmalen) | decrement bytecount 101 tstl _C_LABEL(fddmalen) | Bytecount zero? 104 subql #1, _C_LABEL(fddmalen) | decrement bytecount
|
/src/sys/external/bsd/dwc2/dist/ |
dwc2_hcdqueue.c | 122 int bytecount = local in function:dwc2_qh_init 128 bytecount); 921 #define BITSTUFFTIME(bytecount) ((8 * 7 * (bytecount)) / 6) 927 int is_isoc, int bytecount) 936 (2083 * (3 + BITSTUFFTIME(bytecount)))) / 1000 + 941 (2083 * (3 + BITSTUFFTIME(bytecount)))) / 1000 + 947 (8354 * (31 + 10 * BITSTUFFTIME(bytecount))) / 1000; 954 (8354 * (31 + 10 * BITSTUFFTIME(bytecount))) / 1000; 961 (67667 * (31 + 10 * BITSTUFFTIME(bytecount))) / [all...] |
/src/common/lib/libc/arch/mips/string/ |
bcopy.S | 182 andi t0,SIZEREG,(SZREG-1) # t0 = bytecount mod SZREG 278 andi t0,SIZEREG,SZREG-1 # t0 = bytecount mod 4
|
/src/sys/dev/ic/ |
mvsatareg.h | 300 uint16_t bytecount; /* Byte Count */ member in struct:eprd
|
dp83932.c | 713 uint16_t status, bytecount /*, ptr0, ptr1, seqno */; local in function:sonic_rxintr 727 bytecount = sonic32toh(sc, rda32->rda_bytecount); 739 bytecount = sonic16toh(sc, rda16->rda_bytecount); 778 len = bytecount - ETHER_CRC_LEN;
|
mvsata.c | 2680 eprd->bytecount = htole32(EPRD_BYTECOUNT(ds_len)); 2944 eprd->bytecount = htole32(EPRD_BYTECOUNT(ds_len));
|
/src/sys/compat/linux32/arch/amd64/ |
linux32_machdep.c | 522 syscallarg(netbsd32_size_t) bytecount; 528 NETBSD32TOX_UAP(bytecount, size_t);
|
linux32_syscallargs.h | 430 syscallarg(netbsd32_size_t) bytecount;
|
linux32_systrace_args.c | 796 iarg[2] = SCARG(p, bytecount); /* netbsd32_size_t */
|
/src/sys/compat/linux/arch/i386/ |
linux_machdep.c | 510 gl.num = SCARG(uap, bytecount) / sizeof(union descriptor); 545 if (SCARG(uap, bytecount) != sizeof(ldt_info)) 599 syscallarg(size_t) bytecount;
|
linux_syscallargs.h | 465 syscallarg(size_t) bytecount;
|
linux_systrace_args.c | 831 uarg[2] = SCARG(p, bytecount); /* size_t */
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 646 syscallarg(size_t) bytecount;
|
linux_systrace_args.c | 1222 uarg[2] = SCARG(p, bytecount); /* size_t */
|