Lines Matching refs:fromcfg
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
682 lut_walk(fromcfg->cpucache, (lut_cb)prtcpucache, NULL); in config_bycpuid_lookup()
684 if ((find = lut_lookup(fromcfg->cpucache, in config_bycpuid_lookup()