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
46 lines
1.4 KiB
/************************************************************************\
|
|
*
|
|
* MODULE: exts.h
|
|
*
|
|
* DESCRIPTION: macro driving file for use with stdexts.h and stdexts.c.
|
|
*
|
|
* Copyright (c) 6/9/1995, Microsoft Corporation
|
|
*
|
|
* 6/9/1995 SanfordS Created
|
|
*
|
|
\************************************************************************/
|
|
|
|
DOIT( help
|
|
,"help -v [cmd]\n"
|
|
," help - Prints short help text on all commands.\n"
|
|
" help -v - Prints long help text on all commands.\n"
|
|
" help cmd - Prints long help on given command.\n"
|
|
,"v"
|
|
,CUSTOM)
|
|
|
|
DOIT( dso
|
|
,"dso <struct> [field] [address]\n"
|
|
," - Dumps struct offsets and values, e.g:\n"
|
|
" dso PX_ADAPTER 806955b0\n"
|
|
" available structs:\n"
|
|
" PX_TAPI_LINE\n"
|
|
" PX_TAPI_ADDR\n"
|
|
" PX_TAPI_PROVIDER\n"
|
|
" TAPI_TSP_CB\n"
|
|
" TAPI_LINE_TABLE\n"
|
|
" TAPI_ADDR_TABLE\n"
|
|
" LINE_DEV_CAPS\n"
|
|
" LINE_ADDRESS_CAPS\n"
|
|
" LINE_ADDRESS_STATUS\n"
|
|
" LINE_DEV_STATUS\n"
|
|
" TSP_EVENT_LIST\n"
|
|
" VC_TABLE\n"
|
|
" PX_DEVICE_EXTENSION\n"
|
|
" PX_ADAPTER\n"
|
|
" PX_CM_AF\n"
|
|
" PX_CM_SAP\n"
|
|
" PX_CL_AF\n"
|
|
" PX_CL_SAP\n"
|
|
" PX_VC\n"
|
|
,""
|
|
,CUSTOM)
|