HomeSort by: relevance | last modified time | path
    Searched defs:efi_ra_buffer (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/stand/efiboot/
efiblock.c 57 static UINT8 *efi_ra_buffer = NULL; variable in typeref:typename:UINT8 *
201 if (efi_ra_buffer == NULL) {
202 efi_ra_buffer = AllocatePool(EFI_BLOCK_READAHEAD);
203 if (efi_ra_buffer == NULL) {
217 status = efi_block_do_read(bdev, off, efi_ra_buffer, len);
227 memcpy(buf, &efi_ra_buffer[off - efi_ra_start], bufsize);
efiblock.c 57 static UINT8 *efi_ra_buffer = NULL; variable in typeref:typename:UINT8 *
201 if (efi_ra_buffer == NULL) {
202 efi_ra_buffer = AllocatePool(EFI_BLOCK_READAHEAD);
203 if (efi_ra_buffer == NULL) {
217 status = efi_block_do_read(bdev, off, efi_ra_buffer, len);
227 memcpy(buf, &efi_ra_buffer[off - efi_ra_start], bufsize);
efiblock.c 57 static UINT8 *efi_ra_buffer = NULL; variable in typeref:typename:UINT8 *
201 if (efi_ra_buffer == NULL) {
202 efi_ra_buffer = AllocatePool(EFI_BLOCK_READAHEAD);
203 if (efi_ra_buffer == NULL) {
217 status = efi_block_do_read(bdev, off, efi_ra_buffer, len);
227 memcpy(buf, &efi_ra_buffer[off - efi_ra_start], bufsize);

Completed in 71 milliseconds