OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_statindex
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hp300/dev/
mt.c
109
short
sc_statindex
; /* index for next sc_stat when MTF_STATTIMEO */
member in struct:mt_softc
268
sc->
sc_statindex
= 0;
291
MTT_STAT, ((char *)&(sc->sc_stat)) + sc->
sc_statindex
,
292
sizeof(sc->sc_stat) - sc->
sc_statindex
);
294
if (retval != sizeof(sc->sc_stat) - sc->
sc_statindex
) {
299
sc->
sc_statindex
+= retval;
310
sc->
sc_statindex
= 0;
/src/sys/dev/gpib/
mt.c
122
short
sc_statindex
; /* index for next sc_stat when MTF_STATTIMEO */
member in struct:mt_softc
286
sc->
sc_statindex
= 0;
310
((char *)&(sc->sc_stat)) + sc->
sc_statindex
,
311
sizeof(sc->sc_stat) - sc->
sc_statindex
);
313
if (retval != sizeof(sc->sc_stat) - sc->
sc_statindex
) {
318
sc->
sc_statindex
+= retval;
329
sc->
sc_statindex
= 0;
Completed in 13 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025