Home
last modified time | relevance | path

Searched defs:pcitag_t (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/sys/arch/ia64/include/
H A Dpci_machdep.h36 typedef int pcitag_t; typedef
/netbsd-src/sys/arch/cobalt/include/
H A Dpci_machdep.h55 typedef uint32_t pcitag_t; typedef
/netbsd-src/sys/arch/sandpoint/include/
H A Dpci_machdep.h56 typedef int pcitag_t; typedef
/netbsd-src/sys/arch/atari/include/
H A Dpci_machdep.h54 typedef u_long pcitag_t; typedef
/netbsd-src/sys/arch/sparc/include/
H A Dpci_machdep.h41 typedef uint64_t pcitag_t; typedef
/netbsd-src/sys/arch/sgimips/include/
H A Dpci_machdep.h49 typedef u_int32_t pcitag_t; typedef
/netbsd-src/sys/arch/x86/include/
H A Dpci_machdep_common.h89 typedef union x86_pci_tag_u pcitag_t; typedef
/netbsd-src/sys/arch/x86/pci/
H A Dpci_machdep.c894 void (*func)(pci_chipset_tag_t, pcitag_t, void *), void *context) in pci_device_foreach() argument
901 void (*func)(pci_chipset_tag_t, pcitag_t, void *), void *context) in pci_device_foreach_min() argument
953 void (*func)(pci_chipset_tag_t, pcitag_t, void *), void *ctx) in pci_bridge_foreach() argument
/netbsd-src/sys/arch/alpha/include/
H A Dpci_machdep.h45 typedef u_long pcitag_t; typedef
/netbsd-src/sys/arch/sparc64/include/
H A Dpci_machdep.h57 typedef uint64_t pcitag_t; typedef
/netbsd-src/sys/arch/landisk/include/
H A Dpci_machdep.h45 typedef int pcitag_t; typedef
/netbsd-src/sys/arch/dreamcast/include/
H A Dpci_machdep.h43 typedef u_long pcitag_t; typedef
/netbsd-src/sys/arch/hpcmips/include/
H A Dpci_machdep.h37 typedef u_long pcitag_t; typedef
/netbsd-src/sys/arch/hppa/include/
H A Dpci_machdep.h36 typedef u_long pcitag_t; typedef
/netbsd-src/sys/arch/arc/include/
H A Dpci_machdep.h48 typedef u_long pcitag_t; typedef
/netbsd-src/sys/arch/mips/include/
H A Dpci_machdep.h42 typedef u_long pcitag_t; typedef
/netbsd-src/sys/arch/amiga/include/
H A Dpci_machdep.h50 typedef u_long pcitag_t; typedef
/netbsd-src/sys/arch/arm/include/
H A Dpci_machdep.h52 typedef u_long pcitag_t; typedef
/netbsd-src/sys/arch/powerpc/include/
H A Dpci_machdep.h48 typedef int pcitag_t; typedef
/netbsd-src/sys/dev/pci/
H A Dpci.c1214 pci_activate(pci_chipset_tag_t pc, pcitag_t tag, device_t dev, argument
H A Dpci_subr.c5118 pci_chipset_tag_t pc, pcitag_t tag, in pci_conf_print() argument