HomeSort by: relevance | last modified time | path
    Searched refs:early (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
depsrc-usebefore-double-colon.exp 1 double-colon early 1
depsrc-usebefore-double-colon.mk 11 @echo double-colon early 1
16 @echo double-colon early 2
21 @echo double-colon early 3
dep-op-missing.mk 8 # but that is removed in an early stage of parsing.
varparse-undef-partial.mk 54 # expression is expanded early, or whether the whole ${COPTS.${COMPILER}} is
59 # TODO: Add a practical example where early/lazy expansion actually makes a
directive-for-break.mk 7 # .break terminates the loop early.
recursive.mk 7 # The purpose of evaluating that variable early was just to detect
cond-func-exists.mk 47 # instead it uses a cache that is preloaded very early, before parsing the
cmdline.mk 29 # Since the .OBJDIR=MAKEOBJDIR assignment happens very early,
opt-debug-lint.mk 97 # This only happened in lint mode since in default mode the early check for
var-op-assign.mk 24 # early stage of parsing and applies to all line types, except for the
cond-token-plain.mk 14 # condition since comment parsing is done in an early phase and removes the
33 # in a very early parsing phase.
varmod-ifelse.mk 35 # Because of the early expansion, the whole condition evaluates to
267 # from its value, it is evaluated early. It is possible though to construct
  /src/sys/modules/arch/
compatsubdir.mk 10 # make sure we get an objdir built early enough
  /src/sys/arch/x86/x86/
patch.c 296 x86_patch(bool early)
300 if (early) {
310 if (!early && ncpu == 1) {
321 * Patch early and late. Second time around the 'lock' prefix
329 if (!early && (cpu_feature[0] & CPUID_CX8) != 0) {
355 if (!early && cpu_feature[5] & CPUID_SEF_SMAP) {
  /src/compat/
compatsubdir.mk 12 # make sure we get an objdir built early enough
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ring.c 450 uint32_t value, result, early[3]; local in function:amdgpu_debugfs_ring_read
458 early[0] = amdgpu_ring_get_rptr(ring) & ring->buf_mask;
459 early[1] = amdgpu_ring_get_wptr(ring) & ring->buf_mask;
460 early[2] = ring->wptr & ring->buf_mask;
462 r = put_user(early[i], (uint32_t *)buf);
  /src/sys/kern/
kern_sleepq.c 338 * sleepq_block() may return early under exceptional conditions, for
350 bool early = false; local in function:sleepq_block
367 early = true;
369 early = true;
374 if (early) {
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
ste-hrefprev60.dtsi 87 /* This additional pin needed on early MOP500 and HREFs previous to v60 */
sun8i-h2-plus-bananapi-m2-zero.dts 140 * high active (card inserted), although on the early samples it's
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
Makefile 16 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-pinetab-early-adopter.dtb
  /src/sys/external/isc/libsodium/dist/builds/msvc/build/
buildbase.bat 63 ECHO *** ERROR, build terminated early, see: %log%
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
cn9131-db.dtsi 47 * SFP cages are unconnected on early PCBs because of an the I2C
cn9132-db.dtsi 65 * SFP cages are unconnected on early PCBs because of an the I2C
cn9130-db.dtsi 98 * SFP cages are unconnected on early PCBs because of an the I2C
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/cavium-octeon/
octeon_3xxx.dts 5 * This device tree is pruned and patched by early boot code before

Completed in 17 milliseconds

1 2