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

1 2

  /src/usr.bin/make/unit-tests/
var-op-assign.exp 3 make: var-op-assign.mk:95: Parsing still continues until here.
var-op-assign.mk 94 # expect+1: Parsing still continues until here.
95 .info Parsing still continues until here.
directive-export.mk 55 # the actual export action is deferred until a subprocess is started, assuming
opt-m-include-dir.mk 7 # directory and walks towards the file system root, until it finds a
var-op-sunsh.mk 23 # Until 2020-10-04, the ':sh' could even be followed by other characters.
38 # Until 2020-10-04, the last of them was interpreted as the ':sh'
47 # Until 2020-10-04, the following expression was wrongly marked as
54 # Intuitively this variable name contains the variable modifier, but until
62 # Same pattern here. Until 2020-10-04, the ':sh' inside the nested expression
70 # Until 2020-10-04, the word 'shift' was also affected since it starts with
80 # Well, the end result is correct but the way until there is rather
directive-undef.mk 25 # Without any arguments, until var.c 1.736 from 2020-12-19, .undef tried
parse-var.mk 88 # Since var.c 1.323 from 2020-07-26 18:11 and until var.c 1.1047 from
  /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/bsd/drm2/dist/drm/i915/gt/
intel_timeline.h 90 struct i915_request *until,
  /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/tests/usr.bin/indent/
edge_cases.c 59 Begin at the beginning, then continue until you come to the end;
  /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
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/etc/namedb/
bind.keys 46 # has been added. It will remain this file until it is removed from
  /src/sys/arch/pmax/pmax/
locore_machdep.S 157 bc3f 1b # until write buffer drained
  /src/sys/modules/examples/luareadhappy/
happy.lua 31 -- digits, and repeat the process until the number equals 1 (where it will
  /src/sys/arch/hppa/stand/common/
srt0.S 150 forever: ; Loop until bus reset takes effect.
  /src/sys/lib/libkern/arch/m68k/
udivsi3.S 60 | first, we divide the divisor and dividend by two until
  /src/usr.sbin/sysinst/arch/mac68k/
msg.md.en 78 suit your NetBSD needs. The Map will not be written to the disk until
  /src/sys/arch/m68k/m68k/
oc_cksum.s 165 bne .L2 | loop until reached
  /src/sys/arch/mac68k/mac68k/
pramasm.s 304 dbf %d1,threebit | until we've done bits 7-5
322 dbf %d1,fourbit | until we've done the low nibble
343 dbf %d4,tagain | repeat until we've got all we want
397 dbf %d3,wagain | do this until we've sent a whole byte
412 dbf %d3,ragain | do this until we've received a whole byte
  /src/sys/arch/mvme68k/dev/
sbic.c 128 #define SBIC_WAIT(regs, until, timeo) sbicwait(regs, until, timeo, __LINE__)
227 * Wait until WD chip is idle
461 * the time until idle...
717 sbicwait(sbic_regmap_p regs, u_char until, int timeo, int line)
726 while ((val & until) == 0) {
912 * until we can handle target mode!!
1170 * CMD phase until the disk has spun up. Only then will the target change
2454 * Loop through the nexus list until we find the saved entry

Completed in 45 milliseconds

1 2