Home
last modified time | relevance | path

Searched defs:pcicfg_phdl (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c100 struct pcicfg_phdl { struct
104 pcicfg_phdl_t *next; argument
107 uint64_t memory_base; /* Memory base for this attach point */
108 uint64_t memory_last;
109 uint64_t memory_len;
112 uint64_t pf_memory_base; /* PF Memory base for this Connection */
113 uint64_t pf_memory_last;
114 uint64_t pf_memory_len;
117 uint32_t io_base; /* I/O base for this attach point */
118 uint32_t io_last;
[all …]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c144 struct pcicfg_phdl { struct
147 pcicfg_phdl_t *next; argument
149 uint64_t memory_base; /* Memory base for this attach point */
150 uint64_t memory_last;
151 uint64_t memory_len;
152 uint32_t io_base; /* I/O base for this attach point */
153 uint32_t io_last;
154 uint32_t io_len;
156 int error;
157 uint_t highest_bus; /* Highest bus seen on the probe */
[all …]