Home
last modified time | relevance | path

Searched refs:stage_offset (Results 1 – 1 of 1) sorted by relevance

/src/stand/efi/loader/
H A Dcopy.c193 ssize_t stage_offset; variable
201 stage_offset = 0; in efi_copy_free()
430 stage_offset -= staging - staging_base; in efi_check_space()
459 stage_offset -= staging - new_staging; in efi_check_space()
474 return ((void *)(ptr + stage_offset)); in efi_translate()
482 stage_offset = (vm_offset_t)staging - dest; in efi_copyin()
487 if (!efi_check_space(dest + stage_offset + len)) { in efi_copyin()
491 bcopy(src, (void *)(dest + stage_offset), len); in efi_copyin()
500 if (src + stage_offset + len > staging_end) { in efi_copyout()
504 bcopy((void *)(src + stage_offset), dest, len); in efi_copyout()
[all …]