tail head cat sleep
QR code linking to this page

manページ  — DEVICE_GET_FLAGS

名称

device_set_flags, device_get_flags – ドライバフラグの操作

内容

書式

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

void
device_set_flags(device_t dev, u_int32_t flags);

u_int32_t
device_get_flags(device_t dev);

解説

個々のデバイスは、デバイスの振舞いを制御するために使用される ドライバ依存のフラグの組を、しばしばサポートしています。 これらのフラグは device_get_flags() の呼び出しによって読み込まれ、 device_set_flags() の呼び出しによって書き込まれます。

関連項目

device(9)

作者

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

DEVICE_GET_FLAGS (9) September 6, 1999

tail head cat sleep
QR code linking to this page


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

This philosophy, in the hands of amateurs, leads to inexplicably mind-numbing botches like the existence of two programs, “head” and “tail,” which print the first part or the last part of a file, depending. Even though their operations are duals of one another, “head” and “tail” are different programs, written by different authors, and take different options!
— The Unix Haters' handbook