HomeSort by: relevance | last modified time | path
    Searched refs:deferred (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/make/unit-tests/
deptgt-end-jobs.exp 5 : .END '${VAR}' deferred
6 : .BEGIN 'Should not be expanded.' deferred
7 : all 'Should not be expanded.' deferred
deptgt-end.exp 5 : .END '${VAR}' deferred
6 : .BEGIN 'Should not be expanded.' deferred
7 : all 'Should not be expanded.' deferred
8 : end-action 'Should not be expanded.' deferred
deptgt-end.mk 11 : $@ '$${VAR}' deferred
12 # Oops: The deferred command must not be expanded twice.
19 : $@ '$${VAR}' deferred
26 : $@ '$${VAR}' deferred
31 : $@ '$${VAR}' deferred
32 # Oops: The deferred command must not be expanded twice.
36 # The deferred commands are run in the order '.END .BEGIN all'.
40 # At the point where the commands of a node with deferred commands are run,
41 # the deferred commands are appended to the commands of the .END node.
43 # deferred commands of the .END node itself are not appended to itself
    [all...]
deptgt-end-jobs.mk 19 : $@ '$${VAR}' deferred
20 # Oops: The deferred command must not be expanded twice.
27 : $@ '$${VAR}' deferred
32 : $@ '$${VAR}' deferred
33 # Oops: The deferred command must not be expanded twice.
37 # The deferred commands are run in the order '.END .BEGIN all'.
41 # At the point where the commands of a node with deferred commands are run,
42 # the deferred commands are appended to the commands of the .END node.
44 # deferred commands of the .END node itself are not appended to itself.
45 # Instead, the deferred commands of the .END node are run as if they wer
    [all...]
sh-dots.exp 17 indirect-space deferred
21 indirect deferred
directive-export.mk 55 # the actual export action is deferred until a subprocess is started, assuming
var-scope-local.mk 71 # Deferred evaluation during parsing
229 # when parsing the dependency line, its evaluation is deferred until the
  /src/sys/lib/libsa/
netif.h 63 int deferred; member in struct:netif_stats
  /src/sys/arch/vax/vax/
unimpl_emul.S 130 .word getval_regdefer-0b # 6 register deferred
131 .word 2f-0b # 7 register deferred
133 .word 2f-0b # 9 autoincrement deferred
135 .word 2f-0b # B byte displacement deferred
137 .word 2f-0b # D word displacement deferred
139 .word 2f-0b # F longword displacement deferred
173 * Register deferred mode. Grab the register number, yank the value out,
344 .word 5f-0b # 6 deferred
347 .word 2f-0b # 9 autoincr deferred (missing)
349 .word 2f-0b # 11 byte disp deferred (missing
    [all...]
  /src/sys/arch/mvme68k/stand/netboot/
if_le.c 377 le_stats.deferred++;
  /src/sys/arch/hp300/stand/common/
if_le.c 600 le_stats[unit].deferred++;
  /src/sys/kern/
subr_autoconf.c 1862 bool deferred; local
1920 * deferred actions, have finished.
1945 * the driver's attach function scheduled deferred actions.
1950 deferred = (dev->dv_pending != 0);
1953 if (!deferred && !device_pmf_is_registered(dev))
2047 * deferred actions, have finished.
2072 * the driver's attach function scheduled deferred actions.
2604 panic("config_defer: deferred twice");
2639 panic("config_interrupts: deferred twice");
2672 panic("%s: deferred twice", __func__)
    [all...]

Completed in 27 milliseconds