総合手引 | セクション 9 | English | オプション |
#include <sys/param.h>
#include <sys/bus.h>
#include <machine/bus.h>
#include <sys/rman.h>
#include <machine/resource.h>
これは "このデバイスは子デバイスを持っていますか?" という質問を尋ねません。 この質問は device_get_children(9) によってより良く回答されることが可能です。
device_t dev; dc_softc *sc;sc = device_get_softc(dev); if (bus_child_present(dev)) dc_stop(sc);
BUS_CHILD_PRESENT (9) | March 27, 2003 |
総合手引 | セクション 9 | English | オプション |
このマニュアルページサービスについてのご意見は 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 |