Lines Matching defs:npc
673 pci_chipset_tag_t npc;
675 npc = kmem_alloc(sizeof *npc, KM_SLEEP);
676 memcpy(npc, pc, sizeof *pc);
677 npc->cookie = pbm;
678 npc->rootnode = node;
679 npc->spc_conf_read = schizo_conf_read;
680 npc->spc_conf_write = schizo_conf_write;
681 npc->spc_intr_map = schizo_pci_intr_map;
682 npc->spc_intr_establish = schizo_pci_intr_establish;
683 npc->spc_find_ino = NULL;
684 return (npc);