HomeSort by: relevance | last modified time | path
    Searched refs:sc_count (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/dev/mvme/
lpt_mvme.c 211 sc->sc_count = 0;
248 if (sc->sc_count)
269 while (sc->sc_count > 0) {
291 sc->sc_count--;
298 while (sc->sc_count > 0) {
302 sc->sc_count));
332 sc->sc_count = n;
339 uio->uio_resid += sc->sc_count;
340 sc->sc_count = 0;
355 if (sc->sc_count) {
    [all...]
lptvar.h 49 size_t sc_count; member in struct:lpt_softc
  /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/dev/ic/
lpt.c 219 sc->sc_count = 0;
278 if (sc->sc_count)
304 while (sc->sc_count > 0) {
330 sc->sc_count--;
341 while (sc->sc_count > 0) {
346 (u_long)sc->sc_count));
374 sc->sc_count = n;
381 uio->uio_resid += sc->sc_count;
382 sc->sc_count = 0;
409 if (sc->sc_count) {
    [all...]
lptvar.h 65 size_t sc_count; member in struct:lpt_softc
  /src/sys/dev/tprof/
tprof.c 462 tprof_param_t *param = &tb->tb_softc.sc_count[counter].ctr_param;
471 tprof_param_t *param = &tb->tb_softc.sc_count[counter].ctr_param;
513 sc->sc_count[c].ctr_bitwidth =
516 sc_param = &sc->sc_count[c].ctr_param;
523 sc->sc_count[c].ctr_counter_val = freq / TPROF_HZ;
524 if (sc->sc_count[c].ctr_counter_val == 0) {
528 sc->sc_count[c].ctr_counter_val =
543 sc->sc_count[c].ctr_counter_val =
544 sc->sc_count[c].ctr_counter_val * inum +
545 (sc->sc_count[c].ctr_counter_val * dnum >> 32)
    [all...]
tprof.h 55 struct tprof_backend_softc_counter sc_count[TPROF_MAXCOUNTERS]; member in struct:tprof_backend_softc
tprof_armv7.c 240 sc->sc_count[bit].ctr_counter_reset_val);
242 sc->sc_count[bit].ctr_counter_val + ctr;
tprof_armv8.c 212 sc->sc_count[bit].ctr_counter_reset_val);
214 sc->sc_count[bit].ctr_counter_val + ctr;
tprof_x86_amd.c 207 sc->sc_count[bit].ctr_counter_reset_val);
209 sc->sc_count[bit].ctr_counter_val + ctr;
tprof_x86_intel.c 200 sc->sc_count[bit].ctr_counter_reset_val);
202 sc->sc_count[bit].ctr_counter_val + ctr;
  /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/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/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/hp300/dev/
hpibvar.h 203 int sc_count; member in struct:hpibbus_softc
fhpib.c 377 hs->sc_count = count;
486 hs->sc_count -= cnt;
491 __func__, hs->sc_addr, hs->sc_count);
499 cnt = hs->sc_count;
nhpib.c 419 hs->sc_count = count;
479 hs->sc_count -= cnt;
488 if (hs->sc_count == 1) {
495 else if (hs->sc_count)
  /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;
  /src/sys/arch/newsmips/dev/
sc_wrap.c 444 sc_param->sc_count = count;

Completed in 43 milliseconds