#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 | forked:1 |
we're running in a subprocess |
Influence hardware probing in some strange ways with these. You normally do not want to use them.
|
Alternative output format.
|
|
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
|