HomeSort by: relevance | last modified time | path
    Searched defs:necpb_intr_string (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arc/pci/
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;
405 necpb_intr_string(pci_chipset_tag_t pc, pci_intr_handle_t ih, char *buf, function in typeref:typename:const char *
430 strlcpy(n->ih_evname, necpb_intr_string(pc, ih, buf, sizeof(buf)),
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;
405 necpb_intr_string(pci_chipset_tag_t pc, pci_intr_handle_t ih, char *buf, function in typeref:typename:const char *
430 strlcpy(n->ih_evname, necpb_intr_string(pc, ih, buf, sizeof(buf)),

Completed in 100 milliseconds