#include <hd.h>
Data Fields | |
| unsigned | remove:1 |
| < this struct is for internal purposes only | |
| unsigned | freeit:1 |
| for internal memory management | |
| unsigned | fixed:1 |
| fixed, do no longer modify this entry | |
| unsigned | ser_skip:1 |
| if serial line, don't scan for devices | |
| unsigned | ser_device:2 |
| if != 0: info about attached serial device; see serial.c | |
| unsigned s_hd_t::tag_s::remove |
< this struct is for internal purposes only
schedule for removal
Referenced by get_usb_devs(), hd_scan_fb(), hd_scan_manual(), hd_scan_misc(), hd_scan_xtra(), int_fix_usb_scsi(), remove_hd_entries(), and remove_tagged_hd_entries().
| unsigned s_hd_t::tag_s::freeit |
for internal memory management
Referenced by hd_free_hd_list(), hd_module_list(), hd_read_config(), and hd_scan_manual().
| unsigned s_hd_t::tag_s::fixed |
| unsigned s_hd_t::tag_s::ser_skip |
if serial line, don't scan for devices
Referenced by dump_normal(), get_serial_modem(), get_serial_mouse(), hd_scan_braille(), and hd_scan_serial().
| unsigned s_hd_t::tag_s::ser_device |
if != 0: info about attached serial device; see serial.c
Referenced by get_serial_modem(), and hd_scan_serial().