device_get_name,
- Provided by: freebsd-manpages (Version: 12.2-2)
- Report a bug
#include
<sys/param.h>
#include <sys/bus.h>
const char *
device_get_name(device_t
dev);
const char *
device_get_nameunit(device_t
dev);
The
device_get_name()
function returns the name of the device's device class.
The
device_get_nameunit()
function returns the name of the device's instance.
This manual page was written by Warner Losh.