Searched refs:key_list (Results 1 – 4 of 4) sorted by relevance
| /openbmc/openbmc-test-automation/lib/ |
| H A D | logging_utils.py | 34 def print_error_logs(error_logs, key_list=None): argument 84 if key_list is not None: 86 key_list = key_list.split(" ") 90 key_list.insert(0, var.REDFISH_BMC_LOGGING_ENTRY + ".*") 92 key_list.insert(0, var.BMC_LOGGING_ENTRY + ".*") 94 gp.print_var(error_logs, key_list=key_list)
|
| H A D | gen_print.py | 1002 key_list=None, argument 1189 if key_list is not None: 1190 key_list_regex = "^" + "|".join(key_list) + "$" 1206 key_list, 1222 key_list,
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | oe-depends-dot | 162 key_list = [self.args.key] 164 while (len(key_list) != 0): 165 current_key = key_list.pop() 169 key_list.append(k)
|
| /openbmc/u-boot/cmd/ |
| H A D | otp.c | 193 struct key_list { struct 2498 static void parse_data(struct key_list *kl, int *key_num, struct sb_info *si, u32 *data) in parse_data() 2613 struct key_list kl[16]; in otp_verify_boot_image()
|