Home
last modified time | relevance | path

Searched defs:src (Results 401 – 425 of 2723) sorted by relevance

1...<<11121314151617181920>>...109

/openbmc/u-boot/lib/libavb/
H A Davb_footer.c9 bool avb_footer_validate_and_byteswap(const AvbFooter* src, AvbFooter* dest) { in avb_footer_validate_and_byteswap()
H A Davb_kernel_cmdline_descriptor.c10 const AvbKernelCmdlineDescriptor* src, AvbKernelCmdlineDescriptor* dest) { in avb_kernel_cmdline_descriptor_validate_and_byteswap()
H A Davb_hash_descriptor.c9 bool avb_hash_descriptor_validate_and_byteswap(const AvbHashDescriptor* src, in avb_hash_descriptor_validate_and_byteswap()
H A Davb_hashtree_descriptor.c10 const AvbHashtreeDescriptor* src, AvbHashtreeDescriptor* dest) { in avb_hashtree_descriptor_validate_and_byteswap()
H A Davb_chain_partition_descriptor.c10 const AvbChainPartitionDescriptor* src, AvbChainPartitionDescriptor* dest) { in avb_chain_partition_descriptor_validate_and_byteswap()
/openbmc/google-misc/subprojects/libcr51sign/
H A Dmeson.build27 subdir('src') subdir
/openbmc/phosphor-power/phosphor-regulators/
H A Dmeson.build5 subdir('src') subdir
/openbmc/phosphor-power/phosphor-power-sequencer/
H A Dmeson.build5 subdir('src') subdir
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_rx.c59 unsigned int frag, u8 tid, u8 *src, u8 *dst) in rtllib_frag_cache_find()
754 struct rtllib_rxb *rxb, u8 *src, u8 *dst) in parse_subframe()
946 u8 *src, u8 *bssid) in rtllib_rx_extract_addr()
975 u8 *dst, u8 *src, u8 *bssid, u8 *addr2) in rtllib_rx_data_filter()
1210 u8 *src) in rtllib_rx_indicate_pkt_legacy()
1285 u8 src[ETH_ALEN]; in rtllib_rx_InfraAdhoc() local
2322 static inline int is_same_network(struct rtllib_network *src, in is_same_network()
2343 struct rtllib_network *src) in update_network()
/openbmc/linux/arch/powerpc/kernel/
H A Dio.c150 void _memcpy_fromio(void *dest, const volatile void __iomem *src, in _memcpy_fromio()
181 void _memcpy_toio(volatile void __iomem *dest, const void *src, unsigned long n) in _memcpy_toio()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_HMARK.h29 __u16 src; member
33 __be16 src; member
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_utils.cpp205 auto src = srcSectionNoCallouts; in pelDataFactory() local
278 auto src = pelDataFactory(TestPELType::primarySRCSection2Callouts); in pelFactory() local
/openbmc/linux/arch/arc/include/asm/
H A Dcacheflush.h102 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument
109 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument
/openbmc/linux/drivers/net/fddi/
H A Ddefza.c121 const u64 __iomem *src = from; in fza_reads() local
134 const u32 __iomem *src = from; in fza_reads() local
146 const u64 *src = from; in fza_writes() local
159 const u32 *src = from; in fza_writes() local
171 const u64 __iomem *src = from; in fza_moves() local
184 const u32 __iomem *src = from; in fza_moves() local
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_migrate.c39 struct drm_i915_gem_object *src, in copy()
45 struct drm_i915_gem_object *src, *dst; in copy() local
412 struct drm_i915_gem_object *src, in __migrate_copy()
426 struct drm_i915_gem_object *src, in __global_copy()
920 struct scatterlist *src, in __perf_copy_blt()
979 struct drm_i915_gem_object *src, *dst; in perf_copy_blt() local
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_ipp.c506 static inline bool __scale_limit_check(unsigned int src, unsigned int dst, in __scale_limit_check()
521 struct drm_exynos_ipp_task_rect *src, in exynos_drm_ipp_check_scale_limits()
550 struct exynos_drm_ipp_buffer *src, in exynos_drm_ipp_check_format()
605 struct exynos_drm_ipp_buffer *src = &task->src, *dst = &task->dst; in exynos_drm_ipp_task_check() local
667 struct exynos_drm_ipp_buffer *src = &task->src, *dst = &task->dst; in exynos_drm_ipp_task_setup_buffers() local
/openbmc/linux/net/xfrm/
H A Dxfrm_compat.c228 static int xfrm_nla_cpy(struct sk_buff *dst, const struct nlattr *src, int len) in xfrm_nla_cpy()
233 static int xfrm_xlate64_attr(struct sk_buff *dst, const struct nlattr *src) in xfrm_xlate64_attr()
354 static size_t xfrm_user_rcv_calculate_len64(const struct nlmsghdr *src, in xfrm_user_rcv_calculate_len64()
399 static int xfrm_attr_cpy32(void *dst, size_t *pos, const struct nlattr *src, in xfrm_attr_cpy32()
464 static int xfrm_xlate32(struct nlmsghdr *dst, const struct nlmsghdr *src, in xfrm_xlate32()
/openbmc/linux/arch/mips/lib/
H A Dcsum_partial.S75 #define CSUM_BIGCHUNK1(src, offset, sum, _t0, _t1, _t2, _t3) \ argument
86 #define CSUM_BIGCHUNK(src, offset, sum, _t0, _t1, _t2, _t3) \ argument
89 #define CSUM_BIGCHUNK(src, offset, sum, _t0, _t1, _t2, _t3) \ argument
100 #define src a0 macro
318 #define src a0 macro
/openbmc/qemu/audio/
H A Dmixeng.c286 static void conv_natural_float_to_mono(struct st_sample *dst, const void *src, in conv_natural_float_to_mono()
297 static void conv_natural_float_to_stereo(struct st_sample *dst, const void *src, in conv_natural_float_to_stereo()
314 static void clip_natural_float_from_mono(void *dst, const struct st_sample *src, in clip_natural_float_from_mono()
326 void *dst, const struct st_sample *src, int samples) in clip_natural_float_from_stereo()
/openbmc/linux/fs/btrfs/
H A Dreflink.c337 static int btrfs_clone(struct inode *src, struct inode *inode, in btrfs_clone()
663 static int btrfs_extent_same_range(struct inode *src, u64 loff, u64 len, in btrfs_extent_same_range()
683 static int btrfs_extent_same(struct inode *src, u64 loff, u64 olen, in btrfs_extent_same()
729 struct inode *src = file_inode(file_src); in btrfs_clone_files() local
/openbmc/linux/arch/um/kernel/
H A Dmaccess.c10 bool copy_from_kernel_nofault_allowed(const void *src, size_t size) in copy_from_kernel_nofault_allowed()
/openbmc/openbmc-tools/adcapp/
H A DMakefile.am1 SUBDIRS = src subdir
/openbmc/openbmc-tools/pwmtachtool/
H A DMakefile.am1 SUBDIRS = src subdir
/openbmc/google-misc/subprojects/ncsid/
H A Dmeson.build28 subdir('src') subdir
/openbmc/phosphor-watchdog/
H A Dmeson.build13 subdir('src') subdir

1...<<11121314151617181920>>...109