gonzui


Format: Advanced Search

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