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

  /src/sys/arch/sparc64/dev/
vpci.c 119 int vpci_intr_map(const struct pci_attach_args *, pci_intr_handle_t *);
372 vpci_intr_map(const struct pci_attach_args *pa, pci_intr_handle_t *ihp) function in typeref:typename:int
377 DPRINTF(VDB_INTR, ("vpci_intr_map(): devino 0x%lx\n", devino));
388 DPRINTF(VDB_INTR, ("vpci_intr_map(): sysino 0x%lx\n", sysino));
473 npc->spc_intr_map = vpci_intr_map;
vpci.c 119 int vpci_intr_map(const struct pci_attach_args *, pci_intr_handle_t *);
372 vpci_intr_map(const struct pci_attach_args *pa, pci_intr_handle_t *ihp) function in typeref:typename:int
377 DPRINTF(VDB_INTR, ("vpci_intr_map(): devino 0x%lx\n", devino));
388 DPRINTF(VDB_INTR, ("vpci_intr_map(): sysino 0x%lx\n", sysino));
473 npc->spc_intr_map = vpci_intr_map;

Completed in 21 milliseconds