EN JA
DEVICE_GET_PARENT(9)
DEVICE_GET_PARENT(9) FreeBSD Kernel Developer's Manual DEVICE_GET_PARENT(9)

名称

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 によって書かれました。
April 21, 2003 FreeBSD