Home
last modified time | relevance | path

Searched refs:print_tree (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Ddmxinfo.c119 print_tree(Display * display, Window window, int level, int child) in print_tree() function
138 print_tree(display, list[i], level + 1, i + 1); in print_tree()
252 print_tree(display, DefaultRootWindow(display), 0, 0); in main()
/OK3568_Linux_fs/kernel/drivers/net/wireguard/selftest/
H A Dallowedips.c64 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()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/pysh/
H A Dpyshyacc.py745 def print_tree(cmd, spaces, output): function
748 print_tree(c, spaces + 3, output)
753 print_tree(formatted, 0, output)