HomeSort by: relevance | last modified time | path
    Searched defs:zssoftpending (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/next68k/dev/
zs.c 303 static volatile int zssoftpending; variable in typeref:typename:volatile int
  /src/sys/arch/mipsco/obio/
zs.c 127 static volatile int zssoftpending; variable in typeref:typename:volatile int
334 if (softreq && (zssoftpending == 0)) {
335 zssoftpending = 1;
353 if (zssoftpending == 0)
358 * the variable zssoftpending is zero. The order of
363 zssoftpending = 0;
  /src/sys/arch/sgimips/dev/
zs.c 147 static volatile int zssoftpending; variable in typeref:typename:volatile int
389 if (softreq && (zssoftpending == 0)) {
390 zssoftpending = 1;
407 if (zssoftpending == 0)
412 * the variable zssoftpending is zero. The order of
417 zssoftpending = 0;

Completed in 25 milliseconds