tail head cat sleep
QR code linking to this page

manページ  — BUS_GENERIC_DETACH

名称

bus_generic_detach – バスのための DEVICE_DETACH の一般的な実装

内容

書式

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

int
bus_generic_detach(device_t dev);

解説

この関数はほとんどのバスのコードで使用されることが可能な DEVICE_DETACH(9) メソッドの 1 つの実装を提供します。 これは単純にバスにアタッチされている各々の子デバイスの DEVICE_DETACH(9) を呼びます。

戻り値

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

関連項目

device(9), driver(9)

作者

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

BUS_GENERIC_DETACH (9) June 16, 1998

tail head cat sleep
QR code linking to this page


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

Do you laugh when the waiter drops a tray full of dishes? Unix weenies do. They're the first ones to laugh at hapless users, trying to figure out an error message that doesn't have anything to do with what they just typed.
— The Unix Haters' handbook