Home
last modified time | relevance | path

Searched defs:u_device (Results 1 – 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/sys/
Dbus.h59 struct u_device { struct
60 uintptr_t dv_handle;
61 uintptr_t dv_parent;
63 char dv_name[32]; /**< @brief Name of device in tree. */
64 char dv_desc[32]; /**< @brief Driver description */
65 char dv_drivername[32]; /**< @brief Driver name */
66 char dv_pnpinfo[128]; /**< @brief Plug and play info */
67 char dv_location[128]; /**< @brief Where is the device? */
68 uint32_t dv_devflags; /**< @brief API Flags for device */
69 uint16_t dv_flags; /**< @brief flags for dev state */
[all …]