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

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c97 typedef struct pcicfg_phdl pcicfg_phdl_t; typedef in typeref:struct:pcicfg_phdl
103 pcicfg_phdl_t *next;
226 static pcicfg_phdl_t *pcicfg_find_phdl(dev_info_t *);
227 static pcicfg_phdl_t *pcicfg_create_phdl(dev_info_t *);
234 static void pcicfg_setup_bridge(pcicfg_phdl_t *, ddi_acc_handle_t);
235 static void pcicfg_update_bridge(pcicfg_phdl_t *, ddi_acc_handle_t);
246 static void pcicfg_get_mem(pcicfg_phdl_t *, uint32_t, uint64_t *);
247 static void pcicfg_get_pf_mem(pcicfg_phdl_t *, uint32_t, uint64_t *);
248 static void pcicfg_get_io(pcicfg_phdl_t *, uint32_t, uint32_t *);
296 static pcicfg_phdl_t *pcicfg_phdl_lis
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c140 typedef struct pcicfg_phdl pcicfg_phdl_t; typedef in typeref:struct:pcicfg_phdl
145 pcicfg_phdl_t *next;
281 static pcicfg_phdl_t *pcicfg_find_phdl(dev_info_t *);
282 static pcicfg_phdl_t *pcicfg_create_phdl(dev_info_t *);
292 static void pcicfg_setup_bridge(pcicfg_phdl_t *, ddi_acc_handle_t,
294 static void pcicfg_update_bridge(pcicfg_phdl_t *, ddi_acc_handle_t);
308 static void pcicfg_get_mem(pcicfg_phdl_t *, uint32_t, uint64_t *);
309 static void pcicfg_get_io(pcicfg_phdl_t *, uint32_t, uint32_t *);
351 static pcicfg_phdl_t *pcicfg_phdl_list = NULL;
1068 pcicfg_phdl_t *entr
[all...]

Completed in 114 milliseconds