/openbmc/u-boot/lib/ |
H A D | smbios.c | 82 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 D | smbios.h | 76 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 D | cgroup.c | 254 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 D | strrchr.S | 41 bne t1, $eos # .. e1 : did we already hit the terminator? 55 $eos:
|
H A D | ev67-strrchr.S | 63 bne t1, $eos # U : did we already hit the terminator? 83 $eos:
|
H A D | stxcpy.S | 149 cmpbge zero, t2, t8 # e0 : testing eos 187 cmpbge zero, t2, t8 # e0 : test new word for eos
|
H A D | ev6-stxcpy.S | 172 cmpbge zero, t2, t8 # E : testing eos (stall) 213 cmpbge zero, t2, t8 # E : test new word for eos
|
H A D | stxncpy.S | 217 cmpbge zero, t2, t8 # e1 : test new word for eos (stall)
|
H A D | ev6-stxncpy.S | 261 cmpbge zero, t2, t8 # E : test new word for eos
|
/openbmc/linux/drivers/media/platform/amphion/ |
H A D | vpu_v4l2.h | 30 int vpu_set_last_buffer_dequeued(struct vpu_inst *inst, bool eos);
|
H A D | vpu_v4l2.c | 103 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 D | CVE-2024-50612.patch | 222 - 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 D | audioreach.c | 1376 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 D | lzma.txt | 228 -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 D | vdec.c | 1363 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 D | turbostat.c | 6389 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 D | 0001-ffmpeg-5.1.4-rpi_24.patch | 15488 + int eos; 16904 + if (queue->eos) { 16917 + queue->eos = 1; 16919 + return queue->eos ? AVERROR_EOF : AVERROR(EINVAL);
|