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
108 uint64_t memory_last;
109 uint64_t memory_len;
113 uint64_t pf_memory_last;
114 uint64_t pf_memory_len;
118 uint32_t io_last;
119 uint32_t io_len;
121 int error;
124 hole_t mem_hole; /* Memory hole linked list. */
[all …]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c144 struct pcicfg_phdl { struct
147 pcicfg_phdl_t *next; argument
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 */
159 hole_t mem_hole; /* Memory hole linked list. */
[all …]