Searched refs:staging (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/boot/amd64/efi/
H A Dcopy.c46 EFI_PHYSICAL_ADDRESS staging, staging_end; variable
56 STAGE_PAGES, &staging);
58 printf("failed to allocate staging area: %lu\n",
62 staging_end = staging + STAGE_PAGES * 4096;
72 stage_offset = (vm_offset_t)staging - dest;
115 src = (uint64_t *)staging;
116 dst = (uint64_t *)(staging - stage_offset);
117 last = (uint64_t *)(staging + STAGE_PAGES * EFI_PAGE_SIZE);
/freebsd-10.2-release/contrib/bmake/mk/
H A Dmeta.stage.mk67 # common logic for staging files
224 staging:
226 # generally we want staging to wait until everything else is done
229 all: ${STAGING_WAIT} staging
236 # if ${INSTALL} gets run during 'all' assume it is for staging?

Completed in 42 milliseconds