Searched refs:cont (Results 1 – 15 of 15) sorted by relevance
| /openbmc/u-boot/tools/ |
| H A D | fit_image.c | 84 struct content_info *cont; in fit_calc_size() local 99 for (cont = params->content_head; cont; cont = cont->next) { in fit_calc_size() 100 size = imagetool_get_filesize(params, cont->fname); in fit_calc_size() 193 struct content_info *cont; in fit_write_images() local 227 for (cont = params->content_head; cont; cont = cont->next) { in fit_write_images() 228 if (cont->type != IH_TYPE_FLATDT) in fit_write_images() 233 get_basename(str, sizeof(str), cont->fname); in fit_write_images() 236 cont->fname); in fit_write_images() 279 struct content_info *cont; in fit_write_configs() local 288 for (cont = params->content_head; cont; cont = cont->next) { in fit_write_configs() [all …]
|
| H A D | mkimage.c | 122 struct content_info *cont; in add_content() local 124 cont = calloc(1, sizeof(*cont)); in add_content() 125 if (!cont) in add_content() 127 cont->type = type; in add_content() 128 cont->fname = fname; in add_content() 130 params.content_tail->next = cont; in add_content() 132 params.content_head = cont; in add_content() 133 params.content_tail = cont; in add_content()
|
| /openbmc/u-boot/scripts/ |
| H A D | decodecode | 24 cont= 31 cont=yes 34 [ -n "$cont" ] && { 39 cont=
|
| H A D | kernel-doc | 2008 my $cont = $1; 2011 if ($cont =~ m/^(\s+)/) { 2017 $cont =~ s/^$leading_space//; 2019 $contents .= $cont . "\n";
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | streamline_config.pl | 161 my $cont = 0; 179 if ($cont) { 184 $cont = 1; 189 $cont = 0;
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 280.out | 37 {"execute": "cont", "arguments": {}}
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
| H A D | 0002-Fix-in-AEAD-for-psa-arch-test-254.patch | 29 @@ -314,6 +314,7 @@ static inline psa_status_t crypto_caller_aead_update(struct service_client *cont
|
| /openbmc/qemu/qapi/ |
| H A D | misc.json | 155 # @cont: 176 { 'command': 'cont' }
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | lpt_commit.c | 42 int i, cont = 0; in first_dirty_cnode() local 53 cont = 1; in first_dirty_cnode() 57 if (!cont) in first_dirty_cnode()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/ |
| H A D | 0001-Fix-Translations-containing-invalid-directives-hs.patch | 56 -"Al diàleg de cerca, %1$s conté una referència a %2$.20hs\n" 57 +"Al diàleg de cerca, %1$s conté una referència a %2$.20s\n"
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-4.0.19.rst | 21 - linux-yocto/5.15 (cont.): Ignore :cve_nist:`2022-48626`, :cve_nist:`2022-48627`, :cve_nist:`2022…
|
| H A D | release-notes-5.0.3.rst | 22 - linux-yocto/6.6 (cont.): Ignore :cve_nist:`2023-6270`, :cve_nist:`2023-6356`, :cve_nist:`2023-65…
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | inactive-node-nbd.out | 231 {"execute": "cont", "arguments": {}}
|
| /openbmc/qemu/docs/interop/ |
| H A D | live-block-operations.rst | 787 QMP command ``cont``:: 789 (QEMU) cont 791 "execute": "cont",
|
| /openbmc/pldm/pldmtool/ |
| H A D | pldm_platform_cmd.cpp | 2065 const std::map<uint8_t, std::string>* cont) in getSensorState() argument 2070 return cont->at(state); in getSensorState()
|