Lines Matching refs:error_message
99 TCHAR *error_message = 0; in hpcboot() local
109 error_message = TEXT("Architecture not supported.\n"); in hpcboot()
115 error_message = TEXT("Architecture ops. not found.\n"); in hpcboot()
131 error_message = TEXT("Architecture initialize failed.\n"); in hpcboot()
140 error_message = TEXT("Can't set root directory.\n"); in hpcboot()
148 error_message = in hpcboot()
159 error_message = TEXT("Can't open kernel image.\n"); in hpcboot()
166 error_message = TEXT("Can't attach loader.\n"); in hpcboot()
171 error_message = TEXT("Can't initialize loader.\n"); in hpcboot()
180 error_message = TEXT("Can't allocate memory.\n"); in hpcboot()
187 error_message = TEXT("Can't set up loader.\n"); in hpcboot()
193 error_message = TEXT("Can't load kernel image to memory.\n"); in hpcboot()
202 error_message = in hpcboot()
207 error_message = in hpcboot()
228 error_message = TEXT("Canceled by user.\n"); in hpcboot()
237 error_message = TEXT("Can't jump to the kernel.\n"); in hpcboot()
243 if (error_message == 0) in hpcboot()
244 error_message = TEXT("Unknown error?\n"); in hpcboot()
245 MessageBox(menu._root->_window, error_message, in hpcboot()