Lines Matching refs:b
12 uint8_t* b, ssize_t i, size_t component_image_size, in create_pldm_component_image_info_area_v1_0_0() argument
16 b[i++] = 0x1; in create_pldm_component_image_info_area_v1_0_0()
17 b[i++] = 0x0; in create_pldm_component_image_info_area_v1_0_0()
23 b[i++] = 0x1; // this is vendor selected value in create_pldm_component_image_info_area_v1_0_0()
24 b[i++] = 0x0; in create_pldm_component_image_info_area_v1_0_0()
27 b[i++] = 0x1; // this is vendor selected value in create_pldm_component_image_info_area_v1_0_0()
28 b[i++] = 0x0; 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()
33 b[i++] = 0xff; in create_pldm_component_image_info_area_v1_0_0()
34 b[i++] = 0xff; in create_pldm_component_image_info_area_v1_0_0()
37 b[i++] = 0x00; in create_pldm_component_image_info_area_v1_0_0()
38 b[i++] = 0x00; in create_pldm_component_image_info_area_v1_0_0()
41 b[i++] = 0b100000; // AC Power Cycle in create_pldm_component_image_info_area_v1_0_0()
42 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()
49 b[i++] = 0x0; in create_pldm_component_image_info_area_v1_0_0()
50 b[i++] = 0x0; in create_pldm_component_image_info_area_v1_0_0()
53 b[i++] = (component_image_size >> 0) & 0xff; in create_pldm_component_image_info_area_v1_0_0()
54 b[i++] = (component_image_size >> 8) & 0xff; in create_pldm_component_image_info_area_v1_0_0()
55 b[i++] = (component_image_size >> 16) & 0xff; in create_pldm_component_image_info_area_v1_0_0()
56 b[i++] = (component_image_size >> 24) & 0xff; in create_pldm_component_image_info_area_v1_0_0()
59 b[i++] = 0x1; // type = Ascii in create_pldm_component_image_info_area_v1_0_0()
63 b[i++] = strlen(buf); in create_pldm_component_image_info_area_v1_0_0()
68 b[i++] = buf[j]; in create_pldm_component_image_info_area_v1_0_0()