Home
last modified time | relevance | path

Searched refs:pcidMain (Results 1 – 1 of 1) sorted by relevance

/developtools/syscap_codec/src/
Dcreate_pcid.c352 PCIDMain *pcidMain = (PCIDMain *)contextBuffer; in DecodePCID() local
355 if (pcidMain->apiVersionType != 0) { in DecodePCID()
362 char *systemType = pcidMain->systemType == 0b001 ? "mini" : in DecodePCID()
363 (pcidMain->systemType == 0b010 ? "small" : in DecodePCID()
364 (pcidMain->systemType == 0b100 ? "standard" : NULL)); in DecodePCID()
366 PRINT_ERR("prase file failed, systemType is invaild, %u\n", pcidMain->systemType); in DecodePCID()
378 …nRet = memcpy_s(osSyscap, OS_SYSCAP_BYTES, (uint8_t *)pcidMain + 8, OS_SYSCAP_BYTES); // 8, bytes … in DecodePCID()
422 char *ptrPrivateSyscap = (char *)(pcidMain + 1); in DecodePCID()
470 if (!cJSON_AddNumberToObject(jsonRootObj, "api_version", NtohsInter(pcidMain->apiVersion))) { in DecodePCID()
475 …if (!cJSON_AddNumberToObject(jsonRootObj, "manufacturer_id", NtohlInter(pcidMain->manufacturerID))… in DecodePCID()
[all …]