Searched refs:COPY_STAGING_ENABLE (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/stand/efi/loader/
H A Dloader_efi.h37 COPY_STAGING_ENABLE, enumerator in enum:__anon748
H A Dcopy.c219 [COPY_STAGING_ENABLE] = "enable",
231 copy_staging = COPY_STAGING_ENABLE;
295 res = copy_staging == COPY_STAGING_ENABLE ? G(1) : G(4);
/freebsd-current/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c102 COPY_STAGING_DISABLE : COPY_STAGING_ENABLE;
108 trampcode = copy_staging == COPY_STAGING_ENABLE ?
124 if (copy_staging == COPY_STAGING_ENABLE) {
214 staging, copy_staging == COPY_STAGING_ENABLE ? "" : "not ",
229 trampoline(trampstack, copy_staging == COPY_STAGING_ENABLE ?
/freebsd-current/stand/kboot/kboot/arch/amd64/
H A Delf64_freebsd.c170 COPY_STAGING_DISABLE : COPY_STAGING_ENABLE;
212 trampcode = copy_staging == COPY_STAGING_ENABLE ?
237 if (copy_staging == COPY_STAGING_ENABLE) {
396 staging, copy_staging == COPY_STAGING_ENABLE ? "" : "not ",
420 trampoline(trampstack, copy_staging == COPY_STAGING_ENABLE ?

Completed in 102 milliseconds