Home
last modified time | relevance | path

Searched refs:json_key (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/tools/
H A Dvalidate-regulators-config.py33 for json_key in json_element:
34 if json_key == key:
35 result.append(json_element[json_key])
36 elif type(json_element[json_key]) in (list, dict):
37 get_values(json_element[json_key], key, result)
/openbmc/linux/tools/bpf/bpftool/
H A Dprog.c1217 const char *json_key) in print_run_output() argument
1228 jsonw_name(json_wtr, json_key); in print_run_output()