| /src/sys/arch/x86/x86/ |
| mp.c | 87 struct mp_bus *mpb; local 91 mpb = &mp_busses[i]; 92 if (mpb->mb_name == NULL) 94 if (strcmp(mpb->mb_name, "pci") == 0 && mpb->mb_dev == NULL) { 96 mpb->mb_dev = config_found(self, pba, print, 108 struct mp_bus *mpb; local 111 mpb = &mp_busses[i]; 112 if (mpb->mb_name == NULL) 114 if (strcmp(mpb->mb_name, "pci") == 0 && mpb->mb_dev == child 155 struct mp_bus *mpb; local [all...] |
| mpbios.c | 905 struct mpbios_bus mpb; local 908 /* mpb.type is irrelevant for mpbios_bus(). */ 909 mpb.bus_id = 0; 912 memcpy(mpb.bus_type, dflt_conf->bus_type[i], 6); 913 mpbios_bus((u_int8_t *)&mpb, self); 914 mpb.bus_id++; 1328 struct mp_bus *mpb; local 1339 mpb = &(mp_busses[bus]); 1342 mpb = &extint_bus; 1345 mpb = &smi_bus 1466 struct mp_bus *mpb; local [all...] |
| mpacpi.c | 565 struct mp_bus *mpb; local 574 mpb = &mp_busses[mpr->mpr_bus]; 576 if (mpb->mb_name != NULL) 580 mpb->mb_intrs = NULL; 581 mpb->mb_name = "pci"; 582 mpb->mb_idx = mpr->mpr_bus; 583 mpb->mb_intr_print = mpacpi_print_pci_intr; 584 mpb->mb_intr_cfg = NULL; 585 mpb->mb_data = 0; 605 mpi->bus = mpb; 975 struct mp_bus *mpb; local 1034 struct mp_bus *mpb; local [all...] |
| cpu_ucode_amd.c | 79 uint8_t *mpb; /* microcode patch block */ member in struct:microcode_amd 161 mc_amd.mpb = mc.mc_amd->mpb; 176 hdr = (struct microcode_amd_header *)mc_amd.mpb; 220 mc_amd.mpb = (uint8_t *)mc.mc_mpbuf->mpb_data; 289 mc.mc_amd->mpb = (uint8_t *)mc.mc_mpbuf->mpb_data;
|
| /src/external/bsd/file/dist/src/ |
| apprentice.c | 1140 struct magic mpb = *mb->mp; local 1141 mpa.lineno = mpb.lineno = 0; 1142 int x = memcmp(&mpa, &mpb, sizeof(mpa));
|