Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/openbmc/u-boot/lib/
H A Dcharset.c87 const char **src = (const char **)data; in read_string() local
125 s32 utf8_get(const char **src) in utf8_get()
159 size_t utf8_utf16_strnlen(const char *src, size_t count) in utf8_utf16_strnlen()
180 int utf8_utf16_strncpy(u16 **dst, const char *src, size_t count) in utf8_utf16_strncpy()
196 s32 utf16_get(const u16 **src) in utf16_get()
242 size_t utf16_strnlen(const u16 *src, size_t count) in utf16_strnlen()
260 size_t utf16_utf8_strnlen(const u16 *src, size_t count) in utf16_utf8_strnlen()
284 int utf16_utf8_strncpy(char **dst, const u16 *src, size_t count) in utf16_utf8_strncpy()
352 u16 *u16_strcpy(u16 *dest, const u16 *src) in u16_strcpy()
365 u16 *u16_strdup(const u16 *src) in u16_strdup()
[all …]
/openbmc/phosphor-logging/test/openpower-pels/
H A Dsrc_test.cpp114 SRC src{stream}; in TEST_F() local
155 SRC src{stream}; in TEST_F() local
211 SRC src{entry, ad, dataIface}; in TEST_F() local
279 SRC src{entry, ad, dataIface}; in TEST_F() local
286 SRC src{entry, ad, dataIface}; in TEST_F() local
293 SRC src{entry, ad, dataIface}; in TEST_F() local
315 SRC src{*entry, ad, dataIface}; in TEST_F() local
346 SRC src{entry, ad, dataIface}; in TEST_F() local
401 SRC src{entry, ad, dataIface}; in TEST_F() local
441 SRC src{entry, ad, dataIface}; in TEST_F() local
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-clone-visitor.c17 UserDefOne *src, *dst; in test_clone_struct() local
67 uint8List *src = NULL, *dst; in test_clone_list() local
90 Empty2 *src, *dst; in test_clone_empty() local
101 UserDefFlatUnion *src, *dst; in test_clone_complex1() local
125 WrapAlternate *src, *dst; in test_clone_complex2() local
155 UserDefOneList *src, *dst, *tail; in test_clone_complex3() local
H A Dtest-forward-visitor.c31 QDict *src = keyval_parse(srcstr, NULL, &help, &error_abort); in visit_with_forward() local
55 QObject *src = visit_with_forward("src.integer=42,src.string=Hello,src.enum1=value2", in test_forward_any() local
80 QDict *src = keyval_parse("src=1.5M", NULL, &help, &error_abort); in test_forward_size() local
108 QDict *src = keyval_parse("src=1.5", NULL, &help, &error_abort); in test_forward_number() local
/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/
H A Dimx-regs.h133 struct src { struct
134 u32 bmr1;
135 u32 bmr2;
136 u32 gpr1_boot;
137 u32 reserved_0x00C[61];
138 u32 gpr1;
139 u32 gpr2;
140 u32 gpr3;
141 u32 gpr4;
142 u32 gpr5;
[all …]
/openbmc/qemu/target/sparc/
H A Dfop_helper.c190 float32 helper_fitos(CPUSPARCState *env, int32_t src) in helper_fitos()
197 float64 helper_fitod(CPUSPARCState *env, int32_t src) in helper_fitod()
204 Int128 helper_fitoq(CPUSPARCState *env, int32_t src) in helper_fitoq()
212 float32 helper_fxtos(CPUSPARCState *env, int64_t src) in helper_fxtos()
219 float64 helper_fxtod(CPUSPARCState *env, int64_t src) in helper_fxtod()
226 Int128 helper_fxtoq(CPUSPARCState *env, int64_t src) in helper_fxtoq()
235 float32 helper_fdtos(CPUSPARCState *env, float64 src) in helper_fdtos()
242 float64 helper_fstod(CPUSPARCState *env, float32 src) in helper_fstod()
249 float32 helper_fqtos(CPUSPARCState *env, Int128 src) in helper_fqtos()
256 Int128 helper_fstoq(CPUSPARCState *env, float32 src) in helper_fstoq()
[all …]
/openbmc/qemu/ui/
H A Dinput.c32 QemuConsole *src; member
177 static void qemu_input_event_trace(QemuConsole *src, InputEvent *evt) in qemu_input_event_trace()
286 QemuConsole *src, InputEvent *evt) in qemu_input_queue_event()
306 void qemu_input_event_send_impl(QemuConsole *src, InputEvent *evt) in qemu_input_event_send_impl()
321 void qemu_input_event_send(QemuConsole *src, InputEvent *evt) in qemu_input_event_send()
385 void qemu_input_event_send_key(QemuConsole *src, KeyValue *key, bool down) in qemu_input_event_send_key()
401 void qemu_input_event_send_key_number(QemuConsole *src, int num, bool down) in qemu_input_event_send_key_number()
407 void qemu_input_event_send_key_qcode(QemuConsole *src, QKeyCode q, bool down) in qemu_input_event_send_key_qcode()
432 void qemu_input_queue_btn(QemuConsole *src, InputButton btn, bool down) in qemu_input_queue_btn()
446 void qemu_input_update_buttons(QemuConsole *src, uint32_t *button_map, in qemu_input_update_buttons()
[all …]
/openbmc/qemu/include/qapi/
H A Dclone-visitor.h33 #define QAPI_CLONE(type, src) \ argument
52 #define QAPI_CLONE_MEMBERS(type, dst, src) \ argument
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user-glib.c51 VugSrc *src = (VugSrc *)gsrc; in vug_src_check() local
61 VugSrc *src = (VugSrc *)gsrc; in vug_src_dispatch() local
83 VugSrc *src; in vug_source_new() local
107 GSource *src; in set_watch() local
139 void vug_source_destroy(GSource *src) in vug_source_destroy()
/openbmc/u-boot/drivers/crypto/fsl/
H A Dfsl_blob.c28 int blob_decap(u8 *key_mod, u8 *src, u8 *dst, u32 len) in blob_decap()
93 int blob_encap(u8 *key_mod, u8 *src, u8 *dst, u32 len) in blob_encap()
147 int blob_dek(const u8 *src, u8 *dst, u8 len) in blob_dek()
/openbmc/u-boot/lib/lzo/
H A Dlzo1x_decompress.c24 #define COPY4(dst, src) \ argument
34 bool lzop_is_valid_header(const unsigned char *src) in lzop_is_valid_header()
45 static inline const unsigned char *parse_header(const unsigned char *src) in parse_header()
78 int lzop_decompress(const unsigned char *src, size_t src_len, in lzop_decompress()
/openbmc/u-boot/post/lib_powerpc/
H A Dstring.c37 char src [31], dst [31]; in cpu_post_test_string() local
59 char src [95], dst [95]; in cpu_post_test_string() local
/openbmc/qemu/block/
H A Dqcow2-threads.c74 const void *src; member
94 const void *src, size_t src_size) in qcow2_zlib_compress()
141 const void *src, size_t src_size) in qcow2_zlib_decompress()
189 const void *src, size_t src_size) in qcow2_zstd_compress()
257 const void *src, size_t src_size) in qcow2_zstd_decompress()
340 const void *src, size_t src_size, Qcow2CompressFunc func) in qcow2_co_do_compress()
369 const void *src, size_t src_size) in qcow2_co_compress()
406 const void *src, size_t src_size) in qcow2_co_decompress()
/openbmc/qemu/qobject/
H A Dblock-qdict.c25 void qdict_copy_default(QDict *dst, QDict *src, const char *key) in qdict_copy_default()
163 void qdict_extract_subqdict(QDict *src, QDict **dst, const char *start) in qdict_extract_subqdict()
186 static int qdict_count_prefixed_entries(const QDict *src, const char *start) in qdict_count_prefixed_entries()
218 void qdict_array_split(QDict *src, QList **dst) in qdict_array_split()
423 QObject *qdict_crumple(const QDict *src, Error **errp) in qdict_crumple()
548 static QObject *qdict_crumple_for_keyval_qiv(QDict *src, Error **errp) in qdict_crumple_for_keyval_qiv()
596 int qdict_array_entries(QDict *src, const char *subqdict) in qdict_array_entries()
665 void qdict_join(QDict *dest, QDict *src, bool overwrite) in qdict_join()
/openbmc/qemu/tests/tcg/s390x/
H A Dmvc.c18 static inline void mvc_256(const char *dst, const char *src) in mvc_256()
30 char *src, *dst; in main() local
H A Dmie3-mvcrl.c6 static void mvcrl(const char *dst, const char *src, size_t len) in mvcrl()
34 char src[256] = { 0 }; in test_bad_r0() local
/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/
H A Dimx-regs.h249 struct src { struct
250 u32 scr;
251 u32 a53rcr;
252 u32 a53rcr1;
253 u32 m4rcr;
254 u32 reserved1[4];
255 u32 usbophy1_rcr;
256 u32 usbophy2_rcr;
257 u32 mipiphy_rcr;
258 u32 pciephy_rcr;
[all …]
/openbmc/qemu/target/s390x/tcg/
H A Dcc_helper.c35 static uint32_t cc_calc_ltgt_32(int32_t src, int32_t dst) in cc_calc_ltgt_32()
51 static uint32_t cc_calc_ltgt_64(int64_t src, int64_t dst) in cc_calc_ltgt_64()
67 static uint32_t cc_calc_ltugtu_32(uint32_t src, uint32_t dst) in cc_calc_ltugtu_32()
78 static uint32_t cc_calc_ltugtu_64(uint64_t src, uint64_t dst) in cc_calc_ltugtu_64()
270 static uint32_t cc_calc_sla(uint64_t src, int shift) in cc_calc_sla()
348 uint64_t src, uint64_t dst, uint64_t vr) in do_calc_cc()
466 uint32_t calc_cc(CPUS390XState *env, uint32_t cc_op, uint64_t src, uint64_t dst, in calc_cc()
/openbmc/libpldm/tests/
H A Dmsgbuf_generic.c143 int32_t src = -12345; in test_msgbuf_insert_generic_int32() local
165 uint32_t src = 0xf1223344; in test_msgbuf_insert_generic_uint32() local
187 uint16_t src = 0xf344; in test_msgbuf_insert_generic_uint16() local
209 int16_t src = -12; in test_msgbuf_insert_generic_int16() local
231 uint8_t src = 0xf4; in test_msgbuf_insert_generic_uint8() local
253 int8_t src = -4; in test_msgbuf_insert_generic_int8() local
275 uint8_t src[6] = {0x11, 0x22, 0x44, 0x55, 0x66, 0x77}; in test_msgbuf_insert_array_generic_uint8() local
H A Dmsgbuf.cpp526 int32_t src = -12345; in TEST() local
562 uint32_t src = 0xf1223344; in TEST() local
598 uint16_t src = 0xf344; in TEST() local
634 int16_t src = -12; in TEST() local
670 uint8_t src = 0xf4; in TEST() local
706 int8_t src = -4; in TEST() local
742 uint8_t src[6] = {0x11, 0x22, 0x44, 0x55, 0x66, 0x77}; in TEST() local
782 char src[6] = {0x11, 0x22, 0x44, 0x55, 0x66, 0x77}; in TEST() local
821 uint8_t src[6] = {0x11, 0x22, 0x44, 0x55, 0x66, 0x77}; in TEST() local
850 uint8_t src[6] = {0x11, 0x22, 0x44, 0x55, 0x66, 0x77}; in TEST() local
[all …]
/openbmc/libpldm/src/msgbuf/
H A Dcore.h772 pldm_msgbuf_insert_uint64(struct pldm_msgbuf_rw *ctx, const uint64_t src) in pldm_msgbuf_insert_uint64()
799 pldm_msgbuf_insert_uint32(struct pldm_msgbuf_rw *ctx, const uint32_t src) in pldm_msgbuf_insert_uint32()
826 pldm_msgbuf_insert_uint16(struct pldm_msgbuf_rw *ctx, const uint16_t src) in pldm_msgbuf_insert_uint16()
853 pldm_msgbuf_insert_uint8(struct pldm_msgbuf_rw *ctx, const uint8_t src) in pldm_msgbuf_insert_uint8()
878 pldm_msgbuf_insert_int32(struct pldm_msgbuf_rw *ctx, const int32_t src) in pldm_msgbuf_insert_int32()
905 pldm_msgbuf_insert_int16(struct pldm_msgbuf_rw *ctx, const int16_t src) in pldm_msgbuf_insert_int16()
932 const int8_t src) in pldm_msgbuf_insert_int8()
960 const void *src, size_t src_count) in pldm__msgbuf_insert_array_void()
996 const char *src, size_t src_count) in pldm_msgbuf_insert_array_char()
1005 const uint8_t *src, size_t src_count) in pldm_msgbuf_insert_array_uint8()
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dregistry.cpp159 uint16_t getSRCReasonCode(const nlohmann::json& src, const std::string& name) in getSRCReasonCode()
174 uint8_t getSRCType(const nlohmann::json& src, const std::string& name) in getSRCType()
191 bool getSRCDeconfigFlag(const nlohmann::json& src) in getSRCDeconfigFlag()
196 bool getSRCCheckstopFlag(const nlohmann::json& src) in getSRCCheckstopFlag()
202 getSRCHexwordFields(const nlohmann::json& src, const std::string& name) in getSRCHexwordFields()
250 const nlohmann::json& src, const std::string& name) in getSRCSymptomIDFields()
783 auto& src = (*e)["SRC"]; in lookup() local
/openbmc/libcper/
H A Dbase64.c16 CHAR8 *base64_encode(const UINT8 *src, INT32 len, INT32 *out_len) in base64_encode()
103 UINT8 *base64_decode(const CHAR8 *src, INT32 len, INT32 *out_len) in base64_decode()
/openbmc/u-boot/lib/efi_loader/
H A Defi_freestanding.c45 void *memmove(void *dest, const void *src, size_t n) in memmove()
70 void *memcpy(void *dest, const void *src, size_t n) in memcpy()
/openbmc/qemu/util/
H A Derror.c55 const char *src, int line, const char *func, in error_setv()
86 const char *src, int line, const char *func, in error_set_internal()
97 const char *src, int line, const char *func, in error_setg_internal()
108 const char *src, int line, const char *func, in error_setg_errno_internal()
123 const char *src, int line, const char *func, in error_setg_file_open_internal()
179 const char *src, int line, const char *func, in error_setg_win32_internal()

12345678910>>...21