Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c90 typedef struct hole hole_t; typedef
95 hole_t *next;
124 hole_t mem_hole; /* Memory hole linked list. */
125 hole_t pf_mem_hole; /* PF Memory hole linked list. */
126 hole_t io_hole; /* IO hole linked list */
261 static void pcicfg_free_hole(hole_t *);
262 static uint64_t pcicfg_alloc_hole(hole_t *, uint64_t *, uint32_t);
284 static uint64_t pcicfg_unused_space(hole_t *, uint32_t *);
1060 phdl->mem_hole.next = (hole_t *)NULL; in pcicfg_ntbridge_allocate_resources()
1088 phdl->io_hole.next = (hole_t *)NULL; in pcicfg_ntbridge_allocate_resources()
[all …]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c134 typedef struct hole hole_t; typedef
139 hole_t *next;
159 hole_t mem_hole; /* Memory hole linked list. */
160 hole_t io_hole; /* IO hole linked list */
326 static void pcicfg_free_hole(hole_t *);
327 static uint64_t pcicfg_alloc_hole(hole_t *, uint64_t *, uint32_t);
341 static uint64_t pcicfg_unused_space(hole_t *, uint32_t *);
1168 phdl->mem_hole.next = (hole_t *)NULL; in pcicfg_ntbridge_allocate_resources()
1207 phdl->io_hole.next = (hole_t *)NULL; in pcicfg_ntbridge_allocate_resources()
2436 phdl->mem_hole.next = (hole_t *)NULL; in pcicfg_allocate_chunk()
[all …]