Searched refs:APM_NO_ERROR (Results 1 – 2 of 2) sorted by relevance
471 { APM_NO_ERROR, "BIOS did not set a return code" },1112 if ((error != APM_SUCCESS) && (error != APM_NO_ERROR)) { in apm_console_blank()1115 if ((error != APM_SUCCESS) && (error != APM_NO_ERROR)) in apm_console_blank()1119 if ((error == APM_SUCCESS) || (error == APM_NO_ERROR)) in apm_console_blank()1258 if (err == APM_NO_ERROR) in suspend()1281 if ((err != APM_SUCCESS) && (err != APM_NO_ERROR)) in standby()
164 #define APM_NO_ERROR 0x53 macro