device_get_name.9freebsd

Langue: en

Version: 306880 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)


BSD mandoc

NAME

device_get_name , device_get_nameunit - access the name of a device's device class or instance

SYNOPSIS

In sys/param.h In sys/bus.h Ft const char * Fn device_get_name device_t dev Ft const char * Fn device_get_nameunit device_t dev

DESCRIPTION

The Fn device_get_name function returns the name of the device's device class.

The Fn device_get_nameunit function returns the name of the device's instance.

SEE ALSO

device(9)

AUTHORS

This manual page was written by An Warner Losh .