Lines Matching defs:find
594 * config_bydev_lookup -- look up the path in our devcache lut. If we find
600 struct config *find;
606 if ((find = lut_lookup(fromcfg->devcache,
610 np = config_nodeize(find);
621 * If we find it return the config path, but as a struct node.
626 struct config *find;
632 if ((find = lut_lookup(fromcfg->devidcache,
636 np = config_nodeize(find);
647 * If we find it return the config path, but as a struct node.
652 struct config *find;
658 if ((find = lut_lookup(fromcfg->tpcache,
662 np = config_nodeize(find);
673 * If we find it return the config path, but as a struct node.
678 struct config *find;
684 if ((find = lut_lookup(fromcfg->cpucache,
688 np = config_nodeize(find);