HomeSort by: relevance | last modified time | path
    Searched defs:bsz (Results 1 - 9 of 9) sorted by relevancy

  /src/sbin/iscsictl/
iscsic_driverif.c 511 uint32_t bsz; local in function:read_capacity
533 bsz = ntohl(n);
534 cap = lbn * bsz;
536 lbn, bsz, cap);
  /src/sys/arch/amiga/stand/bootblock/elf2bb/
elf2bb.c 105 uint32_t tsz, dsz, bsz, trsz, relver; local in function:main
159 tsz = dsz = bsz = trsz = 0;
189 bsz += sh_size;
204 dprintf(("tsz = 0x%x, dsz = 0x%x, bsz = 0x%x, total 0x%x\n",
205 tsz, dsz, bsz, tsz + dsz + bsz));
235 if (tsz + dsz + bsz > bbsize)
237 argv[0], tsz, dsz, bsz, tsz + dsz + bsz);
  /src/sys/arch/arm/cortex/
gic_v2m.c 275 bus_size_t bsz; local in function:gic_v2m_msix_alloc
303 &bst, &bsh, NULL, &bsz);
309 bus_space_unmap(bst, bsh, bsz);
325 bus_space_unmap(bst, bsh, bsz);
gicv3_its.c 641 bus_size_t bsz; local in function:gicv3_its_msix_alloc
663 &bst, &bsh, NULL, &bsz);
670 bus_space_unmap(bst, bsh, bsz);
702 bus_space_unmap(bst, bsh, bsz);
  /src/usr.sbin/mopd/common/
file.c 916 int bsz, sec; local in function:mopFileRead
941 bsz = dlslot->e_sections[sec].s_fsize - secoff;
942 if (bsz > dlslot->dl_bsz)
943 bsz = dlslot->dl_bsz;
948 len = read(dlslot->ldfd, buf, bsz);
956 bsz = dlslot->e_sections[sec].s_pad -
958 if (bsz > dlslot->dl_bsz)
959 bsz = dlslot->dl_bsz;
960 memset(buf, 0, (len = bsz));
972 dlslot->e_curpos += bsz;
    [all...]
  /src/bin/pax/
pax.h 152 int bsz; /* default block size. used when the user */ member in struct:__anon7bda4eac0208
  /src/sys/arch/arm/apple/
apple_pcie.c 626 bus_size_t bsz; local in function:apple_pcie_msi_msix_alloc
653 &bst, &bsh, NULL, &bsz);
659 bus_space_unmap(bst, bsh, bsz);
675 bus_space_unmap(bst, bsh, bsz);
  /src/sys/dev/pci/
radeonfb.c 461 bus_size_t bsz; local in function:radeonfb_attach
792 PCI_MAPREG_TYPE_MEM, &sc->sc_memaddr, &bsz, NULL) != 0) ||
793 (bsz < sc->sc_memsz)) {
  /src/sys/dev/usb/
xhci.c 1407 bus_size_t bsz; local in function:xhci_init
1491 bsz = XHCI_PORTSC(sc->sc_maxports);
1492 if (bus_space_subregion(sc->sc_iot, sc->sc_ioh, caplength, bsz,

Completed in 21 milliseconds