Searched refs:fromcfg (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | config.c | 598 config_bydev_lookup(struct cfgdata *fromcfg, const char *path) in config_bydev_lookup() argument 604 lut_walk(fromcfg->devcache, (lut_cb)prtdevcache, NULL); in config_bydev_lookup() 606 if ((find = lut_lookup(fromcfg->devcache, in config_bydev_lookup() 624 config_bydevid_lookup(struct cfgdata *fromcfg, const char *devid) in config_bydevid_lookup() argument 630 lut_walk(fromcfg->devcache, (lut_cb)prtdevidcache, NULL); in config_bydevid_lookup() 632 if ((find = lut_lookup(fromcfg->devidcache, in config_bydevid_lookup() 650 config_bytp_lookup(struct cfgdata *fromcfg, const char *tp) in config_bytp_lookup() argument 656 lut_walk(fromcfg->devcache, (lut_cb)prttpcache, NULL); in config_bytp_lookup() 658 if ((find = lut_lookup(fromcfg->tpcache, in config_bytp_lookup() 676 config_bycpuid_lookup(struct cfgdata *fromcfg, uint32_t id) in config_bycpuid_lookup() argument [all …]
|