OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_count
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/dev/ic/
lptvar.h
65
size_t
sc_count
;
member in struct:lpt_softc
/src/sys/arch/x68k/dev/
powsw.c
85
int
sc_count
;
member in struct:powsw_softc
207
sc->
sc_count
++;
210
sc->
sc_count
= 1;
213
if (sc->
sc_count
< POWSW_THRESHOLD) {
258
sc->
sc_count
= 0;
/src/sys/dev/mvme/
lptvar.h
49
size_t
sc_count
;
member in struct:lpt_softc
/src/sys/dev/tprof/
tprof.h
55
struct tprof_backend_softc_counter
sc_count
[TPROF_MAXCOUNTERS];
member in struct:tprof_backend_softc
/src/sys/arch/macppc/dev/
obiofan.c
57
int
sc_count
[4], sc_rpm[4];
member in struct:obiofan_softc
141
sc->
sc_count
[cnt] =
172
spins = (spin - sc->
sc_count
[i]) & 0xffff;
174
sc->
sc_count
[i] = spin;
/src/sys/arch/emips/ebus/
icap_ebus.c
78
int
sc_count
;
member in struct:icap_softc
136
sc->
sc_count
= 0;
300
sc->
sc_count
= bp->b_resid;
322
while (count < sc->
sc_count
) {
335
if (count > sc->
sc_count
)
336
count = sc->
sc_count
;
348
sc->
sc_count
-= count;
350
if (sc->
sc_count
<= 0)
/src/sys/arch/evbmips/loongson/
loongson_clock.c
52
static uint32_t
sc_count
; /* should probably be 64 bit */
variable in typeref:typename:uint32_t
150
sc_count
= 0;
231
sc_count
+= scale(diff, sc_step);
266
return
sc_count
+ scale(diff, sc_step);
/src/sys/dev/pci/voyager/
pwmclock.c
63
uint32_t
sc_count
; /* should probably be 64 bit */
member in struct:pwmclock_softc
301
sc->
sc_count
+= scale(diff, sc->sc_step);
316
sc->
sc_count
= 0;
331
return sc->
sc_count
+ scale(diff, sc->sc_step);
/src/sys/arch/atari/dev/
lpt.c
98
size_t
sc_count
;
member in struct:lpt_softc
230
sc->
sc_count
= 0;
265
if (sc->
sc_count
)
292
while (sc->
sc_count
> 0) {
315
sc->
sc_count
--;
323
while (sc->
sc_count
> 0) {
327
sc->
sc_count
);
351
sc->
sc_count
= n;
358
uio->uio_resid += sc->
sc_count
;
359
sc->
sc_count
= 0
[
all
...]
/src/sys/arch/hp300/dev/
hpibvar.h
203
int
sc_count
;
member in struct:hpibbus_softc
/src/sys/arch/sgimips/mace/
mavb.c
145
int
sc_count
;
member in struct:mavb_softc
742
if (++sc->
sc_count
>= sc->sc_blksize) {
745
sc->
sc_count
= 0;
772
sc->
sc_count
= 0;
Completed in 20 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025