Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_bus.c181 static void print_device_short(device_t dev, int indent);
198 #define print_device_short(d,i) /* nop */ macro
5312 print_device_short(device_t dev, int indent) in print_device_short() function
5338 print_device_short(dev, indent); in print_device()
5341 print_device_short(dev->parent, indent+1); in print_device()
5357 print_device_short(dev, indent); in print_device_tree_short()