/src/usr.bin/make/unit-tests/ |
jobs-error-indirect.mk | 1 # $NetBSD: jobs-error-indirect.mk,v 1.1 2020/12/01 17:50:04 rillig Exp $ 18 all: .PHONY indirect 20 indirect: .PHONY target
|
opt-keep-going-indirect.mk | 1 # $NetBSD: opt-keep-going-indirect.mk,v 1.3 2024/04/02 15:05:15 rillig Exp $ 9 # direct or an indirect target failed. 12 # mode, both for direct as well as indirect targets. 15 # compat mode is the correct 1, while jobs mode and indirect failures 21 # modes and for indirect failures in jobs mode was fixed to the correct 22 # 1. The exit status for indirect failures in compat mode is still the 23 # wrong 0. On the downside, a failed indirect target in jobs mode is no 28 # in jobs mode. This left only one inconsistency, in that indirect 44 .PHONY: all direct indirect 59 @echo 'indirect compat 67 indirect: direct target [all...] |
opt-jobs-internal.mk | 9 @${MAKE} -f ${MAKEFILE} -j1 indirect-open 10 @${MAKE} -f ${MAKEFILE} -j1 indirect-expr 11 @${MAKE} -f ${MAKEFILE} -j1 indirect-comment 12 @${MAKE} -f ${MAKEFILE} -j1 indirect-silent-comment 13 @${MAKE} -f ${MAKEFILE} -j1 indirect-expr-empty 32 # expect: indirect-open: mode=compat 33 indirect-open: .PHONY 38 # expect: indirect-expr: mode=parallel 39 indirect-expr: .PHONY 44 # expect: indirect-comment: mode=compa [all...] |
sh-dots.mk | 9 all: first hidden repeated commented indirect indirect-space 34 indirect: target 35 @echo indirect regular 37 @echo indirect deferred 41 indirect-space: .IGNORE 42 @echo indirect-space regular 44 @echo indirect-space deferred
|
cmd-errors-jobs.mk | 16 ${RUN} undefined-indirect 18 ${RUN} parse-error-indirect 20 ${RUN} begin-indirect 22 ${RUN} end-indirect 30 # expect: end undefined-indirect with status 0 31 undefined-indirect: undefined-direct 36 parse-error-indirect: parse-error-direct 59 # expect: end parse-error-indirect with status 2 72 .if make(begin-indirect) 73 begin-indirect [all...] |
cmdline.mk | 13 all: makeobjdir-direct makeobjdir-indirect 33 makeobjdir-indirect:
|
directive-include-guard.mk | 224 CASES+= variable-ifndef-indirect 225 LINES.variable-ifndef-indirect= \ 229 # expect: Parse_PushInput: variable-ifndef-indirect.tmp:1 230 # expect: Parse_PushInput: variable-ifndef-indirect.tmp:1 234 CASES+= variable-if-indirect 235 LINES.variable-if-indirect= \ 239 # expect: Parse_PushInput: variable-if-indirect.tmp:1 240 # expect: Parse_PushInput: variable-if-indirect.tmp:1 246 CASES+= variable-assign-indirect 247 LINES.variable-assign-indirect= [all...] |
var-op-expand.mk | 71 # expression with an indirect modifier referring to an undefined variable 83 # expression with an indirect modifier referring to another variable that 195 # After the assignment to 'LATER', evaluating the variable 'INDIRECT' 199 INDIRECT:= ${LATER:S,value,replaced,} 200 .if ${INDIRECT} != "" 204 .if ${INDIRECT} != "late-replaced" 210 # evaluating the variable 'INDIRECT'. Nothing surprising here. 213 INDIRECT:= ${LATER:S,value,replaced,} 214 .if ${INDIRECT:tl} != "" 219 .if ${INDIRECT:tl} != "uppercase-replaced 272 indirect:= ${INDIRECT:tl} macro [all...] |
varmod-assign.mk | 127 APPEND.indirect= indirect $${:Unot expanded} 128 APPEND.dollar= $${APPEND.indirect} 132 .if ${APPEND.var} != "previous indirect \${:Unot expanded}" 153 VARNAME= VAR.$${param} # Indirect variable name because of the '$',
|
moderrs.mk | 13 all: mod-unknown-direct mod-unknown-indirect 14 all: unclosed-direct unclosed-indirect 15 all: unfinished-indirect unfinished-loop-{1,2,3} 31 mod-unknown-indirect: 39 unclosed-indirect: 40 # expect: make: Unclosed expression after indirect modifier, expecting "}" 43 unfinished-indirect:
|
Makefile | 141 TESTS+= deptgt-begin-fail-indirect 147 TESTS+= deptgt-end-fail-indirect 232 TESTS+= jobs-error-indirect 282 TESTS+= opt-keep-going-indirect 379 TESTS+= varmod-indirect 514 FLAGS.jobs-error-indirect= # none, especially not -k
|
/src/tests/usr.bin/xlint/lint1/ |
msg_302.c | 26 int local[5], *indirect = local; local in function:return_local_array 46 return indirect;
|
/src/sys/arch/arm/acpi/ |
acpi_pci_layerscape_gen4.c | 23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 98 const bool indirect = reg >= INDIRECT_ADDR_BOUNDARY; local in function:acpi_pci_layerscape_gen4_ccsr_read4 99 const u_int page_index = indirect ? REG_TO_PAGE_INDEX(reg) : 0; 100 const bus_size_t page_addr = indirect ? REG_TO_PAGE_ADDR(reg) : reg; 110 const bool indirect = reg >= INDIRECT_ADDR_BOUNDARY; local in function:acpi_pci_layerscape_gen4_ccsr_write4 111 const u_int page_index = indirect ? REG_TO_PAGE_INDEX(reg) : 0; 112 const bus_size_t page_addr = indirect ? REG_TO_PAGE_ADDR(reg) : reg;
|
/src/sys/external/bsd/drm/dist/shared-core/ |
r128_state.c | 645 DRM_DEBUG("indirect: buf=%d s=0x%x e=0x%x\n", buf->idx, start, end); 651 /* Indirect buffer data must be an even number of 664 /* Fire off the indirect buffer */ 677 /* Emit the indirect buffer age */ 827 /* Dispatch the indirect buffer. 1551 drm_r128_indirect_t *indirect = data; local in function:r128_cce_indirect 1564 indirect->idx, indirect->start, indirect->end, 1565 indirect->discard) [all...] |
radeon_state.c | 1582 /* Indirect buffer data must be an even number of 1593 /* Fire off the indirect buffer */ 1784 /* Dispatch the indirect buffer. 2456 drm_radeon_indirect_t *indirect = data; local in function:radeon_cp_indirect 2467 indirect->idx, indirect->start, indirect->end, 2468 indirect->discard); 2470 if (indirect->idx < 0 || indirect->idx >= dma->buf_count) [all...] |
/src/sys/external/bsd/drm2/dist/drm/r128/ |
r128_state.c | 651 DRM_DEBUG("indirect: buf=%d s=0x%x e=0x%x\n", buf->idx, start, end); 657 /* Indirect buffer data must be an even number of 670 /* Fire off the indirect buffer */ 683 /* Emit the indirect buffer age */ 832 /* Dispatch the indirect buffer. 1523 drm_r128_indirect_t *indirect = data; local in function:r128_cce_indirect 1533 indirect->idx, indirect->start, indirect->end, 1534 indirect->discard) [all...] |
/src/usr.bin/midiplay/ |
midiplay.c | 23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 54 struct track *indirect; /* for fast swaps in heap code */ member in struct:track 549 tracks[t].indirect = &tracks[t]; /* -> self for now */ 573 BuildHeap(tracks, ntrks); /* tracks[0].indirect is always next */ 575 tp = tracks[0].indirect; 840 #define DTIME(i) (t[i].indirect->delta) 842 struct track *_t = t[i].indirect; \ 843 t[i].indirect = t[j].indirect; \ 844 t[j].indirect = _t; [all...] |
/src/sys/arch/arm/cortex/ |
gicv3_its.c | 23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 846 bool indirect = false; local in function:gicv3_its_table_init 877 indirect = 879 if (indirect) { 880 DPRINTF(("ITS: indirect\n")); 902 itstab->tab_indirect = indirect; 935 if (indirect) { 956 indirect ? ", indirect" : "");
|
/src/sys/dev/pci/ |
mlyreg.h | 23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 50 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 481 struct mly_sg_transfer indirect; member in union:mly_cmd_transfer
|