HelenOS sources
RNGSZ 199 uspace/drv/audio/hdaudio/hdaudio.c hda->rwsize = RNGSZ(res.mem_ranges.ranges[0]);
RNGSZ 311 uspace/drv/block/ddisk/ddisk.c if (RNGSZ(*regs) < sizeof(ddisk_regs_t)) {
RNGSZ 117 uspace/drv/block/isa-ide/main.c if (RNGSZ(*ctl1_rng) < sizeof(ata_ctl_t)) {
RNGSZ 122 uspace/drv/block/isa-ide/main.c if (RNGSZ(*cmd1_rng) < sizeof(ata_cmd_t)) {
RNGSZ 127 uspace/drv/block/isa-ide/main.c if (RNGSZ(*ctl2_rng) < sizeof(ata_ctl_t)) {
RNGSZ 132 uspace/drv/block/isa-ide/main.c if (RNGSZ(*cmd2_rng) < sizeof(ata_cmd_t)) {
RNGSZ 101 uspace/drv/block/pc-floppy/main.c if (RNGSZ(*regs_rng) < sizeof(pc_fdc_regs_t)) {
RNGSZ 100 uspace/drv/block/pci-ide/main.c ddf_msg(LVL_NOTE, "sizes: %zu", RNGSZ(*bmregs_rng));
RNGSZ 102 uspace/drv/block/pci-ide/main.c if (RNGSZ(*bmregs_rng) < sizeof(pci_ide_regs_t)) {
RNGSZ 113 uspace/drv/bus/usb/ehci/hc.c if (RNGSZ(regs) < sizeof(ehci_regs_t))
RNGSZ 141 uspace/drv/bus/usb/ehci/hc.c RNGABSPTR(regs), RNGSZ(regs), hw_res->irqs.irqs[0]);
RNGSZ 115 uspace/drv/bus/usb/ohci/hc.c if (RNGSZ(regs) < sizeof(ohci_regs_t))
RNGSZ 141 uspace/drv/bus/usb/ohci/hc.c RNGABSPTR(regs), RNGSZ(regs), hw_res->irqs.irqs[0]);
RNGSZ 122 uspace/drv/bus/usb/uhci/hc.c if (RNGSZ(regs) < sizeof(uhci_regs_t))
RNGSZ 147 uspace/drv/bus/usb/uhci/hc.c RNGABSPTR(regs), RNGSZ(regs), hw_res->irqs.irqs[0]);
RNGSZ 200 uspace/drv/bus/usb/xhci/hc.c RNGABSPTR(hc->mmio_range), RNGSZ(hc->mmio_range), hw_res->irqs.irqs[0]);
RNGSZ 202 uspace/drv/bus/usb/xhci/hc.c if (RNGSZ(hc->mmio_range) < sizeof(xhci_cap_regs_t))
RNGSZ 250 uspace/drv/bus/usb/xhci/hc.c pio_disable(hc->reg_base, RNGSZ(hc->mmio_range));
RNGSZ 386 uspace/drv/bus/usb/xhci/hc.c .size = RNGSZ(hc->mmio_range),
RNGSZ 744 uspace/drv/bus/usb/xhci/hc.c pio_disable(hc->reg_base, RNGSZ(hc->mmio_range));
RNGSZ 117 uspace/drv/char/i8042/main.c RNGABSPTR(io_regs), RNGSZ(io_regs), kbd, mouse);
RNGSZ 201 uspace/drv/char/pl050/pl050.c pl050->iosize = RNGSZ(res.mem_ranges.ranges[0]);
RNGSZ 215 uspace/lib/c/generic/ddi.c return pio_enable(RNGABSPTR(*range), RNGSZ(*range), virt);
RNGSZ 127 uspace/lib/c/generic/device/hw_res_parsed.c s_size = RNGSZ(out->io_ranges.ranges[i]);
RNGSZ 136 uspace/lib/c/generic/device/hw_res_parsed.c RNGSZ(out->io_ranges.ranges[count]) = size;
RNGSZ 170 uspace/lib/c/generic/device/hw_res_parsed.c s_size = RNGSZ(out->mem_ranges.ranges[i]);
RNGSZ 179 uspace/lib/c/generic/device/hw_res_parsed.c RNGSZ(out->mem_ranges.ranges[count]) = size;
HelenOS homepage, sources at GitHub