Searched refs:string_size (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | virtio-9p-client.c | 300 uint16_t string_size; in v9fs_tversion() local 318 string_size = v9fs_string_size(opt.version); in v9fs_tversion() 319 g_assert_cmpint(body_size, <=, UINT32_MAX - string_size); in v9fs_tversion() 320 body_size += string_size; in v9fs_tversion() 845 uint16_t string_size = v9fs_string_size(opt.name); in v9fs_tmkdir() local 847 g_assert_cmpint(body_size, <=, UINT32_MAX - string_size); in v9fs_tmkdir() 848 body_size += string_size; in v9fs_tmkdir() 905 uint16_t string_size = v9fs_string_size(opt.name); in v9fs_tlcreate() local 907 g_assert_cmpint(body_size, <=, UINT32_MAX - string_size); in v9fs_tlcreate() 908 body_size += string_size; in v9fs_tlcreate() [all …]
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_hii.c | 901 efi_uintn_t *string_size, in get_string() argument 908 package_list, string_id, string, string_size, in get_string() 925 if (*string_size < len) { in get_string() 926 *string_size = len; in get_string() 931 *string_size = len; in get_string()
|
| /openbmc/u-boot/tools/ |
| H A D | image-host.c | 111 int string_size; in fit_image_write_sig() local 118 string_size = fdt_size_dt_strings(fit); in fit_image_write_sig() 144 strdata[1] = cpu_to_fdt32(string_size); in fit_image_write_sig()
|
| /openbmc/u-boot/include/ |
| H A D | efi_api.h | 980 efi_uintn_t *string_size,
|