Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/devinfo/
HDdevinfo.c91 if (devinfo_handle_to_device(res->dr_device) == dev) { in print_device_matching_resource()
188 dev = devinfo_handle_to_device(res->dr_device); in print_rman_resource()
277 if ((root = devinfo_handle_to_device(DEVINFO_ROOT_DEVICE)) == NULL) in main()
/freebsd-14-stable/lib/libdevinfo/
HDMakefile10 MLINKS+=devinfo.3 devinfo_handle_to_device.3
HDdevinfo.h95 *devinfo_handle_to_device(devinfo_handle_t handle);
HDdevinfo.c414 devinfo_handle_to_device(devinfo_handle_t handle) in devinfo_handle_to_device() function
/freebsd-14-stable/sbin/devmatch/
HDdevmatch.c457 parent = devinfo_handle_to_device(dev->dd_parent); in find_unmatched()
499 parent = devinfo_handle_to_device(dev->dd_parent); in find_exact_dev()
621 if ((root = devinfo_handle_to_device(DEVINFO_ROOT_DEVICE)) == NULL) in main()
/freebsd-14-stable/tools/tools/ncpus/
HDacpi.c280 root = devinfo_handle_to_device(DEVINFO_ROOT_DEVICE); in acpi0_present()
/freebsd-14-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
HDhostres_device_tbl.c573 if ((dev_root = devinfo_handle_to_device(DEVINFO_ROOT_DEVICE)) == NULL){ in refresh_device_tbl()