NAME device_get_name, device_get_nameunit - access the name of a devices device class or instance CONTENTS Synopsis Description See Also Authors SYNOPSIS .In sys/param.h .In sys/bus.h const char * device_get_name "device_t dev" const char * device_get_nameunit "device_t dev" DESCRIPTION The device_get_name function returns the name of the devices device class. The device_get_nameunit function returns the name of the devices instance. SEE ALSO device(9) AUTHORS
The device_get_nameunit function returns the name of the devices instance. SEE ALSO device(9) AUTHORS