Searched refs:gptwo_new_nodes_t (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/sun4u/sys/ |
H A D | gp2cfg.h | 85 typedef struct gptwo_new_nodes gptwo_new_nodes_t; typedef 92 gptwo_new_nodes_t *gptwo_nodes; 107 gptwo_new_nodes_t *(*gptwocfg_configure) 113 typedef gptwo_new_nodes_t *gptwo_cfgfunc_t(dev_info_t *, spcd_t *, gptwo_aid_t); 117 gptwo_new_nodes_t *gptwocfg_allocate_node_list(int); 118 void gptwocfg_free_node_list(gptwo_new_nodes_t *);
|
H A D | gptwo_cpu.h | 43 gptwo_new_nodes_t *gptwocfg_configure_cpu(dev_info_t *, spcd_t *, uint_t);
|
H A D | gptwo_pci.h | 44 gptwo_new_nodes_t *gptwo_configure_pci(dev_info_t *, spcd_t *, uint_t);
|
/titanic_50/usr/src/uts/sun4u/io/ |
H A D | gptwocfg.c | 81 static gptwo_new_nodes_t * 153 gptwo_new_nodes_t * 156 gptwo_new_nodes_t *gptwo_new_nodes; in gptwocfg_allocate_node_list() 162 size = sizeof (gptwo_new_nodes_t) + in gptwocfg_allocate_node_list() 177 gptwocfg_free_node_list(gptwo_new_nodes_t *gptwo_new_nodes) in gptwocfg_free_node_list() 184 size = sizeof (gptwo_new_nodes_t) + in gptwocfg_free_node_list() 229 gptwo_new_nodes_t *new_nodes = NULL; in gptwocfg_configure() 333 gptwo_new_nodes_t *obp_nodes; in gptwocfg_unconfigure() 538 static gptwo_new_nodes_t * 541 gptwo_new_nodes_t *obp_nodes; in gptwocfg_get_obp_created_nodes()
|
H A D | gptwo_cpu.c | 147 gptwo_new_nodes_t * 152 gptwo_new_nodes_t *new_nodes; in gptwocfg_configure_cpu()
|
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | gptwo_pci.c | 76 static void gptwo_find_nodes(dev_info_t *, int, gptwo_new_nodes_t *); 178 gptwo_new_nodes_t * 185 gptwo_new_nodes_t *new_nodes; in gptwo_configure_pci() 386 gptwo_find_nodes(dev_info_t *ap, int id, gptwo_new_nodes_t *new_nodes) in gptwo_find_nodes()
|
H A D | sc_gptwocfg.c | 69 static gptwo_new_nodes_t *sc_gptwocfg_configure_axq(dev_info_t *, uint_t, int); 76 extern gptwo_new_nodes_t *gptwocfg_allocate_node_list(int); 77 extern void gptwocfg_free_node_list(gptwo_new_nodes_t *); 495 gptwo_new_nodes_t *new_nodes; in sc_configure() 1016 static gptwo_new_nodes_t * 1022 gptwo_new_nodes_t *new_nodes = NULL; in sc_gptwocfg_configure_axq()
|
/titanic_50/usr/src/uts/sun4u/starcat/sys/ |
H A D | gptwo_pci.h | 44 gptwo_new_nodes_t *gptwo_configure_pci(dev_info_t *, spcd_t *, uint_t);
|