Home
last modified time | relevance | path

Searched refs:DEVINFO_ROOT_DEVICE (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libdevinfo/
H A Ddevinfo.h37 #define DEVINFO_ROOT_DEVICE ((devinfo_handle_t)-1) macro
H A Ddevinfo.c421 if (handle == DEVINFO_ROOT_DEVICE) { in devinfo_handle_to_device()
/freebsd/usr.sbin/devinfo/
H A Ddevinfo.c284 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()
/freebsd/sbin/devmatch/
H A Ddevmatch.c621 if ((root = devinfo_handle_to_device(DEVINFO_ROOT_DEVICE)) == NULL) in main()