Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dfit_image.c84 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 Dmkimage.c122 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 Ddecodecode24 cont=
31 cont=yes
34 [ -n "$cont" ] && {
39 cont=
H A Dkernel-doc2008 my $cont = $1;
2011 if ($cont =~ m/^(\s+)/) {
2017 $cont =~ s/^$leading_space//;
2019 $contents .= $cont . "\n";
/openbmc/u-boot/scripts/kconfig/
H A Dstreamline_config.pl161 my $cont = 0;
179 if ($cont) {
184 $cont = 1;
189 $cont = 0;
/openbmc/qemu/tests/qemu-iotests/
H A D280.out37 {"execute": "cont", "arguments": {}}
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0002-Fix-in-AEAD-for-psa-arch-test-254.patch29 @@ -314,6 +314,7 @@ static inline psa_status_t crypto_caller_aead_update(struct service_client *cont
/openbmc/qemu/qapi/
H A Dmisc.json155 # @cont:
176 { 'command': 'cont' }
/openbmc/u-boot/fs/ubifs/
H A Dlpt_commit.c42 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 D0001-Fix-Translations-containing-invalid-directives-hs.patch56 -"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 Drelease-notes-4.0.19.rst21 - linux-yocto/5.15 (cont.): Ignore :cve_nist:`2022-48626`, :cve_nist:`2022-48627`, :cve_nist:`2022…
H A Drelease-notes-5.0.3.rst22 - 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 Dinactive-node-nbd.out231 {"execute": "cont", "arguments": {}}
/openbmc/qemu/docs/interop/
H A Dlive-block-operations.rst787 QMP command ``cont``::
789 (QEMU) cont
791 "execute": "cont",
/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp2065 const std::map<uint8_t, std::string>* cont) in getSensorState() argument
2070 return cont->at(state); in getSensorState()