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

  /src/sys/arch/macppc/dev/
adb_direct.c 222 int adb_cuda_serial = 0; /* the current packet */ variable in typeref:typename:int
300 if (tickle_serial == adb_cuda_serial) {
309 tickle_serial = adb_cuda_serial;
313 tickle_serial = adb_cuda_serial;
358 adb_cuda_serial++;
  /src/sys/arch/mac68k/dev/
adb_direct.c 273 int adb_cuda_serial = 0; /* the current packet */ variable in typeref:typename:int
375 if (tickle_serial == adb_cuda_serial) {
384 tickle_serial = adb_cuda_serial;
388 tickle_serial = adb_cuda_serial;
425 adb_cuda_serial++;

Completed in 13 milliseconds