tail head cat sleep
QR code linking to this page

manページ  — BUS_GENERIC_PRINT_CHILD

名称

bus_generic_print_child – バスのための DEVICE_PRINT_CHILD の一般的な実装

内容

書式

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

int
bus_generic_print_child(device_t dev, device_t child);

解説

この実装はデフォルトのデバイスアナウンスメッセージを出力します。 与えられた 'bar0' バス上の 'foo0' デバイスが、"FooCard 1234" という名前であるならば、 下記のように出力されるでしょう。

foo0: <FooCard 1234> on bar0

bus_generic_print_child 自身は bus_print_child_header()bus_print_child_footer() の 2 つの関数を呼び出します。 これらはそれぞれ "foo0: <FooCard 1234>" と "on bar0" の文字を出力します。 もし bus_generic_print_child() があなたの要求に完全には合わない場合でも、 可能であればあなたの独自のコードでこれらのルーチンを使用するべきです

関連項目

device(9)

戻り値

出力した文字数。

作者

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

BUS_GENERIC_PRINT_CHILD (9) June 16, 1998

tail head cat sleep
QR code linking to this page


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

Today, the Unix equivalent of a power drill would have 20 dials and switches, come with a nonstandard plug, require the user to hand-wind the motor coil, and not accept 3/8" or 7/8" drill bits (though this would be documented in the BUGS section of its instruction manual).
— The Unix Haters' handbook