Searched refs:OS_SHOOK_ACTIVATE (Results 1 – 1 of 1) sorted by relevance
| /kernel/uniproton/src/om/include/ |
| D | prt_hook_external.h | 74 #define OS_SHOOK_ACTIVATE(hookType, funcType, list) \ macro 94 #define OS_SHOOK_ACTIVATE_PARA0(hookType) OS_SHOOK_ACTIVATE((hookType), OsFunPara0, pfn()) 95 #define OS_SHOOK_ACTIVATE_PARA1(hookType, arg0) OS_SHOOK_ACTIVATE((hookType), OsFunPara1, pfn((uint… 96 #define OS_SHOOK_ACTIVATE_PARA2(hookType, arg0, arg1) OS_SHOOK_ACTIVATE((hookType), \ 98 #define OS_SHOOK_ACTIVATE_PARA3(hookType, arg0, arg1, arg2) OS_SHOOK_ACTIVATE((hookType), \ 101 OS_SHOOK_ACTIVATE((hookType), OsFunPara4, \ 104 OS_SHOOK_ACTIVATE((hookType), OsFunPara5, \
|