netbufeventset.scp
来自「IXP425的BSP代码」· SCP 代码 · 共 33 行
SCP
33 行
# NetBufEventSet.scp - WindView event points for network buffer management.## modification history# --------------------# 01a,12dec97,spm created.## DESCRIPTION# Add basic instrumentation for network buffers (user events 12-19, inclusive).# _pNetPoolFuncTbl->pMblkFreeRtne ( *(_pNetPoolFuncTbl + 4), 12, 0, 0, 0);# _pNetPoolFuncTbl->pClBlkFreeRtne ( *(_pNetPoolFuncTbl + 8), 13, 0, 0, 0);# _pNetPoolFuncTbl->pClFreeRtne ( *(_pNetPoolFuncTbl + 12), 14, 0, 0, 0);# _pNetPoolFuncTbl->pMblkClFreeRtne ( *(_pNetPoolFuncTbl + 16), 15, 0, 0, 0);# _pNetPoolFuncTbl->pMblkGetRtne ( *(_pNetPoolFuncTbl + 20), 16, 0, 0, 0);# _pNetPoolFuncTbl->pClBlkGetRtne ( *(_pNetPoolFuncTbl + 24), 17, 0, 0, 0);# _pNetPoolFuncTbl->pClGetRtne ( *(_pNetPoolFuncTbl + 28), 18, 0, 0, 0);# _pNetPoolFuncTbl->pMblkClGetRtne ( *(_pNetPoolFuncTbl + 32), 19, 0, 0, 0);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?