gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:INDEX_MPL (0.00 seconds)
mtkernel_3
include/sys/knldef.h - 6.9KB - 238 lines
147: #define CHK_MPLID(id)   ((MIN_MPLID) <= (id) && (id) <= (MAX_MPLID))
148: #define INDEX_MPL(id)   ((id)-(MIN_MPLID))
149: #define ID_MPL(index)   ((index)+(MIN_MPLID))
tkernel_2
kernel/tkernel/src/config.h - 6.2KB - 175 lines
83: #define CHK_MPLID(id)   ((MIN_MPLID) <= (id) && (id) <= (MAX_MPLID))
84: #define INDEX_MPL(id)   ((id)-(MIN_MPLID))
85: #define ID_MPL(index)   ((index)+(MIN_MPLID))