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

/freebsd-13-stable/stand/efi/loader/
H A Dcopy.c145 printf("Can't find valid memory map for staging area!\n");
184 EFI_PHYSICAL_ADDRESS staging, staging_end, staging_base; variable
207 * The staging area must reside in the the first 1GB physical
211 staging = 1024*1024*1024;
213 nr_pages, &staging);
216 nr_pages, &staging);
219 printf("failed to allocate staging area: %lu\n",
223 staging_base = staging;
224 staging_end = staging + nr_pages * EFI_PAGE_SIZE;
234 staging
[all...]
/freebsd-13-stable/share/mk/
H A Dsrc.tools.mk4 # merely help distributing the OS build artefacts into staging / production
H A Dmeta.stage.mk69 # a staging conflict should cause an error
91 # common logic for staging files
311 staging: ${STAGE_TARGETS:N*_links} ${STAGE_TARGETS:M*_links}
320 # generally we want staging to wait until everything else is done
324 all: ${STAGING_WAIT} staging
332 # if ${INSTALL} gets run during 'all' assume it is for staging?
353 stale_staged: staging .NOMETA
H A Dbsd.sys.mk335 staging stage_libs stage_files stage_as stage_links stage_symlinks:
343 staging: beforeinstall
H A Dbsd.subdir.mk60 # It is safe to install in parallel when staging.
/freebsd-13-stable/contrib/bmake/mk/
H A Dmeta.stage.mk71 # a staging conflict should cause an error
93 # common logic for staging files
313 staging: ${STAGE_TARGETS:N*_links} ${STAGE_TARGETS:M*_links}
322 # generally we want staging to wait until everything else is done
326 all: ${STAGING_WAIT} staging
334 # if ${INSTALL} gets run during 'all' assume it is for staging?
355 stale_staged: staging .NOMETA
H A Dfiles.mk40 # incase we are staging
H A Dinc.mk46 # incase we are staging
H A Dscripts.mk45 # incase we are staging

Completed in 191 milliseconds