tail head cat sleep
QR code linking to this page

manページ  — DEVICE_GET_PARENT

名称

device_get_parent – デバイスの親の取得

内容

書式

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

device_t
device_get_parent(device_t dev);

解説

device_get_parent() 関数はデバイスの親デバイスの名前を返します。

関連項目

device(9)

作者

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

DEVICE_GET_PARENT (9) April 21, 2003

tail head cat sleep
QR code linking to this page


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

As soon as we started programming, we found to our surprise that it wasn't as easy to get programs right as we had thought. Debugging had to be discovered. I can remember the exact instant when I realized that a large part of my life from then on was going to be spent in finding mistakes in my own programs.
— Maurice Wilkes