Searched refs:glob_list (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/tools/patman/ |
H A D | test_util.py | 39 glob_list = glob.glob(os.path.join(path, '*.py')) 40 glob_list = [fname for fname in glob_list if filter_fname in fname] 42 glob_list = [] 43 glob_list += exclude_list 44 glob_list += ['*libfdt.py', '*site-packages*'] 46 '--omit "%s" %s -P1 -t' % (build_dir, ','.join(glob_list), prog))
|
/openbmc/linux/drivers/sbus/char/ |
H A D | bbc_envctrl.c | 299 list_for_each_entry(tp, &all_temps, glob_list) { in prioritize_fan_action() 408 list_for_each_entry(fp, &all_fans, glob_list) { in fans_full_blast() 432 list_for_each_entry(tp, &all_temps, glob_list) { in kenvctrld() 436 list_for_each_entry(fp, &all_fans, glob_list) in kenvctrld() 456 INIT_LIST_HEAD(&tp->glob_list); in attach_one_temp() 467 list_add(&tp->glob_list, &all_temps); in attach_one_temp() 504 INIT_LIST_HEAD(&fp->glob_list); in attach_one_fan() 514 list_add(&fp->glob_list, &all_fans); in attach_one_fan() 544 list_del(&tp->glob_list); in destroy_all_temps() 561 list_del(&fp->glob_list); in destroy_all_fans()
|
H A D | bbc_i2c.h | 19 struct list_head glob_list; member 41 struct list_head glob_list; member
|
/openbmc/u-boot/tools/binman/ |
H A D | binman | 104 glob_list = glob.glob(os.path.join(our_path, 'etype/*.py')) 106 for item in glob_list 111 glob_list = GetEntryModules(False) 113 for item in glob_list if '_testing' not in item])
|
H A D | binman.py | 104 glob_list = glob.glob(os.path.join(our_path, 'etype/*.py')) 106 for item in glob_list 111 glob_list = GetEntryModules(False) 113 for item in glob_list if '_testing' not in item])
|