| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| enum.h | 25 * 2. enum : memtype { ... } 27 * 4. enum id : memtype { ... } 28 * 5. enum id : memtype; 32 Type *memtype; // type of the members member in class:EnumDeclaration
|
| /src/sys/arch/x86/pci/ |
| dwiic_pci.c | 220 pcireg_t memtype; local 236 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, PCI_BAR0); 237 if (pci_mapreg_map(pa, PCI_BAR0, memtype, 0, &sc->sc_dwiic.sc_iot,
|
| msipic.c | 675 u_int memtype; local 735 memtype = pci_mapreg_type(pc, tag, bar); 745 err = pci_mapreg_submap(pa, bar, memtype, BUS_SPACE_MAP_LINEAR, 755 if (pci_mapreg_info(pa->pa_pc, pa->pa_tag, bar, memtype,
|
| /src/sys/dev/pci/ |
| ciss_pci.c | 158 int cfg_bar, memtype; local 179 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, CISS_BAR); 180 if (memtype != (PCI_MAPREG_TYPE_MEM | PCI_MAPREG_MEM_TYPE_32BIT) && 181 memtype != (PCI_MAPREG_TYPE_MEM | PCI_MAPREG_MEM_TYPE_64BIT)) { 185 if (pci_mapreg_map(pa, CISS_BAR, memtype, 0,
|
| if_bwi_pci.c | 132 pcireg_t memtype, reg; local 145 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, BWI_PCI_BAR0); 146 switch (memtype) { 155 if (pci_mapreg_map(pa, BWI_PCI_BAR0, memtype, 0, &sc->sc_mem_bt,
|
| if_eqos_pci.c | 112 pcireg_t memtype; local 120 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, PCI_BAR0); 121 if (pci_mapreg_map(pa, PCI_BAR0, memtype, 0, &memt, &memh, NULL,
|
| pwdog.c | 84 pcireg_t memtype; local 87 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, PCI_MAPREG_START); 88 if (pci_mapreg_map(pa, PCI_MAPREG_START, memtype, 0, &sc->sc_iot, 92 memtype == PCI_MAPREG_TYPE_IO ? "I/O" : "memory");
|
| siop_pci_common.c | 242 pcireg_t memtype; local 275 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, 0x14); 276 switch (memtype) { 279 memh_valid = (pci_mapreg_map(pa, 0x14, memtype, 0, 305 switch (memtype) { 315 memtype); 318 if (pci_mapreg_map(pa, bar, memtype, 0,
|
| ibmcd.c | 103 pcireg_t memtype; local 106 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, PCI_MAPREG_START); 107 if (pci_mapreg_map(pa, PCI_MAPREG_START, memtype, 0, &sc->sc_iot, 111 memtype == PCI_MAPREG_TYPE_IO ? "I/O" : "memory");
|
| if_athn_pci.c | 134 pcireg_t memtype, reg; local 185 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, ATHN_PCI_MMBA); 186 if (memtype != PCI_MAPREG_TYPE_MEM && 187 memtype != PCI_MAPREG_MEM_TYPE_64BIT) { 189 (int)memtype); 192 error = pci_mapreg_map(pa, ATHN_PCI_MMBA, memtype, 0, &psc->psc_iot,
|
| if_ral_pci.c | 169 pcireg_t memtype, reg; local 204 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, RAL_PCI_BAR0); 205 error = pci_mapreg_map(pa, RAL_PCI_BAR0, memtype, 0, &sc->sc_st,
|
| if_re_pci.c | 193 pcireg_t command, memtype; local 213 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, RTK_PCI_LOMEM); 214 switch (memtype) { 219 memtype, 0, &memt, &memh, NULL, &memsize) == 0) ||
|
| mpt_pci.c | 133 pcireg_t reg, memtype; local 150 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, MPT_PCI_MMBA); 151 switch (memtype) { 155 memtype, 0, &memt, &memh, NULL, NULL) == 0);
|
| xhci_pci.c | 127 pcireg_t csr, memtype, usbrev; local 156 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, PCI_CBMEM); 157 if (PCI_MAPREG_TYPE(memtype) != PCI_MAPREG_TYPE_MEM) { 164 if (pci_mapreg_info(pa->pa_pc, pa->pa_tag, PCI_CBMEM, memtype,
|
| ahcisata_pci.c | 282 pcireg_t memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, bar); local 283 if (pci_mapreg_map(pa, bar, memtype, 0, ®t, ®h, NULL, &size) != 0) 400 pcireg_t memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, bar); local 401 if (pci_mapreg_map(pa, bar, memtype, 0, &sc->sc_ahcit, &sc->sc_ahcih,
|
| nvme_pci.c | 153 pcireg_t memtype, reg; local 172 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, NVME_PCI_BAR); 173 if (PCI_MAPREG_TYPE(memtype) != PCI_MAPREG_TYPE_MEM) { 174 aprint_error_dev(self, "invalid type (type=0x%x)\n", memtype); 191 memtype, &memaddr, &sc->sc_ios, &flags);
|
| siisata_pci.c | 158 pcireg_t csr, memtype; local 178 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, SIISATA_PCI_BAR0); 179 switch (memtype) { 183 memtype, 0, &memt, &memh, NULL, &grsize) == 0); 198 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, SIISATA_PCI_BAR1); 199 switch (memtype) { 203 memtype, 0, &memt, &memh, NULL, &prsize) == 0);
|
| if_age.c | 147 pcireg_t memtype; local 166 memtype = pci_mapreg_type(sc->sc_pct, sc->sc_pcitag, AGE_PCIR_BAR); 167 switch (memtype) { 177 if (pci_mapreg_map(pa, AGE_PCIR_BAR, memtype, 0, &sc->sc_mem_bt,
|
| if_ale.c | 392 pcireg_t memtype; local 409 memtype = pci_mapreg_type(sc->sc_pct, sc->sc_pcitag, ALE_PCIR_BAR); 410 switch (memtype) { 420 if (pci_mapreg_map(pa, ALE_PCIR_BAR, memtype, 0, &sc->sc_mem_bt,
|
| if_nfe.c | 219 pcireg_t memtype, csr; local 227 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, NFE_PCI_BA); 228 switch (memtype) { 231 if (pci_mapreg_map(pa, NFE_PCI_BA, memtype, 0, &sc->sc_memt,
|
| ahd_pci.c | 323 pcireg_t memtype; local 407 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, 409 switch (memtype) { 413 memtype, 0, &ahd->tags[0], 429 ahd_name(ahd), memtype);
|
| arcmsr.c | 609 pcireg_t memtype; local 617 memtype = pci_mapreg_type(sc->sc_pc, sc->sc_tag, ARC_PCI_BAR); 618 if (pci_mapreg_map(pa, ARC_PCI_BAR, memtype, 0, &sc->sc_iot,
|
| if_alc.c | 1268 pcireg_t memtype; local 1291 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, ALC_PCIR_BAR); 1292 switch (memtype) { 1302 if (pci_mapreg_map(pa, ALC_PCIR_BAR, memtype, 0, &sc->sc_mem_bt,
|
| /src/sbin/efi/ |
| devpath1.c | 89 static const char *memtype[] = { local 95 if (t >= __arraycount(memtype)) 98 return memtype[t];
|
| /src/sys/arch/i386/stand/efiboot/ |
| efimemory.c | 336 int memtype; local 351 memtype = getmemtype(md); 352 if (memtype != BIM_Memory)
|