Home
last modified time | relevance | path

Searched refs:grsize (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/cardbus/
H A Dsiisata_cardbus.c146 bus_size_t grsize, prsize; in siisata_cardbus_attach() local
174 grsize = SIISATA_BAR0_SIZE; in siisata_cardbus_attach()
178 grsize, grsize - 1, grsize, 0, &base, &memh)) { in siisata_cardbus_attach()
188 csc->sc_grsize = grsize; in siisata_cardbus_attach()
202 sc->sc_grh, grsize); in siisata_cardbus_attach()
221 grsize); in siisata_cardbus_attach()
/netbsd-src/sys/dev/pci/
H A Dsiisata_pci.c164 bus_size_t grsize, prsize; in siisata_pci_attach() local
183 memtype, 0, &memt, &memh, NULL, &grsize) == 0); in siisata_pci_attach()
191 sc->sc_grs = grsize; in siisata_pci_attach()
213 bus_space_unmap(sc->sc_grt, sc->sc_grh, grsize); in siisata_pci_attach()
236 bus_space_unmap(sc->sc_grt, sc->sc_grh, grsize); in siisata_pci_attach()
249 bus_space_unmap(sc->sc_grt, sc->sc_grh, grsize); in siisata_pci_attach()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbe.cc2781 int grsize = dbeSession->expGroups->size (); in dbeGetCPUVerMachineModel() local
2782 for (int j = 0; j < grsize; j++) in dbeGetCPUVerMachineModel()
5089 long grsize = dbeSession->expGroups->size (); in dbeGetComparableObjsV2() local
5090 Vector<Obj> *res = new Vector<Obj> (grsize + 1); in dbeGetComparableObjsV2()
5091 for (long j = 0; j < grsize; j++) in dbeGetComparableObjsV2()
5101 if (cmpObjs == NULL || cmpObjs->size () != grsize) in dbeGetComparableObjsV2()
5109 for (long j = 0; j < grsize; j++) in dbeGetComparableObjsV2()
5117 for (long j = 0; j < grsize; j++) in dbeGetComparableObjsV2()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbe.cc2781 int grsize = dbeSession->expGroups->size (); in dbeGetCPUVerMachineModel() local
2782 for (int j = 0; j < grsize; j++) in dbeGetCPUVerMachineModel()
5089 long grsize = dbeSession->expGroups->size (); in dbeGetComparableObjsV2() local
5090 Vector<Obj> *res = new Vector<Obj> (grsize + 1); in dbeGetComparableObjsV2()
5091 for (long j = 0; j < grsize; j++) in dbeGetComparableObjsV2()
5101 if (cmpObjs == NULL || cmpObjs->size () != grsize) in dbeGetComparableObjsV2()
5109 for (long j = 0; j < grsize; j++) in dbeGetComparableObjsV2()
5117 for (long j = 0; j < grsize; j++) in dbeGetComparableObjsV2()