Home
last modified time | relevance | path

Searched refs:eos (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/lib/
H A Dsmbios.c82 t->vendor = smbios_add_string(t->eos, "U-Boot"); in smbios_write_type0()
83 t->bios_ver = smbios_add_string(t->eos, PLAIN_VERSION); in smbios_write_type0()
84 t->bios_release_date = smbios_add_string(t->eos, U_BOOT_DMI_DATE); in smbios_write_type0()
104 len = t->length + smbios_string_table_len(t->eos); in smbios_write_type0()
120 t->manufacturer = smbios_add_string(t->eos, CONFIG_SMBIOS_MANUFACTURER); in smbios_write_type1()
121 t->product_name = smbios_add_string(t->eos, CONFIG_SMBIOS_PRODUCT_NAME); in smbios_write_type1()
124 t->serial_number = smbios_add_string(t->eos, serial_str); in smbios_write_type1()
127 len = t->length + smbios_string_table_len(t->eos); in smbios_write_type1()
142 t->manufacturer = smbios_add_string(t->eos, CONFIG_SMBIOS_MANUFACTURER); in smbios_write_type2()
143 t->product_name = smbios_add_string(t->eos, CONFIG_SMBIOS_PRODUCT_NAME); in smbios_write_type2()
[all …]
/openbmc/u-boot/include/
H A Dsmbios.h76 char eos[SMBIOS_STRUCT_EOS_BYTES]; member
91 char eos[SMBIOS_STRUCT_EOS_BYTES]; member
110 char eos[SMBIOS_STRUCT_EOS_BYTES]; member
135 char eos[SMBIOS_STRUCT_EOS_BYTES]; member
175 char eos[SMBIOS_STRUCT_EOS_BYTES]; member
184 u8 eos[SMBIOS_STRUCT_EOS_BYTES]; member
191 u8 eos[SMBIOS_STRUCT_EOS_BYTES]; member
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/
H A DCVE-2024-50612.patch222 - while (!odata->eos)
230 - if (ogg_page_eos (&odata->opage)) odata->eos = 1 ;
292 while (!odata->eos)
306 odata->eos = 1 ;
/openbmc/u-boot/lib/lzma/
H A Dlzma.txt228 -eos: write End Of Stream marker. By default LZMA doesn't write
229 eos marker, since LZMA decoder knows uncompressed size
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch15488 + int eos;
16904 + if (queue->eos) {
16917 + queue->eos = 1;
16919 + return queue->eos ? AVERROR_EOF : AVERROR(EINVAL);