* @brief Return the device's flags */
| 2365 | * @brief Return the device's flags |
| 2366 | */ |
| 2367 | uint32_t |
| 2368 | device_get_flags(device_t dev) |
| 2369 | { |
| 2370 | return (dev->devflags); |
| 2371 | } |
| 2372 | |
| 2373 | struct sysctl_ctx_list * |
| 2374 | device_get_sysctl_ctx(device_t dev) |
no outgoing calls
no test coverage detected