/openbmc/linux/tools/perf/util/ |
H A D | pfm.c | 191 const char *src; in print_libpfm_event() local 233 const char *src; in print_libpfm_event() local
|
/openbmc/linux/lib/zstd/compress/ |
H A D | zstd_compress.c | 2723 static size_t ZSTD_buildSeqStore(ZSTD_CCtx* zc, const void* src, size_t srcSize) in ZSTD_buildSeqStore() 2869 size_t outSeqsSize, const void* src, size_t srcSize) in ZSTD_generateSequences() 2905 static int ZSTD_isRLE(const BYTE* src, size_t length) { in ZSTD_isRLE() 2963 static size_t ZSTD_buildBlockEntropyStats_literals(void* const src, size_t srcSize, in ZSTD_buildBlockEntropyStats_literals() 3410 const void* src, size_t srcSize, in ZSTD_compressSeqStore_singleBlock() 3554 const void* src, size_t blockSize, U32 lastBlock, U32 nbSeq) in ZSTD_compressBlock_splitBlock_internal() 3644 const void* src, size_t srcSize, U32 lastBlock) in ZSTD_compressBlock_splitBlock() 3674 const void* src, size_t srcSize, U32 frame) in ZSTD_compressBlock_internal() 3737 const void* src, size_t srcSize, in ZSTD_compressBlock_targetCBlockSize_body() 3792 const void* src, size_t srcSize, in ZSTD_compressBlock_targetCBlockSize() [all …]
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-glue.c | 283 struct scatterlist *src = req->src, *dst = req->dst; in cts_cbc_encrypt() local 340 struct scatterlist *src = req->src, *dst = req->dst; in cts_cbc_decrypt() local 462 const u8 *src = walk.src.virt.addr; in xctr_encrypt() local 507 const u8 *src = walk.src.virt.addr; in ctr_encrypt() local 549 struct scatterlist *src, *dst; in xts_encrypt() local 621 struct scatterlist *src, *dst; in xts_decrypt() local
|
/openbmc/openbmc/poky/scripts/ |
H A D | cp-noerror | 16 def copytree(src, dst, symlinks=False, ignore=None): argument
|
/openbmc/libbej/ |
H A D | meson.build | 17 subdir('src') subdir
|
/openbmc/estoraged/ |
H A D | meson.build | 12 subdir('src') subdir
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 67 uint64_t src, uint32_t len) in is_destructive_overlap() 353 uint64_t src, uintptr_t ra) in do_helper_nc() 391 uint64_t src, uintptr_t ra) in do_helper_xc() 434 uint64_t src, uintptr_t ra) in do_helper_oc() 472 uint64_t src, uintptr_t ra) in do_helper_mvc() 913 const uint64_t src = get_address(env, r2) & TARGET_PAGE_MASK; in HELPER() local 1050 uint64_t *src, uint64_t *srclen, in do_mvcl() 1117 uint64_t src = get_address(env, r2); in HELPER() local 1191 uint64_t src = get_address(env, r3); in HELPER() local 1213 uint64_t src = get_address(env, r3); in HELPER() local [all …]
|
/openbmc/linux/crypto/ |
H A D | chacha20poly1305.c | 41 struct scatterlist src[1]; member 47 struct scatterlist src[1]; member 52 struct scatterlist src[2]; member 128 struct scatterlist *src, *dst; in chacha_decrypt() local 404 struct scatterlist *src, *dst; in chacha_encrypt() local
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | amplc_dio200_common.c | 474 unsigned int src) in dio200_subdev_8254_set_gate_src() 485 unsigned int src) in dio200_subdev_8254_set_clock_src() 502 unsigned int src; in dio200_subdev_8254_config() local 721 unsigned int *src, in dio200_subdev_timer_get_clock_src() 734 unsigned int src) in dio200_subdev_timer_set_clock_src()
|
/openbmc/linux/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 78 static void ghash_do_update(int blocks, u64 dg[], const char *src, in ghash_do_update() 111 static int ghash_update(struct shash_desc *desc, const u8 *src, in ghash_update() 421 static void gcm_update_mac(u64 dg[], const u8 *src, int count, u8 buf[], in gcm_update_mac() 499 const u8 *src; in gcm_encrypt() local 591 const u8 *src; in gcm_decrypt() local
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | pel.cpp | 119 auto src = in PEL() local 320 auto src = std::find_if( in primarySRC() local 603 auto src = primarySRC(); in getDeconfigFlag() local 615 auto src = primarySRC(); in getGuardFlag() local 736 const std::unique_ptr<SRC>& src, const DataInterfaceBase& dataIface, in addAdDetailsForDIMMsCallout()
|
H A D | ascii_string.hpp | 12 namespace src namespace
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_mdb.c | 19 union vxlan_addr src; member 351 struct in6_addr src; in vxlan_mdb_is_valid_source() local 412 struct vxlan_mdb_config_src_entry *src; in vxlan_mdb_config_src_entry_init() local 445 vxlan_mdb_config_src_entry_fini(struct vxlan_mdb_config_src_entry *src) in vxlan_mdb_config_src_entry_fini() 456 struct vxlan_mdb_config_src_entry *src, *tmp; in vxlan_mdb_config_src_list_init() local 477 struct vxlan_mdb_config_src_entry *src, *tmp; in vxlan_mdb_config_src_list_fini() local 830 const struct vxlan_mdb_config_src_entry *src, in vxlan_mdb_remote_src_add() 875 struct vxlan_mdb_config_src_entry *src; in vxlan_mdb_remote_srcs_add() local
|
/openbmc/qemu/hw/s390x/ |
H A D | css.c | 761 static void copy_sense_id_to_guest(uint8_t *dest, SenseId *src) in copy_sense_id_to_guest() 1321 static void copy_pmcw_to_guest(PMCW *dest, const PMCW *src) in copy_pmcw_to_guest() 1341 void copy_scsw_to_guest(SCSW *dest, const SCSW *src) in copy_scsw_to_guest() 1351 static void copy_schib_to_guest(SCHIB *dest, const SCHIB *src) in copy_schib_to_guest() 1373 void copy_esw_to_guest(ESW *dest, const ESW *src) in copy_esw_to_guest() 1397 static void copy_pmcw_from_guest(PMCW *dest, const PMCW *src) in copy_pmcw_from_guest() 1417 static void copy_scsw_from_guest(SCSW *dest, const SCSW *src) in copy_scsw_from_guest() 1427 static void copy_schib_from_guest(SCHIB *dest, const SCHIB *src) in copy_schib_from_guest() 1686 static void copy_irb_to_guest(IRB *dest, const IRB *src, const PMCW *pmcw, in copy_irb_to_guest() 1850 static void copy_crw_to_guest(CRW *dest, const CRW *src) in copy_crw_to_guest() [all …]
|
/openbmc/linux/drivers/video/fbdev/i810/ |
H A D | i810_accel.c | 162 int xdir, int src, int dest, int rop, in source_copy_blit() 237 int dest, const u32 *src, int bg, in mono_src_copy_imm_blit() 329 u32 sx, sy, dx, dy, pitch, width, height, src, dest, xdir; in i810fb_copyarea() local
|
/openbmc/linux/sound/core/seq/ |
H A D | seq_memory.c | 138 static int seq_copy_in_kernel(void *ptr, void *src, int size) in seq_copy_in_kernel() 147 static int seq_copy_in_user(void *ptr, void *src, int size) in seq_copy_in_user() 378 struct snd_seq_event_cell *src, *tmp, *tail; in snd_seq_event_dup() local
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | uaccess.h | 261 #define __get_kernel_nofault(dst, src, type, err_label) \ argument 347 #define __put_kernel_nofault(dst, src, type, err_label) \ argument 406 static inline int __copy_from_user_flushcache(void *dst, const void __user *src, unsigned size) in __copy_from_user_flushcache()
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbcon_cw.c | 25 static void cw_update_attr(u8 *dst, u8 *src, int attribute, in cw_update_attr() 91 u8 *src; in cw_putcs_aligned() local 214 char *src; in cw_cursor() local
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | mvo.c | 7 uint8_t src[5] = {0xee, 0x12, 0x34, 0x56, 0xee}; in main() local
|
/openbmc/linux/arch/nios2/lib/ |
H A D | memmove.c | 15 unsigned long dst, src; in memmove() local
|
/openbmc/linux/include/linux/ |
H A D | sram.h | 11 static inline void *sram_exec_copy(struct gen_pool *pool, void *dst, void *src, in sram_exec_copy()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_memcpy.h | 28 #define i915_can_memcpy_from_wc(dst, src, len) \ argument
|
/openbmc/sdeventplus/ |
H A D | meson.build | 13 subdir('src') subdir
|
/openbmc/gpioplus/ |
H A D | meson.build | 12 subdir('src') subdir
|
/openbmc/u-boot/drivers/dma/ |
H A D | dma-uclass.c | 178 int dma_send(struct dma *dma, void *src, size_t len, void *metadata) in dma_send() 216 int dma_memcpy(void *dst, void *src, size_t len) in dma_memcpy()
|