Searched refs:device_buf (Results 1 – 1 of 1) sorted by relevance
212 char *device_buf = nullptr; in setup_debug_support() local216 reinterpret_cast<void **>(&device_buf)); in setup_debug_support()217 memset(device_buf, 0, fpsize + sizeof(struct EFI_DEVICE_PATH_PROTOCOL)); in setup_debug_support()218 …FILE_PATH_PROTOCOL *fp = reinterpret_cast<struct EFI_DEVICE_PATH_FILE_PATH_PROTOCOL *>(device_buf); in setup_debug_support()219 …E_PATH_PROTOCOL *dp_end = reinterpret_cast<struct EFI_DEVICE_PATH_PROTOCOL *>(device_buf + fpsize); in setup_debug_support()232 …efiLoadedImageProtocol->FilePath = reinterpret_cast<struct EFI_DEVICE_PATH_PROTOCOL *>(device_buf); in setup_debug_support()246 char *device_buf = reinterpret_cast<char *>(efiLoadedImageProtocol->FilePath); in teardown_debug_support() local249 free_pool(device_buf); in teardown_debug_support()
Completed in 7 milliseconds