Home
last modified time | relevance | path

Searched refs:key_list (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dlogging_utils.py34 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 Dgen_print.py1002 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 Doe-depends-dot162 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 Dotp.c193 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()