tail head cat sleep
QR code linking to this page

Manual Pages  — DEVICE_GET_NAME

NAME

device_get_name – access the name of a device's device class or instance

CONTENTS

SYNOPSIS

#include <sys/param.h>
#include <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 device's device class.

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

SEE ALSO

device(9)

AUTHORS

This manual page was written by Warner Losh.

DEVICE_GET_NAME (9) April 21, 2003

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

Do you laugh when the waiter drops a tray full of dishes? Unix weenies do. They're the first ones to laugh at hapless users, trying to figure out an error message that doesn't have anything to do with what they just typed.
— The Unix Haters' handbook