Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
Dsubr_bus.c128 void print_device_tree_short(device_t dev, int indent);
147 #define print_device_tree_short(d,i) /* nop */ macro
2924 print_device_tree_short(device_t dev, int indent) in print_device_tree_short() function
2935 print_device_tree_short(child, indent+1); in print_device_tree_short()