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

1 2 3 4

  /src/usr.bin/make/unit-tests/
var-op-assign.exp 3 make: var-op-assign.mk:95: Parsing still continues until here.
error.mk 4 # continuing parsing until the end of the file.
varname-empty.mk 25 # Until 2020-08-22 it was possible to assign a value to the variable with
31 = assigned # undefined behavior until 2020-08-22
58 = assigned # undefined behavior until 2020-08-22
varparse-mod.mk 52 # These modifiers don't care since they reach until the closing character
var-op-assign.mk 94 # expect+1: Parsing still continues until here.
95 .info Parsing still continues until here.
opt-m-include-dir.mk 7 # directory and walks towards the file system root, until it finds a
directive-export.mk 55 # the actual export action is deferred until a subprocess is started, assuming
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_timeline.h 90 struct i915_request *until,
  /src/sys/arch/sun2/sun2/
locore.s 111 | Set context zero and stay there until pmap_bootstrap.
545 * making a change until it sticks. This is apparently to
  /src/sys/external/isc/libsodium/dist/m4/
ltsugar.m4 21 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
54 # This macro is needed until we can rely on Autoconf 2.62, since earlier
67 # Needed until we can rely on m4_combine added in Autoconf 2.62.
  /src/tests/usr.bin/indent/
edge_cases.c 59 Begin at the beginning, then continue until you come to the end;
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_drv.h 1433 * Return true if revision is in range [since,until] inclusive.
1435 * Use 0 for open-ended since, and REVID_FOREVER for open-ended until.
1437 #define IS_REVID(p, since, until) \
1438 (INTEL_REVID(p) >= (since) && INTEL_REVID(p) <= (until))
1600 #define IS_SKL_REVID(p, since, until) (IS_SKYLAKE(p) && IS_REVID(p, since, until))
1608 #define IS_BXT_REVID(dev_priv, since, until) \
1609 (IS_BROXTON(dev_priv) && IS_REVID(dev_priv, since, until))
1617 #define IS_KBL_REVID(dev_priv, since, until) \
1618 (IS_KABYLAKE(dev_priv) && IS_REVID(dev_priv, since, until))
    [all...]
  /src/sys/arch/mips/mips/
locore_octeon.S 140 // Wait until cpuid_infos[cpunum] is not NULL.
148 beqz a1, 1b # loop until non-NULL
189 b 2b # and loop until reset
  /src/games/rogue/
inventory.c 408 const char *until; local in function:pr_motion_char
412 until = " until adjacent";
415 until = "";
419 messagef(0, "run %s%s", com_id_tab[n].com_desc + 8, until);
  /src/lib/libc/arch/mips/string/
bcmp.S 86 lbu v0, 0(a0) # compare bytes until a1 word aligned
  /src/sbin/routed/
main.c 782 /* Do not advertise anything until we have heard something
920 if (ms->until > now.tv_sec)
924 if (ms->until < ms1->until)
929 ms->until = now.tv_sec + 60*60; /* 60 minutes */
  /src/sys/arch/sgimips/stand/common/
iris_scsi.c 46 #define SBIC_WAIT(regs, until, timeo) wd33c93_wait(regs, until, timeo)
138 wd33c93_wait(struct wd33c93_softc *sc, uint8_t until, int timeo)
148 while ((val & until) == 0) {
478 * CMD phase until the disk has spun up. Only then will the target change
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
msm8998-oneplus-common.dtsi 242 /* hack until we rig up the gpu consumer */
504 /* Force to peripheral until we can switch modes */
509 /* Leave disabled until MSS is functional */
msm8998-clamshell.dtsi 96 /* hack until we rig up the gpu consumer */
323 dr_mode = "host"; /* Force to host until we have Type-C hooked up */
msm8998-mtp.dtsi 128 /* hack until we rig up the gpu consumer */
385 dr_mode = "host"; /* Force to host until we have Type-C hooked up */
  /src/etc/namedb/
bind.keys 46 # has been added. It will remain this file until it is removed from
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
bcm53016-meraki-mr32.dts 91 * This is a replacement until I can figure
  /src/sys/modules/examples/luareadhappy/
happy.lua 31 -- digits, and repeat the process until the number equals 1 (where it will
  /src/common/dist/zlib/contrib/ada/
zlib-streams.ads 34 -- Should not be used until necessary, because it is decreasing
  /src/sys/arch/hppa/stand/common/
srt0.S 150 forever: ; Loop until bus reset takes effect.

Completed in 60 milliseconds

1 2 3 4