tail head cat sleep
QR code linking to this page

manページ  — DEVICE_GET_CHILDREN

名称

device_get_children – デバイスに接続されているデバイスのリストの取得

内容

書式

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

int
device_get_children(device_t dev, device_t **devlistp, int *devcountp);

解説

現在 dev に接続されている全てのデバイスインスタンスのリストを取り出し、そのリストを *devlistp に、その個数を *devcountp に入れて返します。 リストのために割り当てられたメモリは free(*devlistp, M_TEMP) を使用して解放されるべきです。

戻り値

成功時には 0 が返され、そうでない場合には適切なエラーが返されます。

関連項目

devclass(9), device(9)

作者

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

DEVICE_GET_CHILDREN (9) December 1, 1999

tail head cat sleep
QR code linking to this page


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

UNIX has been evolving feverishly for close to 30 years, sort of like bacteria in a cesspool — only not as attractive
— John Levine, "Unix for Dummies"