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

1 2 3 4

  /src/usr.bin/make/unit-tests/
opt-debug-graph1.mk 8 all: made-target made-target-no-sources
14 made-target-no-sources:
16 unmade-target: unmade-sources unmade-silent-source
20 unmade-target-no-sources:
dep-colon.mk 8 # sources. It is separated by a semicolon. This "feature" is required by
14 # The semicolon for separating the sources from the creation commands must
16 # skipped when looking for the semicolon that separates the sources from
suff-clear-regular.mk 21 # XXX: .a belongs to "Files that are only sources".
22 # XXX: .a.b belongs to "Files that are only sources".
23 # XXX: .b.a belongs to "Files that are only sources".
opt-debug-graph1.exp 4 # made-target-no-sources, unmade, type OP_DEPENDS, flags none
7 # unmade-sources, unmade, type none, flags none
9 # unmade-target-no-sources, unmade, type OP_DEPENDS, flags none
13 # Files that are only sources:
14 # unmade-sources [unmade-sources]
17 .ALLTARGETS = all made-target made-target-no-sources made-source unmade-target unmade-sources unmade-silent-source unmade-target-no-sources
depsrc-optional.exp 9 Examining optional-cohort...nonexistent...:: operator and no sources...out-of-date.
18 Examining .END...nonexistent...nonexistent and no sources...out-of-date.
depsrc.mk 3 # Tests for special sources (those starting with a dot, followed by
27 # Sources that look like keywords but are not known are interpreted as
28 # ordinary sources.
suff-add-later.mk 28 # XXX: .c.d is listed as "Files that are only sources".
29 # XXX: .d.e is listed as "Files that are only sources".
deptgt.exp 13 Global: .ALLTARGETS = target1 target2 sources empty-source deptgt-
14 Global: .ALLTARGETS = target1 target2 sources empty-source deptgt- depsrc-
suff-transform-expand.mk 4 # Sources from transformation rules are expanded incorrectly.
9 # XXX: The dynamic sources are expanded before ${.PREFIX} and
suff-transform-endless.mk 27 # XXX: .c.d is listed as "Files that are only sources".
28 # XXX: .d.e is listed as "Files that are only sources".
  /src/sys/arch/evbarm/stand/bootimx23/
bootimx23.bd 18 sources {
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_irq.c 43 * For GPU interrupt sources that may be driven by another driver, IRQ domain
113 * Disable all types of interrupts from all sources.
123 if (!adev->irq.client[i].sources)
127 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j];
325 * turns off interrupts from all sources (all ASICs).
343 if (!adev->irq.client[i].sources)
347 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j];
357 adev->irq.client[i].sources[j] = NULL;
360 kfree(adev->irq.client[i].sources);
361 adev->irq.client[i].sources = NULL
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/engine/
pm.h 15 struct list_head sources; member in struct:nvkm_pm
  /src/sys/arch/arm/marvell/
mvsoc_intr.c 57 static const char * const sources[] = { variable in typeref:typename:const char * const[]
156 strlcpy(buf, sources[irq], len);
mv78xx0.c 64 static const char * const sources[64] = { variable in typeref:typename:const char * const[64]
176 strlcpy(buf, sources[pic->pic_irqbase + irq], len);
orion.c 61 static const char * const sources[64] = { variable in typeref:typename:const char * const[64]
156 strlcpy(buf, sources[pic->pic_irqbase + irq], len);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
exynos4-cpu-thermal.dtsi 3 * Device tree sources for Exynos4 thermal zone
exynos4412-ppmu-common.dtsi 3 * Device tree sources for Exynos4412 PPMU common device tree
bcm4708-netgear-r6250.dts 52 trigger-sources = <&ohci_port1>, <&ehci_port1>,
omap4-droid-bionic-xt875.dts 34 led-sources = <2>;
  /src/sbin/modstat/
main.c 62 static const char *sources[] = { variable in typeref:typename:const char * []
67 const unsigned int source_max = __arraycount(sources);
222 source = sources[ms->ms_source];
  /src/sys/external/bsd/drm2/dist/drm/
drm_debugfs_crc.c 94 const char *const *sources = crtc->funcs->get_crc_sources(crtc, local in function:crc_control_show
99 if (count == 0 || !sources)
103 if (!crtc->funcs->verify_crc_source(crtc, sources[i],
105 if (strcmp(sources[i], crtc->crc.source))
106 seq_printf(m, "%s\n", sources[i]);
108 seq_printf(m, "%s*\n", sources[i]);
  /src/usr.bin/make/
suff.c 105 * Suff_FindDeps Find implicit sources for and the location of
108 * if the target had no implicit sources.
189 * A candidate when searching for implied sources.
615 * transformation from the graph if it has neither commands nor sources.
1030 RemoveCandidate(CandidateList *sources)
1035 debug_printf("cleaning list %p:", sources);
1036 CandidateList_PrintAddrs(sources);
1039 for (ln = sources->first; ln != NULL; ln = ln->next) {
1059 sources, src, src->file, src->numChildren);
1062 Lst_Remove(sources, ln)
1765 CandidateList sources = LST_INIT; local in function:FindDepsRegular
    [all...]
  /src/share/mk/
bsd.lua.mk 14 # LUA_SRCS.mod sources for each module (by default: "${mod:S/./_/g}.lua")
30 # currently make(depend) and make(tags) do not support .lua sources; We
31 # add Lua sources to DPSRCS when HAVE_LUAC is defined and other language
32 # sources to SRCS for <bsd.dep.mk>.
36 # C language sources are passed though lint, when MKLINT != "no"
bsd.kernobj.mk 6 # KERNARCHDIR Is the location of the machine dependent kernel sources.

Completed in 42 milliseconds

1 2 3 4