Searched refs:spcd_t (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dgptwo_cpu.h43 gptwo_new_nodes_t *gptwocfg_configure_cpu(dev_info_t *, spcd_t *, uint_t);
H A Dgptwo_pci.h44 gptwo_new_nodes_t *gptwo_configure_pci(dev_info_t *, spcd_t *, uint_t);
H A Dgp2cfg.h52 gptwocfg_cookie_t gptwocfg_configure(dev_info_t *, spcd_t *, uint_t);
108 (dev_info_t *ap, spcd_t *pcd, gptwo_aid_t id);
113 typedef gptwo_new_nodes_t *gptwo_cfgfunc_t(dev_info_t *, spcd_t *, gptwo_aid_t);
H A Dsafari_pcd.h33 * This file contains definitions of the structure spcd_t, Port Configuration
113 } spcd_t; typedef in typeref:struct:__anon10200
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Dgptwo_pci.h44 gptwo_new_nodes_t *gptwo_configure_pci(dev_info_t *, spcd_t *, uint_t);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwo_cpu.c77 spcd_t *pcd;
85 static dev_info_t *gptwocfg_create_cpu_node(dev_info_t *, spcd_t *,
87 static dev_info_t *gptwocfg_create_mc_node(dev_info_t *, spcd_t *, uint_t);
88 static dev_info_t *gptwocfg_create_cmp_node(dev_info_t *, spcd_t *, uint_t);
89 static int gptwocfg_create_core_node(dev_info_t *, spcd_t *, uint_t, uint_t);
148 gptwocfg_configure_cpu(dev_info_t *ap, spcd_t *pcd, uint_t portid)
232 gptwocfg_create_cmp_node(dev_info_t *ap, spcd_t *pcd, uint_t portid)
260 spcd_t *pcd;
300 gptwocfg_create_cpu_node(dev_info_t *ap, spcd_t *pcd, uint_t portid,
369 spcd_t *pc
[all...]
H A Dgptwocfg.c227 gptwocfg_configure(dev_info_t *ap, spcd_t *pcd, gptwo_aid_t id)
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c67 static spcd_t *sc_get_common_pcd(uint_t, uint_t);
68 static void sc_free_common_pcd(spcd_t *);
72 static void dump_pcd(spcd_t *);
73 static uint_t sc_get_agent_id(spcd_t *, uint_t, uint_t, uint_t);
139 static spcd_t *
142 spcd_t *pcd;
183 pcd = (spcd_t *)kmem_zalloc(sizeof (spcd_t), KM_SLEEP);
441 sc_free_common_pcd(spcd_t *pcd)
478 kmem_free(pcd, sizeof (spcd_t));
[all...]
H A Dgptwo_pci.c75 static char *gptwo_get_probe_string(spcd_t *, int);
179 gptwo_configure_pci(dev_info_t *ap, spcd_t *pcd, uint_t id)
438 gptwo_get_probe_string(spcd_t *pcd, int bus_number)

Completed in 76 milliseconds