Searched refs:pir (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/i386/pci/
H A Dpci_intr_fixup.c245 pciintr_link_alloc(struct pcibios_intr_routing *pir, int pin) argument
247 int link = pir->linkmap[pin].link, clink, irq;
263 pir->bus, PIR_DEVFUNC_DEVICE(pir->device), link);
283 pir->bus, PIR_DEVFUNC_DEVICE(pir->device), link,
292 l->bitmap = pir->linkmap[pin].bitmap;
313 struct pcibios_intr_routing *pir; local
320 pir = &pcibios_pir_table[entry];
321 if (pir
366 struct pcibios_intr_routing *pir; local
660 struct pcibios_intr_routing *pir; local
[all...]
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_request.c1652 struct info_restrict * pir; local
1654 pir = *ppir;
1659 while (pir && popRestriction(&rpad, &res)) {
1660 pir->addr = htonl(res->u.v4.addr);
1662 pir->v6_flag = 0;
1663 pir->mask = htonl(res->u.v4.mask);
1664 pir->count = htonl(res->count);
1665 pir->rflags = htons(res->rflags);
1666 pir->mflags = htons(res->mflags);
1667 pir
1684 struct info_restrict * pir; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/
H A DPassAnalysisSupport.h182 std::pair<AnalysisID, Pass*> pir = std::make_pair(PI,P);
183 AnalysisImpls.push_back(pir);
/netbsd-current/sys/arch/evbppc/mpc85xx/
H A Dmachdep.c773 const uint32_t pir = mfspr(SPR_PIR); local
781 pir, (pir == 0 ? " (Primary)" : ""));
845 printf("%s: cpu%u: entry#%zu(%p): pir=%u\n",
/netbsd-current/sys/arch/hppa/dev/
H A Dpdc.c710 struct pdc_iodc_read *pir = (struct pdc_iodc_read *)&pdcret1; local
712 *actcnt = pir->size;

Completed in 195 milliseconds