Searched refs:appid (Results 1 – 2 of 2) sorted by relevance
161 #define MBP_MAKE_IDENT(appid, item) ((appid << 8) | item) argument162 #define MBP_IDENT(appid, item) \ argument163 MBP_MAKE_IDENT(MBP_APPID_##appid, MBP_##appid##_##item##_ITEM)
50 char appid[128]; /* application identifier */ member88 char appid[128]; /* application identifier */ member
Completed in 4 milliseconds