Lines Matching defs:npc
442 pci_chipset_tag_t npc;
444 npc = kmem_alloc(sizeof *npc, KM_SLEEP);
445 memcpy(npc, pc, sizeof *pc);
446 npc->cookie = pbm;
447 npc->rootnode = node;
448 npc->spc_conf_read = pyro_conf_read;
449 npc->spc_conf_write = pyro_conf_write;
450 npc->spc_intr_map = pyro_intr_map;
451 npc->spc_intr_establish = pyro_pci_intr_establish;
452 npc->spc_find_ino = NULL;
453 return (npc);