Home
last modified time | relevance | path

Searched refs:prtype (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dpci_resource.c780 PCI_RANGE_FOREACH(prtype) { in pci_resource_init_bus()
781 pb->pb_res[prtype] = pr->pr_res[prtype]; in pci_resource_init_bus()
782 pr->pr_res[prtype] = NULL; in pci_resource_init_bus()
792 PCI_RANGE_FOREACH(prtype) { in pci_resource_init_bus()
793 if (parent_bus->pb_res[prtype] == NULL || in pci_resource_init_bus()
794 !bridge->pd_bridge.ranges[prtype].end) { in pci_resource_init_bus()
798 parent_bus->pb_res[prtype], in pci_resource_init_bus()
799 bridge->pd_bridge.ranges[prtype].start, in pci_resource_init_bus()
800 bridge->pd_bridge.ranges[prtype].end); in pci_resource_init_bus()
802 pb->pb_res[prtype] = pci_create_vmem( in pci_resource_init_bus()
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/arch/vax/
H A Dlocal2.c41 static void prtype(NODE *n);
154 prtype(NODE *n) in prtype() function
502 prtype(p->n_left); in zzzcode()
508 prtype(p->n_left); in zzzcode()
556 prtype(n); in zzzcode()