Searched defs:SCM_LEGACY_FNID (Results 1 – 2 of 2) sorted by relevance
70 #define SCM_LEGACY_FNID(s, c) (((s) << 10) | ((c) & 0x3ff)) macro
73 #define SCM_LEGACY_FNID(s, c) (((s) << 10) | ((c) & 0x3ff)) macro