Searched refs:print_tree (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc-tools/i2c/ |
H A D | tree.py | 65 def print_tree(): function 92 print_tree()
|
/openbmc/linux/drivers/net/wireguard/selftest/ |
H A D | allowedips.c | 64 static __init void print_tree(struct allowedips_node __rcu *top, u8 bits) in print_tree() function 378 print_tree(t.root4, 32); in randomized_test() 379 print_tree(t.root6, 128); in randomized_test() 542 print_tree(t.root4, 32); in wg_allowedips_selftest() 543 print_tree(t.root6, 128); in wg_allowedips_selftest()
|
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/ |
H A D | pyshyacc.py | 745 def print_tree(cmd, spaces, output): function 748 print_tree(c, spaces + 3, output) 753 print_tree(formatted, 0, output)
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | spdx30.py | 1943 def print_tree(objects, all_fields=False): function 5582 print_tree(objectset.objects)
|