Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
Dsubr_bus.c125 static void print_device_short(device_t dev, int indent);
144 #define print_device_short(d,i) /* nop */ macro
2887 print_device_short(device_t dev, int indent) in print_device_short() function
2912 print_device_short(dev, indent); in print_device()
2915 print_device_short(dev->parent, indent+1); in print_device()
2931 print_device_short(dev, indent); in print_device_tree_short()