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

  /src/sys/arch/macppc/dev/
adb_direct.c 220 int tickle_count = 0; /* how many tickles seen for this packet? */ variable in typeref:typename:int
301 if (++tickle_count > 0) {
310 tickle_count = 0;
314 tickle_count = 0;
  /src/sys/arch/mac68k/dev/
adb_direct.c 271 int tickle_count = 0; /* how many tickles seen for this packet? */ variable in typeref:typename:int
376 if (++tickle_count > 0) {
385 tickle_count = 0;
389 tickle_count = 0;

Completed in 65 milliseconds