libhd  5.0
Defines
Debug flags
Public interface

hd_data_t debug flags More...

Defines

#define HD_DEB_SHOW_LOG   (1 << 0)
#define HD_DEB_PROGRESS   (1 << 1)
#define HD_DEB_CREATION   (1 << 2)
#define HD_DEB_DRIVER_INFO   (1 << 3)
#define HD_DEB_PCI   (1 << 4)
#define HD_DEB_ISAPNP   (1 << 5)
#define HD_DEB_CDROM   (1 << 6)
#define HD_DEB_NET   (1 << 7)
#define HD_DEB_FLOPPY   (1 << 8)
#define HD_DEB_MISC   (1 << 9)
#define HD_DEB_SERIAL   (1 << 10)
#define HD_DEB_MONITOR   (1 << 11)
#define HD_DEB_CPU   (1 << 12)
#define HD_DEB_BIOS   (1 << 13)
#define HD_DEB_MOUSE   (1 << 14)
#define HD_DEB_IDE   (1 << 15)
#define HD_DEB_SCSI   (1 << 16)
#define HD_DEB_USB   (1 << 17)
#define HD_DEB_ADB   (1 << 18)
#define HD_DEB_MODEM   (1 << 19)
#define HD_DEB_PARALLEL   (1 << 20)
#define HD_DEB_ISA   (1 << 21)
#define HD_DEB_BOOT   (1 << 22)
#define HD_DEB_HDDB   (1 << 23)

Detailed Description

hd_data_t debug flags

See also:
hd_data_t::debug

Define Documentation

#define HD_DEB_ADB   (1 << 18)
#define HD_DEB_BIOS   (1 << 13)
#define HD_DEB_BOOT   (1 << 22)

Referenced by hd_boot_disk().

#define HD_DEB_CDROM   (1 << 6)

Referenced by read_cdroms().

#define HD_DEB_CPU   (1 << 12)

Referenced by read_cpuinfo().

#define HD_DEB_CREATION   (1 << 2)

Referenced by hd_dump_entry().

#define HD_DEB_DRIVER_INFO   (1 << 3)

Referenced by dump_normal().

#define HD_DEB_FLOPPY   (1 << 8)

Referenced by hd_scan_floppy().

#define HD_DEB_HDDB   (1 << 23)
#define HD_DEB_IDE   (1 << 15)
#define HD_DEB_ISA   (1 << 21)
#define HD_DEB_ISAPNP   (1 << 5)
#define HD_DEB_MISC   (1 << 9)

Referenced by hd_scan_misc(), and hd_scan_misc2().

#define HD_DEB_MODEM   (1 << 19)
#define HD_DEB_MONITOR   (1 << 11)
#define HD_DEB_MOUSE   (1 << 14)

Referenced by hd_scan_mouse().

#define HD_DEB_NET   (1 << 7)
#define HD_DEB_PARALLEL   (1 << 20)

Referenced by do_lp(), and do_zip().

#define HD_DEB_PCI   (1 << 4)
#define HD_DEB_PROGRESS   (1 << 1)

Referenced by progress().

#define HD_DEB_SCSI   (1 << 16)
#define HD_DEB_SERIAL   (1 << 10)

Referenced by get_serial_info(), and hd_scan_serial().

#define HD_DEB_SHOW_LOG   (1 << 0)
#define HD_DEB_USB   (1 << 17)