Lines Matching +full:device +full:- +full:handle
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
37 #define DEVINFO_ROOT_DEVICE ((devinfo_handle_t)-1)
42 devinfo_handle_t dd_handle; /* device handle */
43 devinfo_handle_t dd_parent; /* parent handle */
45 char *dd_name; /* name of device */
46 char *dd_desc; /* device description */
56 devinfo_handle_t dm_handle; /* resource manager handle */
65 devinfo_handle_t dr_handle; /* resource handle */
66 devinfo_handle_t dr_rman; /* resource manager handle */
67 devinfo_handle_t dr_device; /* owning device */
77 * Acquire a coherent copy of the kernel's device and resource tables.
84 * Release the storage associated with the internal copy of the device
91 * Find a device/resource/resource manager by its handle.
94 *devinfo_handle_to_device(devinfo_handle_t handle);
96 *devinfo_handle_to_resource(devinfo_handle_t handle);
98 *devinfo_handle_to_rman(devinfo_handle_t handle);
101 * Iterate over the children of a device, calling (fn) on each. If
110 * Iterate over all the resources owned by a device, calling (fn) on each.