Home
last modified time | relevance | path

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

/freebsd/usr.sbin/devinfo/
H A Ddevinfo.c90 if (devinfo_handle_to_device(res->dr_device) == dev) { in print_device_matching_resource()
185 dev = devinfo_handle_to_device(res->dr_device); in print_rman_resource()
274 if ((root = devinfo_handle_to_device(DEVINFO_ROOT_DEVICE)) == NULL) in main()
/freebsd/lib/libdevinfo/
H A DMakefile10 MLINKS+=devinfo.3 devinfo_handle_to_device.3
H A Ddevinfo.h94 *devinfo_handle_to_device(devinfo_handle_t handle);
H A Ddevinfo.c414 devinfo_handle_to_device(devinfo_handle_t handle) in devinfo_handle_to_device() function
/freebsd/sbin/devmatch/
H A Ddevmatch.c451 parent = devinfo_handle_to_device(dev->dd_parent); in find_unmatched()
493 parent = devinfo_handle_to_device(dev->dd_parent); in find_exact_dev()
615 if ((root = devinfo_handle_to_device(DEVINFO_ROOT_DEVICE)) == NULL) in main()
/freebsd/tools/tools/ncpus/
H A Dacpi.c280 root = devinfo_handle_to_device(DEVINFO_ROOT_DEVICE); in acpi0_present()
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_device_tbl.c573 if ((dev_root = devinfo_handle_to_device(DEVINFO_ROOT_DEVICE)) == NULL){ in refresh_device_tbl()