Home
last modified time | relevance | path

Searched refs:maxtransfer (Results 1 – 25 of 51) sorted by relevance

123

/dports/sysutils/syslinux/syslinux-6.03/core/fs/
H A Ddiskio_bios.c59 uint32_t maxtransfer = disk->maxtransfer; in chs_rdwr_sectors() local
71 if (chunk > maxtransfer) in chs_rdwr_sectors()
72 chunk = maxtransfer; in chs_rdwr_sectors()
132 maxtransfer = chunk; in chs_rdwr_sectors()
152 disk->maxtransfer = maxtransfer; in chs_rdwr_sectors()
175 uint32_t maxtransfer = disk->maxtransfer; in edd_rdwr_sectors() local
189 if (chunk > maxtransfer) in edd_rdwr_sectors()
190 chunk = maxtransfer; in edd_rdwr_sectors()
244 maxtransfer = chunk; in edd_rdwr_sectors()
278 disk->maxtransfer = maxtransfer; in edd_rdwr_sectors()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/efi/
H A Ddiskio.c84 disk.maxtransfer = MaxTransfer; in efi_disk_init()
88 part_start, disk.maxtransfer); in efi_disk_init()
/dports/sysutils/syslinux/syslinux-6.03/core/include/
H A Ddisk.h25 unsigned int maxtransfer; /* Max sectors per transfer */ member
/dports/net/vnstat/vnstat-2.8/src/
H A Ddaemon.c505 uint64_t maxtransfer; in processifinfo() local
558maxtransfer = (uint64_t)(ceilf(((float)maxbw / (float)8) * (float)interval * (float)1.02)) * 1024 … in processifinfo()
561 …4 " rxc: %" PRIu64 " txc: %" PRIu64 "\n", (uint64_t)interval, maxbw, maxtransfer, rxchange, txch… in processifinfo()
564 if ((rxchange > maxtransfer) || (txchange > maxtransfer)) { in processifinfo()
565 … ", 64bit:%d), syncing.", (*dc)->interface, maxbw, (uint64_t)interval, maxtransfer, rxchange, txch… in processifinfo()
/dports/devel/kdesvn/kdesvn-2.1.0/src/kdesvnd/
H A Dkdesvnd.h94 void maxTransferKioOperation(qulonglong kioid, qulonglong maxtransfer);
H A Dkdesvnd.cpp329 void kdesvnd::maxTransferKioOperation(qulonglong kioid, qulonglong maxtransfer) in maxTransferKioOperation() argument
333 progressJobView[kioid]->setTotal(maxtransfer); in maxTransferKioOperation()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/hw/
H A Dusb-ohci.c495 int maxtransfer = 2*PAGE_SIZE - (dest & (PAGE_SIZE-1)); in ohci_send_pipe() local
497 if (transfer > maxtransfer) in ohci_send_pipe()
498 transfer = ALIGN_DOWN(maxtransfer, maxpacket); in ohci_send_pipe()
H A Dusb-ehci.c581 int maxtransfer = 5*PAGE_SIZE - (dest & (PAGE_SIZE-1)); in ehci_send_pipe() local
583 if (transfer > maxtransfer) in ehci_send_pipe()
584 transfer = ALIGN_DOWN(maxtransfer, maxpacket); in ehci_send_pipe()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/hw/
H A Dusb-ohci.c495 int maxtransfer = 2*PAGE_SIZE - (dest & (PAGE_SIZE-1)); in ohci_send_pipe() local
497 if (transfer > maxtransfer) in ohci_send_pipe()
498 transfer = ALIGN_DOWN(maxtransfer, maxpacket); in ohci_send_pipe()
H A Dusb-ehci.c581 int maxtransfer = 5*PAGE_SIZE - (dest & (PAGE_SIZE-1)); in ehci_send_pipe() local
583 if (transfer > maxtransfer) in ehci_send_pipe()
584 transfer = ALIGN_DOWN(maxtransfer, maxpacket); in ehci_send_pipe()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/hw/
H A Dusb-ohci.c495 int maxtransfer = 2*PAGE_SIZE - (dest & (PAGE_SIZE-1)); in ohci_send_pipe() local
497 if (transfer > maxtransfer) in ohci_send_pipe()
498 transfer = ALIGN_DOWN(maxtransfer, maxpacket); in ohci_send_pipe()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/hw/
H A Dusb-ohci.c495 int maxtransfer = 2*PAGE_SIZE - (dest & (PAGE_SIZE-1)); in ohci_send_pipe() local
497 if (transfer > maxtransfer) in ohci_send_pipe()
498 transfer = ALIGN_DOWN(maxtransfer, maxpacket); in ohci_send_pipe()
H A Dusb-ehci.c581 int maxtransfer = 5*PAGE_SIZE - (dest & (PAGE_SIZE-1)); in ehci_send_pipe() local
583 if (transfer > maxtransfer) in ehci_send_pipe()
584 transfer = ALIGN_DOWN(maxtransfer, maxpacket); in ehci_send_pipe()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/src/hw/
H A Dusb-ohci.c495 int maxtransfer = 2*PAGE_SIZE - (dest & (PAGE_SIZE-1)); in ohci_send_pipe() local
497 if (transfer > maxtransfer) in ohci_send_pipe()
498 transfer = ALIGN_DOWN(maxtransfer, maxpacket); in ohci_send_pipe()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/hw/
H A Dusb-ohci.c495 int maxtransfer = 2*PAGE_SIZE - (dest & (PAGE_SIZE-1)); in ohci_send_pipe() local
497 if (transfer > maxtransfer) in ohci_send_pipe()
498 transfer = ALIGN_DOWN(maxtransfer, maxpacket); in ohci_send_pipe()
H A Dusb-ehci.c580 int maxtransfer = 5*PAGE_SIZE - (dest & (PAGE_SIZE-1)); in ehci_send_pipe() local
582 if (transfer > maxtransfer) in ehci_send_pipe()
583 transfer = ALIGN_DOWN(maxtransfer, maxpacket); in ehci_send_pipe()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/hw/
H A Dusb-ohci.c495 int maxtransfer = 2*PAGE_SIZE - (dest & (PAGE_SIZE-1)); in ohci_send_pipe() local
497 if (transfer > maxtransfer) in ohci_send_pipe()
498 transfer = ALIGN_DOWN(maxtransfer, maxpacket); in ohci_send_pipe()
/dports/misc/seabios/seabios-1.14.0/src/hw/
H A Dusb-ohci.c495 int maxtransfer = 2*PAGE_SIZE - (dest & (PAGE_SIZE-1)); in ohci_send_pipe() local
497 if (transfer > maxtransfer) in ohci_send_pipe()
498 transfer = ALIGN_DOWN(maxtransfer, maxpacket); in ohci_send_pipe()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/hw/
H A Dusb-ohci.c495 int maxtransfer = 2*PAGE_SIZE - (dest & (PAGE_SIZE-1)); in ohci_send_pipe() local
497 if (transfer > maxtransfer) in ohci_send_pipe()
498 transfer = ALIGN_DOWN(maxtransfer, maxpacket); in ohci_send_pipe()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/hw/
H A Dusb-ohci.c495 int maxtransfer = 2*PAGE_SIZE - (dest & (PAGE_SIZE-1)); in ohci_send_pipe() local
497 if (transfer > maxtransfer) in ohci_send_pipe()
498 transfer = ALIGN_DOWN(maxtransfer, maxpacket); in ohci_send_pipe()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/src/hw/
H A Dusb-ohci.c495 int maxtransfer = 2*PAGE_SIZE - (dest & (PAGE_SIZE-1)); in ohci_send_pipe() local
497 if (transfer > maxtransfer) in ohci_send_pipe()
498 transfer = ALIGN_DOWN(maxtransfer, maxpacket); in ohci_send_pipe()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/src/hw/
H A Dusb-ohci.c495 int maxtransfer = 2*PAGE_SIZE - (dest & (PAGE_SIZE-1)); in ohci_send_pipe() local
497 if (transfer > maxtransfer) in ohci_send_pipe()
498 transfer = ALIGN_DOWN(maxtransfer, maxpacket); in ohci_send_pipe()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/hw/
H A Dusb-ohci.c495 int maxtransfer = 2*PAGE_SIZE - (dest & (PAGE_SIZE-1)); in ohci_send_pipe() local
497 if (transfer > maxtransfer) in ohci_send_pipe()
498 transfer = ALIGN_DOWN(maxtransfer, maxpacket); in ohci_send_pipe()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/hw/
H A Dusb-ohci.c495 int maxtransfer = 2*PAGE_SIZE - (dest & (PAGE_SIZE-1)); in ohci_send_pipe() local
497 if (transfer > maxtransfer) in ohci_send_pipe()
498 transfer = ALIGN_DOWN(maxtransfer, maxpacket); in ohci_send_pipe()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/src/hw/
H A Dusb-ohci.c495 int maxtransfer = 2*PAGE_SIZE - (dest & (PAGE_SIZE-1)); in ohci_send_pipe() local
497 if (transfer > maxtransfer) in ohci_send_pipe()
498 transfer = ALIGN_DOWN(maxtransfer, maxpacket); in ohci_send_pipe()

123