Symbol: sources
dist/pf/sbin/pfctl/pfctl.c
442
int killed, sources, dests;
dist/pf/sbin/pfctl/pfctl.c
445
killed = sources = dests = 0;
dist/pf/sbin/pfctl/pfctl.c
468
sources++;
dist/pf/sbin/pfctl/pfctl.c
539
"destinations\n", killed, sources, dests);
dist/pf/sbin/pfctl/pfctl.c
549
int killed, sources, dests;
dist/pf/sbin/pfctl/pfctl.c
552
killed = sources = dests = 0;
dist/pf/sbin/pfctl/pfctl.c
578
sources++;
dist/pf/sbin/pfctl/pfctl.c
649
"destinations\n", killed, sources, dests);
sbin/modstat/main.c
222
source = sources[ms->ms_source];
sbin/modstat/main.c
62
static const char *sources[] = {
sbin/modstat/main.c
67
const unsigned int source_max = __arraycount(sources);
sys/arch/arm/gemini/gemini_icu.c
102
static const char * const sources[32] = {
sys/arch/arm/gemini/gemini_icu.c
117
strlcpy(buf, sources[irq], len);
sys/arch/arm/marvell/dove.c
102
static const char * const sources[64] = {
sys/arch/arm/marvell/dove.c
245
strlcpy(buf, sources[pic->pic_irqbase + irq], len);
sys/arch/arm/marvell/kirkwood.c
200
strlcpy(buf, sources[pic->pic_irqbase + irq], len);
sys/arch/arm/marvell/kirkwood.c
62
static const char * const sources[64] = {
sys/arch/arm/marvell/mv78xx0.c
176
strlcpy(buf, sources[pic->pic_irqbase + irq], len);
sys/arch/arm/marvell/mv78xx0.c
64
static const char * const sources[64] = {
sys/arch/arm/marvell/mvsoc_intr.c
156
strlcpy(buf, sources[irq], len);
sys/arch/arm/marvell/mvsoc_intr.c
57
static const char * const sources[] = {
sys/arch/arm/marvell/orion.c
156
strlcpy(buf, sources[pic->pic_irqbase + irq], len);
sys/arch/arm/marvell/orion.c
61
static const char * const sources[64] = {
sys/dev/ic/ac97.c
2173
static const struct ac97_source_info sources[6] = {
sys/dev/ic/ac97.c
2200
ac97_add_port(as, &sources[0]);
sys/dev/ic/ac97.c
2201
ac97_add_port(as, &sources[1]);
sys/dev/ic/ac97.c
2202
ac97_add_port(as, &sources[2]);
sys/dev/ic/ac97.c
2203
ac97_add_port(as, &sources[3]);
sys/dev/ic/ac97.c
2204
ac97_add_port(as, &sources[4]);
sys/dev/ic/ac97.c
2205
ac97_add_port(as, &sources[5]);
sys/dev/ic/ac97.c
2254
static const struct ac97_source_info sources[3] = {
sys/dev/ic/ac97.c
2271
ac97_add_port(as, &sources[0]);
sys/dev/ic/ac97.c
2272
ac97_add_port(as, &sources[1]);
sys/dev/ic/ac97.c
2273
ac97_add_port(as, &sources[2]);
sys/kern/kern_entropy.c
1834
LIST_INSERT_HEAD(&E->sources, rs, list);
sys/kern/kern_entropy.c
195
LIST_HEAD(,krndsource) sources; /* list of entropy sources */
sys/kern/kern_entropy.c
1995
LIST_FOREACH(rs, &E->sources, list) {
sys/kern/kern_entropy.c
204
.sources = LIST_HEAD_INITIALIZER(entropy_global.sources),
sys/kern/kern_entropy.c
2602
LIST_FOREACH(rs, &E->sources, list) {
sys/kern/kern_entropy.c
2638
LIST_FOREACH(rs, &E->sources, list) {
sys/kern/kern_entropy.c
2670
LIST_FOREACH(rs, &E->sources, list) {
sys/kern/kern_entropy.c
2701
LIST_FOREACH(rs, &E->sources, list) {
sys/kern/kern_entropy.c
2733
LIST_FOREACH(rs, &E->sources, list) {
sys/kern/kern_entropy.c
422
LIST_FOREACH(rs, &E->sources, list)
usr.bin/make/parse.c
1577
GNodeList sources = LST_INIT;
usr.bin/make/parse.c
1578
if (!Arch_ParseArchive(&start, &sources,
usr.bin/make/parse.c
1586
while (!Lst_IsEmpty(&sources)) {
usr.bin/make/parse.c
1587
GNode *gn = Lst_Dequeue(&sources);
usr.bin/make/parse.c
1591
Lst_Done(&sources);
usr.bin/make/suff.c
1030
RemoveCandidate(CandidateList *sources)
usr.bin/make/suff.c
1035
debug_printf("cleaning list %p:", sources);
usr.bin/make/suff.c
1036
CandidateList_PrintAddrs(sources);
usr.bin/make/suff.c
1039
for (ln = sources->first; ln != NULL; ln = ln->next) {
usr.bin/make/suff.c
1059
sources, src, src->file, src->numChildren);
usr.bin/make/suff.c
1062
Lst_Remove(sources, ln);
usr.bin/make/suff.c
1070
sources, src, src->file, src->numChildren);
usr.bin/make/suff.c
1081
FindThem(CandidateList *sources, CandidateSearcher *cs)
usr.bin/make/suff.c
1087
while (!Lst_IsEmpty(sources)) {
usr.bin/make/suff.c
1088
Candidate *src = Lst_Dequeue(sources);
usr.bin/make/suff.c
1092
sources, src, src->file);
usr.bin/make/suff.c
1119
CandidateList_AddCandidatesFor(sources, src);
usr.bin/make/suff.c
1653
CandidateList *sources, CandidateList *targets)
usr.bin/make/suff.c
1668
CandidateList_AddCandidatesFor(sources, targ);
usr.bin/make/suff.c
1677
CandidateList *sources, CandidateList *targets)
usr.bin/make/suff.c
1696
CandidateList_AddCandidatesFor(sources, targ);
usr.bin/make/suff.c
1765
CandidateList sources = LST_INIT;
usr.bin/make/suff.c
1806
FindDepsRegularKnown(name, nameLen, gn, &sources, &targets);
usr.bin/make/suff.c
1809
FindDepsRegularUnknown(gn, name, &sources, &targets);
usr.bin/make/suff.c
1816
bottom = FindThem(&sources, cs);
usr.bin/make/suff.c
1943
while (RemoveCandidate(&sources) || RemoveCandidate(&targets))
usr.bin/make/suff.c
1946
CandidateSearcher_MoveAll(cs, &sources);
usr.sbin/edquota/edquota.c
106
enum sources source[EDQUOTA_NUMOBJTYPES];
usr.sbin/edquota/edquota.c
164
source_is_real(enum sources source)