Searched refs:file_api_check (Results 1 – 4 of 4) sorted by relevance
253 PXENV_EXIT_t pxenv_file_api_check ( struct s_PXENV_FILE_API_CHECK *file_api_check ) { in pxenv_file_api_check() argument256 if ( file_api_check->Magic != 0x91d447b2 ) { in pxenv_file_api_check()257 file_api_check->Status = PXENV_STATUS_BAD_FUNC; in pxenv_file_api_check()259 } else if ( file_api_check->Size < in pxenv_file_api_check()261 file_api_check->Status = PXENV_STATUS_OUT_OF_RESOURCES; in pxenv_file_api_check()264 file_api_check->Status = PXENV_STATUS_SUCCESS; in pxenv_file_api_check()265 file_api_check->Size = sizeof(struct s_PXENV_FILE_API_CHECK); in pxenv_file_api_check()266 file_api_check->Magic = 0xe9c17b20; in pxenv_file_api_check()267 file_api_check->Provider = 0x45585067; /* "gPXE" */ in pxenv_file_api_check()268 file_api_check->APIMask = 0x0000007f; /* Functions e0-e6 */ in pxenv_file_api_check()[all …]
106 PXENV_EXIT_t ( * file_api_check ) ( struct s_PXENV_FILE_API_CHECK * ); member311 pxenv_call.file_api_check = pxenv_file_api_check; in pxe_api_call()312 param_len = sizeof ( pxenv_any.file_api_check ); in pxe_api_call()
69 struct s_PXENV_FILE_API_CHECK file_api_check; member
1777 extern PXENV_EXIT_t pxenv_file_api_check ( struct s_PXENV_FILE_API_CHECK *file_api_check );