Searched refs:necpb_intr_string (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/arc/pci/ |
H A D | necpb.c | 115 static const char *necpb_intr_string(pci_chipset_tag_t, pci_intr_handle_t, 204 pc->pc_intr_string = necpb_intr_string; in necpb_init() 405 necpb_intr_string(pci_chipset_tag_t pc, pci_intr_handle_t ih, char *buf, in necpb_intr_string() function 430 strlcpy(n->ih_evname, necpb_intr_string(pc, ih, buf, sizeof(buf)), in necpb_intr_establish()
|