tail head cat sleep
QR code linking to this page

manページ  — DEVSW

名称

devswcdevsw 構造体の取得

内容

書式

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

struct cdevsw *
devsw(dev_t dev);

解説

devsw() 関数はこの文字型デバイス ID に関連付けられた cdevsw 構造体へのポインタを返します。 dev->si_cdevsw が設定されている場合にはそれが返され、そうでない場合には cdevsw 配列へ major(9) 値分オフセットさせたものが返されます。

引数は以下の通りです。
dev
  返されるべき cdevsw エントリのデバイスです。

戻り値

cdevsw 構造体へのポインタです。

関連項目

major(9), minor(9), umajor(9), uminor(9)

作者

このマニュアルページは Chad David <davidc@acns.ab.ca> が書きました。

DEVSW (9) July 9, 2001

tail head cat sleep
QR code linking to this page


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

Our grievance is not just against Unix itself, but against the cult of Unix zealots who defend and nurture it. They take the heat, disease, and pestilence as givens, and, as ancient shamans did, display their wounds, some self-inflicted, as proof of their power and wizardry. We aim, through bluntness and humor, to show them that they pray to a tin god, and that science, not religion, is the path to useful and friendly technology.
— The Unix Haters' handbook