Searched refs:name_list (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc-test-automation/data/ |
H A D | model.py | 66 name_list = [] 70 name_list.append(name) 73 return name_list
|
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 763 unsigned long long bic_lookup(char *name_list, enum show_hide_mode mode) in bic_lookup() argument 768 while (name_list) { in bic_lookup() 771 comma = strchr(name_list, ','); in bic_lookup() 777 if (!strcmp(name_list, bic[i].name)) { in bic_lookup() 781 if (!strcmp(name_list, "all")) { in bic_lookup() 784 } else if (!strcmp(name_list, "topology")) { in bic_lookup() 787 } else if (!strcmp(name_list, "power")) { in bic_lookup() 790 } else if (!strcmp(name_list, "idle")) { in bic_lookup() 793 } else if (!strcmp(name_list, "frequency")) { in bic_lookup() 796 } else if (!strcmp(name_list, "other")) { in bic_lookup() [all …]
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4recover.c | 259 struct name_list { struct 275 struct name_list *entry; in nfsd4_build_namelist() argument 279 entry = kmalloc(sizeof(struct name_list), GFP_KERNEL); in nfsd4_build_namelist() 297 struct name_list *entry, *tmp; in nfsd4_list_rec_dir()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | atafb.c | 530 char ***name_list; in get_video_mode() local 534 name_list = fb_var_names; in get_video_mode() 536 name = *name_list++; in get_video_mode()
|