libhd  5.0
Macros
Debug flags

hd_data_t debug flags More...

Macros

#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

Macro Definition Documentation

◆ HD_DEB_ADB

#define HD_DEB_ADB   (1 << 18)

◆ HD_DEB_BIOS

#define HD_DEB_BIOS   (1 << 13)

◆ HD_DEB_BOOT

#define HD_DEB_BOOT   (1 << 22)

Referenced by hd_boot_disk().

◆ HD_DEB_CDROM

#define HD_DEB_CDROM   (1 << 6)

Referenced by read_cdroms().

◆ HD_DEB_CPU

#define HD_DEB_CPU   (1 << 12)

Referenced by read_cpuinfo().

◆ HD_DEB_CREATION

#define HD_DEB_CREATION   (1 << 2)

Referenced by hd_dump_entry().

◆ HD_DEB_DRIVER_INFO

#define HD_DEB_DRIVER_INFO   (1 << 3)

Referenced by dump_normal().

◆ HD_DEB_FLOPPY

#define HD_DEB_FLOPPY   (1 << 8)

Referenced by hd_scan_floppy().

◆ HD_DEB_HDDB

#define HD_DEB_HDDB   (1 << 23)

◆ HD_DEB_IDE

#define HD_DEB_IDE   (1 << 15)

◆ HD_DEB_ISA

#define HD_DEB_ISA   (1 << 21)

◆ HD_DEB_ISAPNP

#define HD_DEB_ISAPNP   (1 << 5)

◆ HD_DEB_MISC

#define HD_DEB_MISC   (1 << 9)

Referenced by hd_scan_misc(), and hd_scan_misc2().

◆ HD_DEB_MODEM

#define HD_DEB_MODEM   (1 << 19)

◆ HD_DEB_MONITOR

#define HD_DEB_MONITOR   (1 << 11)

◆ HD_DEB_MOUSE

#define HD_DEB_MOUSE   (1 << 14)

Referenced by hd_scan_mouse().

◆ HD_DEB_NET

#define HD_DEB_NET   (1 << 7)

◆ HD_DEB_PARALLEL

#define HD_DEB_PARALLEL   (1 << 20)

Referenced by do_lp(), and do_zip().

◆ HD_DEB_PCI

#define HD_DEB_PCI   (1 << 4)

◆ HD_DEB_PROGRESS

#define HD_DEB_PROGRESS   (1 << 1)

Referenced by progress().

◆ HD_DEB_SCSI

#define HD_DEB_SCSI   (1 << 16)

◆ HD_DEB_SERIAL

#define HD_DEB_SERIAL   (1 << 10)

Referenced by get_serial_info(), and hd_scan_serial().

◆ HD_DEB_SHOW_LOG

#define HD_DEB_SHOW_LOG   (1 << 0)

◆ HD_DEB_USB

#define HD_DEB_USB   (1 << 17)