tail head cat sleep
QR code linking to this page

manページ  — DEVCLASS_GET_DEVICES

名称

devclass_get_devices – devclass の中のデバイスのリストの取り出し

内容

書式

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

int
devclass_get_devices(devclass_t dc, device_t **devlistp, int *devcountp);

解説

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

戻り値

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

関連項目

devclass(9), device(9)

作者

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

DEVCLASS_GET_DEVICES (9) June 16, 1998

tail head cat sleep
QR code linking to this page


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

Like a classics radio station whose play list spans decades, Unix simultaneously exhibits its mixed and dated heritage. There's Clash-era graphics interfaces; Beatles-era two-letter command names; and systems programs (for example, ps) whose terse and obscure output was designed for slow teletypes; Bing Crosby-era command editing (# and @ are still the default line editing commands), and Scott Joplin-era core dumps.
— The Unix Haters' handbook