Lines Matching full:i
10 uint8_t* b, ssize_t i, size_t component_image_size, in create_pldm_component_image_info_area_v1_0_0() argument
14 b[i++] = 0x1; in create_pldm_component_image_info_area_v1_0_0()
15 b[i++] = 0x0; in create_pldm_component_image_info_area_v1_0_0()
21 b[i++] = 0x1; // this is vendor selected value in create_pldm_component_image_info_area_v1_0_0()
22 b[i++] = 0x0; in create_pldm_component_image_info_area_v1_0_0()
25 b[i++] = 0x1; // this is vendor selected value in create_pldm_component_image_info_area_v1_0_0()
26 b[i++] = 0x0; in create_pldm_component_image_info_area_v1_0_0()
29 b[i++] = 0xff; in create_pldm_component_image_info_area_v1_0_0()
30 b[i++] = 0xff; in create_pldm_component_image_info_area_v1_0_0()
31 b[i++] = 0xff; in create_pldm_component_image_info_area_v1_0_0()
32 b[i++] = 0xff; in create_pldm_component_image_info_area_v1_0_0()
35 b[i++] = 0x00; in create_pldm_component_image_info_area_v1_0_0()
36 b[i++] = 0x00; in create_pldm_component_image_info_area_v1_0_0()
39 b[i++] = 0b100000; // AC Power Cycle in create_pldm_component_image_info_area_v1_0_0()
40 b[i++] = 0x0; in create_pldm_component_image_info_area_v1_0_0()
44 componentLocationOffsetIndex = i; in create_pldm_component_image_info_area_v1_0_0()
45 b[i++] = 0x0; in create_pldm_component_image_info_area_v1_0_0()
46 b[i++] = 0x0; in create_pldm_component_image_info_area_v1_0_0()
47 b[i++] = 0x0; in create_pldm_component_image_info_area_v1_0_0()
48 b[i++] = 0x0; in create_pldm_component_image_info_area_v1_0_0()
51 b[i++] = (component_image_size >> 0) & 0xff; in create_pldm_component_image_info_area_v1_0_0()
52 b[i++] = (component_image_size >> 8) & 0xff; in create_pldm_component_image_info_area_v1_0_0()
53 b[i++] = (component_image_size >> 16) & 0xff; in create_pldm_component_image_info_area_v1_0_0()
54 b[i++] = (component_image_size >> 24) & 0xff; in create_pldm_component_image_info_area_v1_0_0()
57 b[i++] = 0x1; // type = Ascii in create_pldm_component_image_info_area_v1_0_0()
61 b[i++] = strlen(buf); in create_pldm_component_image_info_area_v1_0_0()
66 b[i++] = buf[j]; in create_pldm_component_image_info_area_v1_0_0()
69 return i; in create_pldm_component_image_info_area_v1_0_0()