Searched defs:systemType (Results 1 – 3 of 3) sorted by relevance
26 uint16_t systemType : 3; member35 uint16_t systemType : 3; member
146 char *systemType = jsonSyscapObj->valuestring; in SetPCIDHeader() local429 …ckJsonRootObj(struct FreeDecodePcidJsonInfo freePcidJsonInfo, PCIDMain *pcidMain, char *systemType) in CheckJsonRootObj()503 …char *systemType = pcidMain->systemType == 0b001 ? "mini" :(pcidMain->systemType == 0b010 ? "small… in DecodePCID() local591 char *systemType = header->systemType == 0b001 ? "mini" : in AddHeaderToJsonObj() local
55 uint16_t systemType : 3; member