Lines Matching defs:npc
753 pci_chipset_tag_t npc;
755 npc = kmem_alloc(sizeof *npc, KM_SLEEP);
756 memcpy(npc, pc, sizeof *pc);
757 npc->cookie = pp;
758 npc->rootnode = node;
759 npc->spc_conf_read = psycho_pci_conf_read;
760 npc->spc_conf_write = psycho_pci_conf_write;
761 npc->spc_intr_map = NULL;
762 npc->spc_intr_establish = psycho_pci_intr_establish;
763 npc->spc_find_ino = psycho_pci_find_ino;
765 return (npc);