Home
last modified time | relevance | path

Searched refs:eos (Results 1 – 17 of 17) 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/linux/tools/perf/util/
H A Dcgroup.c254 const char *p, *e, *eos = str + strlen(str); in list_cgroups() local
261 e = p ? p : eos; in list_cgroups()
295 const char *p, *e, *eos = str + strlen(str); in match_cgroups() local
313 e = p ? p : eos; in match_cgroups()
357 const char *p, *e, *eos = str + strlen(str); in parse_cgroups() local
368 e = p ? p : eos; in parse_cgroups()
/openbmc/linux/arch/alpha/lib/
H A Dstrrchr.S41 bne t1, $eos # .. e1 : did we already hit the terminator?
55 $eos:
H A Dev67-strrchr.S63 bne t1, $eos # U : did we already hit the terminator?
83 $eos:
H A Dstxcpy.S149 cmpbge zero, t2, t8 # e0 : testing eos
187 cmpbge zero, t2, t8 # e0 : test new word for eos
H A Dev6-stxcpy.S172 cmpbge zero, t2, t8 # E : testing eos (stall)
213 cmpbge zero, t2, t8 # E : test new word for eos
H A Dstxncpy.S217 cmpbge zero, t2, t8 # e1 : test new word for eos (stall)
H A Dev6-stxncpy.S261 cmpbge zero, t2, t8 # E : test new word for eos
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_v4l2.h30 int vpu_set_last_buffer_dequeued(struct vpu_inst *inst, bool eos);
H A Dvpu_v4l2.c103 int vpu_set_last_buffer_dequeued(struct vpu_inst *inst, bool eos) in vpu_set_last_buffer_dequeued() argument
119 if (eos) in vpu_set_last_buffer_dequeued()
/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/linux/sound/soc/qcom/qdsp6/
H A Daudioreach.c1376 struct data_cmd_wr_sh_mem_ep_eos *eos; in audioreach_shared_memory_send_eos() local
1381 pkt = audioreach_alloc_cmd_pkt(sizeof(*eos), DATA_CMD_WR_SH_MEM_EP_EOS, 0, in audioreach_shared_memory_send_eos()
1386 eos = (void *)pkt + GPR_HDR_SIZE + APM_CMD_HDR_SIZE; in audioreach_shared_memory_send_eos()
1388 eos->policy = WR_SH_MEM_EP_EOS_POLICY_LAST; in audioreach_shared_memory_send_eos()
/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/linux/drivers/media/platform/qcom/venus/
H A Dvdec.c1363 static const struct v4l2_event eos = { .type = V4L2_EVENT_EOS }; in vdec_vb2_buf_queue() local
1376 v4l2_event_queue_fh(&inst->fh, &eos); in vdec_vb2_buf_queue()
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c6389 char *eos; in parse_add_command() local
6391 eos = strchr(name_buffer, ','); in parse_add_command()
6392 if (eos) in parse_add_command()
6393 *eos = '\0'; in parse_add_command()
/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);