gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:INDEX_MBF (0.00 seconds)
mtkernel_3
include/sys/knldef.h - 6.9KB - 238 lines
135: #define CHK_MBFID(id)   ((MIN_MBFID) <= (id) && (id) <= (MAX_MBFID))
136: #define INDEX_MBF(id)   ((id)-(MIN_MBFID))
137: #define ID_MBF(index)   ((index)+(MIN_MBFID))
tkernel_2
kernel/tkernel/src/config.h - 6.2KB - 175 lines
67: #define CHK_MBFID(id)   ((MIN_MBFID) <= (id) && (id) <= (MAX_MBFID))
68: #define INDEX_MBF(id)   ((id)-(MIN_MBFID))
69: #define ID_MBF(index)   ((index)+(MIN_MBFID))