Lines Matching refs:defconfigs
420 defconfigs = []
437 defconfigs += matched
440 return [ defconfig[len('configs') + 1:] for defconfig in set(defconfigs) ]
444 defconfigs = []
448 defconfigs.append(os.path.join(dirpath, filename))
450 return defconfigs
694 defconfigs = get_all_defconfigs()
696 for defconfig in defconfigs:
1435 if options.defconfigs:
1436 defconfigs = get_matched_defconfigs(options.defconfigs)
1438 defconfigs = get_all_defconfigs()
1440 progress = Progress(len(defconfigs))
1447 for defconfig in defconfigs:
1629 defconfigs = defconfig_db.get(config)
1630 if not defconfigs:
1636 non_defconfigs = all_defconfigs - defconfigs
1637 num_defconfigs = len(defconfigs)
1661 common_defconfigs = imply_defconfig & defconfigs
1706 missing = defconfigs - imply_configs[iconfig]