Leaked source code of windows server 2003
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.

46 lines
1.4 KiB

  1. /************************************************************************\
  2. *
  3. * MODULE: exts.h
  4. *
  5. * DESCRIPTION: macro driving file for use with stdexts.h and stdexts.c.
  6. *
  7. * Copyright (c) 6/9/1995, Microsoft Corporation
  8. *
  9. * 6/9/1995 SanfordS Created
  10. *
  11. \************************************************************************/
  12. DOIT( help
  13. ,"help -v [cmd]\n"
  14. ," help - Prints short help text on all commands.\n"
  15. " help -v - Prints long help text on all commands.\n"
  16. " help cmd - Prints long help on given command.\n"
  17. ,"v"
  18. ,CUSTOM)
  19. DOIT( dso
  20. ,"dso <struct> [field] [address]\n"
  21. ," - Dumps struct offsets and values, e.g:\n"
  22. " dso PX_ADAPTER 806955b0\n"
  23. " available structs:\n"
  24. " PX_TAPI_LINE\n"
  25. " PX_TAPI_ADDR\n"
  26. " PX_TAPI_PROVIDER\n"
  27. " TAPI_TSP_CB\n"
  28. " TAPI_LINE_TABLE\n"
  29. " TAPI_ADDR_TABLE\n"
  30. " LINE_DEV_CAPS\n"
  31. " LINE_ADDRESS_CAPS\n"
  32. " LINE_ADDRESS_STATUS\n"
  33. " LINE_DEV_STATUS\n"
  34. " TSP_EVENT_LIST\n"
  35. " VC_TABLE\n"
  36. " PX_DEVICE_EXTENSION\n"
  37. " PX_ADAPTER\n"
  38. " PX_CM_AF\n"
  39. " PX_CM_SAP\n"
  40. " PX_CL_AF\n"
  41. " PX_CL_SAP\n"
  42. " PX_VC\n"
  43. ,""
  44. ,CUSTOM)