tail head cat sleep
QR code linking to this page

manページ  — DEVICE_GET_UNIT

名称

device_get_unit – デバイスのユニット番号へのアクセス

内容

書式

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

int
device_get_unit(device_t dev);

解説

デバイスのユニット番号を返します。

関連項目

device(9)

作者

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

DEVICE_GET_UNIT (9) June 16, 1998

tail head cat sleep
QR code linking to this page


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

Never write it in C if you can do it in `awk';
Never do it in `awk' if `sed' can handle it;
Never use `sed' when `tr' can do the job;
Never invoke `tr' when `cat' is sufficient;
Avoid using `cat' whenever possible.
— Taylor's Laws of Programming