#include <hd.h>
Data Fields | |
unsigned | internal:1 |
hd_scan() has been called internally | |
unsigned | dformat:2 |
Alternative output format. | |
unsigned | no_parport:1 |
Don't do parport probing: parport modules (used to) crash pmacs. | |
unsigned | iseries:1 |
Set if we are on an iSeries machine. | |
unsigned | list_all:1 |
Return even devices with status 'not available'. | |
unsigned | fast:1 |
Don't check tricky hardware. | |
unsigned | list_md:1 |
Report md & lvm devices from /proc/partitions. | |
unsigned | nofork:1 |
don't run potentially hanging code in a subprocess | |
unsigned | nosysfs:1 |
don't ask sysfs | |
unsigned | forked:1 |
we're running in a subprocess | |
unsigned | cpuemu:1 |
use CPU emulation to run BIOS code (i386 only) | |
unsigned | udev:1 |
return first udev symlink as device name | |
unsigned | edd_used:1 |
internal: edd info has been used |
Influence hardware probing in some strange ways with these. You normally do not want to use them.
|
use CPU emulation to run BIOS code (i386 only)
|
|
Alternative output format.
|
|
internal: edd info has been used
|
|
Don't check tricky hardware.
|
|
we're running in a subprocess
|
|
hd_scan() has been called internally
|
|
Set if we are on an iSeries machine.
|
|
Return even devices with status 'not available'.
|
|
Report md & lvm devices from /proc/partitions.
|
|
Don't do parport probing: parport modules (used to) crash pmacs.
|
|
don't run potentially hanging code in a subprocess
|
|
don't ask sysfs
|
|
return first udev symlink as device name
|