Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
418 B

  1. Summary of magic trace values:
  2. fcfcfcfc - SPUD I/O Completions
  3. fefefefe - All I/O Completions
  4. fafafafa - SPUD (Transmit|Send)AndRecv completion
  5. fdfdfdfd - SPUD (Transmit|Send)AndRecv completion upcall to client occurs
  6. fbfbfbfb - TransmitFileAndRecv status code
  7. a, c, d, and e are all in AtqpProcessContext (atqsupp.cxx)
  8. b is in I_AtqTransmitFileAndRecv (spud.cxx)
  9. more detail as I get to it..