gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:INDEX_MBX (0.00 seconds)
mtkernel_3
include/sys/knldef.h - 6.9KB - 238 lines
111: #define CHK_MBXID(id)   ((MIN_MBXID) <= (id) && (id) <= (MAX_MBXID))
112: #define INDEX_MBX(id)   ((id)-(MIN_MBXID))
113: #define ID_MBX(index)   ((index)+(MIN_MBXID))
tkernel_2
kernel/tkernel/src/config.h - 6.2KB - 175 lines
59: #define CHK_MBXID(id)   ((MIN_MBXID) <= (id) && (id) <= (MAX_MBXID))
60: #define INDEX_MBX(id)   ((id)-(MIN_MBXID))
61: #define ID_MBX(index)   ((index)+(MIN_MBXID))