OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commandCount
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/shark/shark/
scr.c
479
int
commandCount
; /* number of command bytes sent */
1682
sc->
commandCount
= 0;
1685
sc->dataByte = sc->pIoctlT0->command[sc->
commandCount
];
1701
sc->
commandCount
++;
1702
if (sc->
commandCount
< CMD_BUF_LEN)
1704
sc->dataByte = sc->pIoctlT0->command[sc->
commandCount
];
1709
ASSERT(sc->
commandCount
== CMD_BUF_LEN);
1985
sc->
commandCount
= 0;
1992
sc->dataByte = sc->pIoctlT0->command[sc->
commandCount
];
2006
sc->
commandCount
++
[
all
...]
scr.c
479
int
commandCount
; /* number of command bytes sent */
1682
sc->
commandCount
= 0;
1685
sc->dataByte = sc->pIoctlT0->command[sc->
commandCount
];
1701
sc->
commandCount
++;
1702
if (sc->
commandCount
< CMD_BUF_LEN)
1704
sc->dataByte = sc->pIoctlT0->command[sc->
commandCount
];
1709
ASSERT(sc->
commandCount
== CMD_BUF_LEN);
1985
sc->
commandCount
= 0;
1992
sc->dataByte = sc->pIoctlT0->command[sc->
commandCount
];
2006
sc->
commandCount
++
[
all
...]
Completed in 59 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025