Searched defs:hole_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c89 typedef struct hole hole_t; typedef in typeref:struct:hole
94 hole_t *next;
123 hole_t mem_hole; /* Memory hole linked list. */
124 hole_t pf_mem_hole; /* PF Memory hole linked list. */
125 hole_t io_hole; /* IO hole linked list */
260 static void pcicfg_free_hole(hole_t *);
261 static uint64_t pcicfg_alloc_hole(hole_t *, uint64_t *, uint32_t);
284 static uint64_t pcicfg_unused_space(hole_t *, uint32_t *);
1032 phdl->mem_hole.next = (hole_t *)NULL;
1060 phdl->io_hole.next = (hole_t *)NUL
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c132 typedef struct hole hole_t; typedef in typeref:struct:hole
137 hole_t *next;
157 hole_t mem_hole; /* Memory hole linked list. */
158 hole_t io_hole; /* IO hole linked list */
324 static void pcicfg_free_hole(hole_t *);
325 static uint64_t pcicfg_alloc_hole(hole_t *, uint64_t *, uint32_t);
339 static uint64_t pcicfg_unused_space(hole_t *, uint32_t *);
1168 phdl->mem_hole.next = (hole_t *)NULL;
1207 phdl->io_hole.next = (hole_t *)NULL;
2439 phdl->mem_hole.next = (hole_t *)NUL
[all...]

Completed in 75 milliseconds