Ubuntu Manpages

#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 () function returns the name of the device's device class.

The () function returns the name of the device's instance.

device(9)

This manual page was written by Warner Losh.