| /f-stack/freebsd/security/mac_lomac/ |
| H A D | mac_lomac.c | 891 struct mac_lomac *source, *dest; in lomac_bpfdesc_create() local 903 struct mac_lomac *source, *dest; in lomac_bpfdesc_create_mbuf() local 995 struct mac_lomac *dest; in lomac_cred_create_init() local 1006 struct mac_lomac *dest; in lomac_cred_create_swapper() local 1176 struct mac_lomac *dest; in lomac_ifnet_create() local 1450 struct mac_lomac *dest; in lomac_netinet_arp_send() local 1472 struct mac_lomac *dest; in lomac_netinet_firewall_send() local 1508 struct mac_lomac *dest; in lomac_netinet_igmp_send() local 1519 struct mac_lomac *dest; in lomac_netinet6_nd6_send() local 2039 struct mac_lomac source, *dest; in lomac_socket_newconn() local [all …]
|
| /f-stack/freebsd/security/mac_mls/ |
| H A D | mac_mls.c | 760 struct mac_mls *source, *dest; in mls_bpfdesc_create() local 772 struct mac_mls *source, *dest; in mls_bpfdesc_create_mbuf() local 872 struct mac_mls *dest; in mls_cred_create_init() local 884 struct mac_mls *dest; in mls_cred_create_swapper() local 1022 struct mac_mls *dest; in mls_ifnet_create() local 1254 struct mac_mls *dest; in mls_netinet_arp_send() local 1276 struct mac_mls *dest; in mls_netinet_firewall_send() local 1312 struct mac_mls *dest; in mls_netinet_igmp_send() local 1323 struct mac_mls *dest; in mls_netinet6_nd6_send() local 1963 struct mac_mls source, *dest; in mls_socket_newconn() local [all …]
|
| /f-stack/dpdk/drivers/event/dlb/ |
| H A D | dlb_inline_fns.h | 20 dlb_movntdq_single(void *dest, void *src) in dlb_movntdq_single() 29 dlb_movdir64b(void *dest, void *src) in dlb_movdir64b()
|
| /f-stack/freebsd/security/mac_biba/ |
| H A D | mac_biba.c | 795 struct mac_biba *source, *dest; in biba_bpfdesc_create() local 807 struct mac_biba *source, *dest; in biba_bpfdesc_create_mbuf() local 908 struct mac_biba *dest; in biba_cred_create_init() local 920 struct mac_biba *dest; in biba_cred_create_swapper() local 932 struct mac_biba *source, *dest; in biba_cred_relabel() local 1062 struct mac_biba *dest; in biba_ifnet_create() local 1358 struct mac_biba *dest; in biba_netinet_arp_send() local 1380 struct mac_biba *dest; in biba_netinet_firewall_send() local 1416 struct mac_biba *dest; in biba_netinet_igmp_send() local 1427 struct mac_biba *dest; in biba_netinet6_nd6_send() local [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | strings.h | 27 #define bcopy(src, dest, size) memmove(dest, src, size) argument 28 #define bcmp(src, dest, size) memcmp((src), (dest), (size_t)(size)) argument
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_lan_hmc.c | 740 u8 *from, *dest; in i40e_write_byte() local 780 u8 *from, *dest; in i40e_write_word() local 824 u8 *from, *dest; in i40e_write_dword() local 876 u8 *from, *dest; in i40e_write_qword() local 925 u8 *dest) in i40e_read_byte() 962 u8 *dest) in i40e_read_word() 1006 u8 *dest) in i40e_read_dword() 1059 u8 *dest) in i40e_read_qword() 1112 u8 *dest) in i40e_get_hmc_context() 1164 u8 *dest) in i40e_set_hmc_context()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/ |
| H A D | pwhash_scryptsalsa208sha256_nosse.c | 42 blkcpy_64(escrypt_block_t *dest, const escrypt_block_t *src) in blkcpy_64() 58 blkxor_64(escrypt_block_t *dest, const escrypt_block_t *src) in blkxor_64() 74 blkcpy(escrypt_block_t *dest, const escrypt_block_t *src, size_t len) in blkcpy() 92 blkxor(escrypt_block_t *dest, const escrypt_block_t *src, size_t len) in blkxor()
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | uncompr.c | 27 int ZEXPORT uncompress2 (dest, destLen, source, sourceLen) in uncompress2() argument 86 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
|
| H A D | compress.c | 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument 68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
|
| H A D | zutil.c | 149 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy() argument 173 void ZLIB_INTERNAL zmemzero(dest, len) in zmemzero() argument
|
| /f-stack/freebsd/sys/ |
| H A D | _stdarg.h | 47 #define __va_copy(dest, src) __builtin_va_copy((dest), (src)) argument 49 #define va_copy(dest, src) __va_copy(dest, src) argument
|
| /f-stack/dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_sparser.c | 149 enum dpni_soft_sequence_dest dest) in dpaa2_eth_load_wriop_soft_parser() 191 enum dpni_soft_sequence_dest dest) in dpaa2_eth_enable_wriop_soft_parser()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-zlib.c | 96 z_compress_level(void *dest, size_t *destLen, const void *source, in z_compress_level() 151 z_uncompress(void *dest, size_t *destLen, const void *source, size_t sourceLen) in z_uncompress()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_fastfwd.c | 157 ip_findroute(struct nhop_object **pnh, struct in_addr dest, struct mbuf *m) in ip_findroute() 203 struct in_addr dest, odest, rtdest; in ip_tryforward() local
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_zlib.c | 143 z_compress_level(void *dest, size_t *destLen, const void *source, in z_compress_level() 199 z_uncompress(void *dest, size_t *destLen, const void *source, size_t sourceLen) in z_uncompress()
|
| /f-stack/freebsd/contrib/xz-embedded/linux/lib/ |
| H A D | decompress_unxz.c | 204 void *memmove(void *dest, const void *src, size_t size) in memmove() 252 int (*fill)(void *dest, unsigned int size), in unxz()
|
| /f-stack/dpdk/drivers/event/dlb2/ |
| H A D | dlb2_inline_fns.h | 26 dlb2_movdir64b(void *dest, void *src) in dlb2_movdir64b()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | lz4.c | 56 char *dest = d_start; in lz4_compress_zfs() local 469 LZ4_compressCtx(void *ctx, const char *source, char *dest, int isize, in LZ4_compressCtx() 660 LZ4_compress64kCtx(void *ctx, const char *source, char *dest, int isize, in LZ4_compress64kCtx() 837 real_LZ4_compress(const char *source, char *dest, int isize, int osize) in real_LZ4_compress() 883 LZ4_uncompress_unknownOutputSize(const char *source, char *dest, int isize, in LZ4_uncompress_unknownOutputSize()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | uuid.h | 82 #define UUID_LE_CONVERT(dest, src) \ argument
|
| /f-stack/freebsd/x86/xen/ |
| H A D | xen_apic.c | 263 xen_pv_lapic_ipi_raw(register_t icrlo, u_int dest) in xen_pv_lapic_ipi_raw() 271 send_nmi(int dest) in send_nmi() 305 xen_pv_lapic_ipi_vectored(u_int vector, int dest) in xen_pv_lapic_ipi_vectored()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_memcpy.c | 50 uint8_t dest[SMALL_BUFFER_SIZE + ALIGNMENT_UNIT]; in test_single_memcpy() local
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-dma-engine.h | 327 static inline int cvmx_dma_engine_memcpy(int engine, void *dest, void *source, int length) in cvmx_dma_engine_memcpy() 353 static inline int cvmx_dma_engine_memcpy_zero_byte(int engine, void *dest, void *source, int length… in cvmx_dma_engine_memcpy_zero_byte()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | uuid.h | 82 #define UUID_LE_CONVERT(dest, src) \ argument
|
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | qman_priv.h | 57 static inline void qman_cgrs_cp(struct qman_cgrs *dest, in qman_cgrs_cp() 63 static inline void qman_cgrs_and(struct qman_cgrs *dest, in qman_cgrs_and() 76 static inline void qman_cgrs_xor(struct qman_cgrs *dest, in qman_cgrs_xor()
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_api_cmd.c | 208 enum hinic_node_id dest, in prepare_api_cmd() 259 enum hinic_node_id dest, in prepare_cell() 389 enum hinic_node_id dest, in api_cmd() 428 enum hinic_node_id dest, void *cmd, u16 size) in hinic_api_cmd_write()
|