OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:adbInTail
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/macppc/dev/
adb_direct.c
214
int
adbInTail
= 0; /* tail of in queue */
762
adbInbound[
adbInTail
].compRout = (void *)block.dbServiceRtPtr;
763
adbInbound[
adbInTail
].compData = (void *)block.dbDataAreaAddr;
764
adbInbound[
adbInTail
].saveBuf = (void *)adbInbound[
adbInTail
].data;
766
adbInbound[
adbInTail
].compRout = in->compRout;
767
adbInbound[
adbInTail
].compData = in->compData;
768
adbInbound[
adbInTail
].saveBuf = in->saveBuf;
782
memcpy(adbInbound[
adbInTail
].data + 1, in->data + start + 1, len);
783
adbInbound[
adbInTail
].data[0] = len
[
all
...]
/src/sys/arch/mac68k/dev/
adb_direct.c
265
int
adbInTail
= 0; /* tail of in queue */
1710
adbInbound[
adbInTail
].compRout = (void *)block.dbServiceRtPtr;
1711
adbInbound[
adbInTail
].compData = (void *)block.dbDataAreaAddr;
1712
adbInbound[
adbInTail
].saveBuf = (void *)adbInbound[
adbInTail
].data;
1714
adbInbound[
adbInTail
].compRout = (void *)in->compRout;
1715
adbInbound[
adbInTail
].compData = (void *)in->compData;
1716
adbInbound[
adbInTail
].saveBuf = (void *)in->saveBuf;
1730
memcpy(adbInbound[
adbInTail
].data + 1, in->data + start + 1, len);
1731
adbInbound[
adbInTail
].data[0] = len
[
all
...]
Completed in 12 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025