Home | History | Annotate | Download | only in dev

Lines Matching defs:npc

465 	pci_chipset_tag_t npc;
467 npc = kmem_alloc(sizeof *npc, KM_SLEEP);
468 memcpy(npc, pc, sizeof *pc);
469 npc->cookie = pbm;
470 npc->rootnode = node;
471 npc->spc_conf_read = vpci_conf_read;
472 npc->spc_conf_write = vpci_conf_write;
473 npc->spc_intr_map = vpci_intr_map;
474 npc->spc_intr_establish = vpci_pci_intr_establish;
475 npc->spc_find_ino = NULL;
476 return (npc);