/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:
|
/src/ |
README.md | 40 Latest sources
|
/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);
|
kirkwood.c | 62 static const char * const sources[64] = { variable in typeref:typename:const char * const[64] 200 strlcpy(buf, sources[pic->pic_irqbase + 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);
|
dove.c | 102 static const char * const sources[64] = { variable in typeref:typename:const char * const[64] 245 strlcpy(buf, sources[pic->pic_irqbase + irq], len);
|
/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/arch/arm/gemini/ |
gemini_icu.c | 102 static const char * const sources[32] = { variable in typeref:typename:const char * const[32] 117 strlcpy(buf, sources[irq], len);
|
/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/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_irq.h | 70 struct amdgpu_irq_src **sources; member in struct:amdgpu_irq_client 86 /* interrupt sources */
|
/src/dist/pf/sbin/pfctl/ |
pfctl.c | 204 "nat", "queue", "rules", "Sources", 209 "nat", "queue", "rules", "Anchors", "Sources", "states", "info", 442 int killed, sources, dests; local in function:pfctl_kill_src_nodes 445 killed = sources = dests = 0; 468 sources++; 538 fprintf(stderr, "killed %d src nodes from %d sources and %d " 539 "destinations\n", killed, sources, dests); 549 int killed, sources, dests; local in function:pfctl_kill_states 552 killed = sources = dests = 0; 578 sources++ [all...] |
/src/usr.sbin/edquota/ |
edquota.c | 92 enum sources { enum 106 enum sources source[EDQUOTA_NUMOBJTYPES]; 164 source_is_real(enum sources source)
|
/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...] |
parse.c | 832 * In a line like ".MAIN: source1 source2", add all sources to the list of 851 * For the sources of a .ORDER target, create predecessor/successor links 1086 * or its sources handled specially. 1190 * In a dependency line like 'targets: sources' or 'targets! sources', parse 1191 * the operator ':', '::' or '!' from between the targets and the sources. 1341 /* Handle a "dependency" line like '.SPECIAL:' without any sources. */ 1390 * If the target was one that doesn't take files as its sources but takes 1559 * The targets take real sources, so we must beware of archive 1577 GNodeList sources = LST_INIT local in function:ParseDependencySourcesMundane [all...] |
/src/sys/dev/ic/ |
ac97.c | 1702 /* Set the delta for volume sources */ 2173 static const struct ac97_source_info sources[6] = { local in function:ac97_alc650_init 2200 ac97_add_port(as, &sources[0]); 2201 ac97_add_port(as, &sources[1]); 2202 ac97_add_port(as, &sources[2]); 2203 ac97_add_port(as, &sources[3]); 2204 ac97_add_port(as, &sources[4]); 2205 ac97_add_port(as, &sources[5]); 2254 static const struct ac97_source_info sources[3] = { local in function:ac97_vt1616_init 2271 ac97_add_port(as, &sources[0]) [all...] |