tail head cat sleep
QR code linking to this page

manページ  — DEVICE_GET_NAME

名称

device_get_name – デバイスのデバイスクラスまたは実体の名前へのアクセス

内容

書式

#include <sys/param.h>
#include <sys/bus.h>

const char *
device_get_name(device_t dev);

const char *
device_get_nameunit(device_t dev);

解説

device_get_name() 関数はデバイスのデバイスクラスの名前を返します。

device_get_nameunit() 関数はデバイスの実体の名前を返します。

関連項目

device(9)

作者

このマニュアルページは Warner Losh が書きました。

DEVICE_GET_NAME (9) April 21, 2003

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

One of the advantages of using UNIX to teach an operating systems course is the sources and documentation will easily fit into a student's briefcase.
— John Lions