OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:totaladbs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/mac68k/dev/
adb.c
131
int
totaladbs
;
local in function:adb_config_interrupts
175
totaladbs
= CountADBs();
177
printf(": %d target%s\n",
totaladbs
, (
totaladbs
== 1) ? "" : "s");
188
for (adbindex = 1; adbindex <=
totaladbs
; adbindex++) {
/src/sys/arch/macppc/dev/
adb.c
107
int
totaladbs
;
local in function:adbattach
168
totaladbs
= CountADBs();
170
printf("%d targets\n",
totaladbs
);
181
for (adbindex = 1; adbindex <=
totaladbs
; adbindex++) {
Completed in 11 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025