Searched defs:apm_info (Results 1 – 2 of 2) sorted by relevance
26 struct apm_info { struct27 struct apm_bios_info bios;28 unsigned short connection_version;29 int get_power_status_broken;30 int get_power_status_swabinminutes;31 int allow_ints;32 int forbid_idle;33 int realmode_power_off;34 int disabled;
118 struct apm_info apm_info; variable