Searched refs:chip_t (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/fm/topo/modules/sun4u/chip/ |
H A D | chip_sun4u.c | 65 } chip_t; typedef 78 chip_t *chip; in _topo_init() 84 if ((chip = topo_mod_zalloc(mod, sizeof (chip_t))) == NULL) in _topo_init() 90 topo_mod_free(mod, chip, sizeof (chip_t)); in _topo_init() 98 topo_mod_free(mod, chip, sizeof (chip_t)); in _topo_init() 108 topo_mod_free(mod, chip, sizeof (chip_t)); in _topo_init() 119 chip_t *chip; in _topo_fini() 128 topo_mod_free(mod, chip, sizeof (chip_t)); in _topo_fini() 134 cpu_kstat_init(chip_t *chip, int i) in cpu_kstat_init() 178 topo_instance_t min, topo_instance_t max, chip_t *chip) in cpu_create() [all …]
|