Lines Matching refs:defconfigs
419 defconfigs = []
436 defconfigs += matched
439 return [ defconfig[len('configs') + 1:] for defconfig in set(defconfigs) ]
443 defconfigs = []
447 defconfigs.append(os.path.join(dirpath, filename))
449 return defconfigs
716 defconfigs = get_all_defconfigs()
718 for defconfig in defconfigs:
1457 if options.defconfigs:
1458 defconfigs = get_matched_defconfigs(options.defconfigs)
1460 defconfigs = get_all_defconfigs()
1462 progress = Progress(len(defconfigs))
1469 for defconfig in defconfigs:
1651 defconfigs = defconfig_db.get(config)
1652 if not defconfigs:
1658 non_defconfigs = all_defconfigs - defconfigs
1659 num_defconfigs = len(defconfigs)
1683 common_defconfigs = imply_defconfig & defconfigs
1728 missing = defconfigs - imply_configs[iconfig]