| 2377 | } |
| 2378 | |
| 2379 | struct sysctl_oid * |
| 2380 | device_get_sysctl_tree(device_t dev) |
| 2381 | { |
| 2382 | return (dev->sysctl_tree); |
| 2383 | } |
| 2384 | |
| 2385 | /** |
| 2386 | * @brief Print the name of the device followed by a colon and a space |
no outgoing calls
no test coverage detected