/openbmc/linux/arch/m68k/include/asm/ |
H A D | string.h | 25 static inline char *strncpy(char *dest, const char *src, size_t n) in strncpy()
|
/openbmc/u-boot/net/ |
H A D | net.c | 824 int net_send_udp_packet(uchar *ether, struct in_addr dest, int dport, int sport, in net_send_udp_packet() 831 int net_send_ip_packet(uchar *ether, struct in_addr dest, int dport, int sport, in net_send_ip_packet() 1503 void net_set_ip_header(uchar *pkt, struct in_addr dest, struct in_addr source, in net_set_ip_header() 1528 void net_set_udp_header(uchar *pkt, struct in_addr dest, int dport, int sport, in net_set_udp_header()
|
/openbmc/linux/drivers/video/ |
H A D | sticore.c | 62 #define store_sti_ptr(sti, dest, ptr) \ argument 304 static void sti_rom_copy(unsigned long base, unsigned long count, void *dest) in sti_rom_copy() 525 void *dest; in sti_select_fbfont() local 738 void *dest) in sti_bmode_rom_copy()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | bridge_mcast.c | 579 struct mlx5_flow_destination dest = { in mlx5_esw_bridge_mcast_vlan_flow_create() local 651 struct mlx5_flow_destination dest = { in mlx5_esw_bridge_mcast_fwd_flow_create() local 882 struct mlx5_flow_destination dest = { in mlx5_esw_bridge_ingress_igmp_fh_create() local 914 struct mlx5_flow_destination dest = { in mlx5_esw_bridge_ingress_mld_fh_create() local
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 257 static void gen_pc_disp(DisasContext *ctx, TCGv dest, int32_t disp) in gen_pc_disp() 288 static void gen_ldf(DisasContext *ctx, TCGv dest, TCGv addr) in gen_ldf() 295 static void gen_ldg(DisasContext *ctx, TCGv dest, TCGv addr) in gen_ldg() 302 static void gen_lds(DisasContext *ctx, TCGv dest, TCGv addr) in gen_lds() 309 static void gen_ldt(DisasContext *ctx, TCGv dest, TCGv addr) in gen_ldt() 328 TCGv addr, dest; in gen_load_int() local 852 static void gen_zapnoti(TCGv dest, TCGv src, uint8_t lit) in gen_zapnoti()
|
/openbmc/qemu/hw/display/ |
H A D | framebuffer.c | 70 uint8_t *dest; in framebuffer_update_display() local
|
/openbmc/linux/drivers/isdn/hardware/mISDN/ |
H A D | iohelper.h | 85 #define ASSIGN_FUNC(typ, name, dest) do { \ argument
|
/openbmc/linux/drivers/crypto/bcm/ |
H A D | util.c | 50 void sg_copy_part_to_buf(struct scatterlist *src, u8 *dest, in sg_copy_part_to_buf() 69 void sg_copy_part_from_buf(struct scatterlist *dest, u8 *src, in sg_copy_part_from_buf()
|
/openbmc/linux/include/trace/stages/ |
H A D | stage6_event_callback.h | 80 #define __assign_sockaddr(dest, src, len) \ argument 131 #define __assign_rel_sockaddr(dest, src, len) \ argument
|
/openbmc/linux/net/tipc/ |
H A D | discover.c | 64 struct tipc_media_addr dest; member 351 struct tipc_media_addr *dest, struct sk_buff **skb) in tipc_disc_create()
|
/openbmc/linux/drivers/scsi/ |
H A D | sr_ioctl.c | 487 static int sr_read_cd(Scsi_CD *cd, unsigned char *dest, int lba, int format, int blksize) in sr_read_cd() 529 static int sr_read_sector(Scsi_CD *cd, int lba, int blksize, unsigned char *dest) in sr_read_sector()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | translate.c | 52 static inline void get_vreg64(TCGv_i64 dest, int regno, int index) in get_vreg64() 100 static inline void gen_goto_tb(DisasContext *ctx, int n, target_ulong dest) in gen_goto_tb()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fs_core.c | 1107 struct mlx5_flow_destination *dest) in _mlx5_modify_rule_destination() 1159 struct mlx5_flow_destination dest = {}; in connect_fwd_rules() local 1458 struct mlx5_flow_destination *dest, in destroy_flow_handle() 1473 struct mlx5_flow_destination *dest, in create_flow_handle() 1537 struct mlx5_flow_destination *dest, in add_rule_fte() 1711 struct mlx5_flow_destination *dest) in find_flow_rule() 1798 struct mlx5_flow_destination *dest, in add_rule_fg() 1838 static bool dest_is_valid(struct mlx5_flow_destination *dest, in dest_is_valid() 1969 struct mlx5_flow_destination *dest, in try_add_to_existing_fg() 2068 struct mlx5_flow_destination *dest, in _mlx5_add_flow_rules() [all …]
|
/openbmc/linux/drivers/most/ |
H A D | most_snd.c | 77 static void swap_copy16(u16 *dest, const u16 *source, unsigned int bytes) in swap_copy16() 87 static void swap_copy24(u8 *dest, const u8 *source, unsigned int bytes) in swap_copy24() 101 static void swap_copy32(u32 *dest, const u32 *source, unsigned int bytes) in swap_copy32()
|
/openbmc/linux/net/qrtr/ |
H A D | ns.c | 109 static int service_announce_new(struct sockaddr_qrtr *dest, in service_announce_new() 135 static int service_announce_del(struct sockaddr_qrtr *dest, in service_announce_del() 296 static int say_hello(struct sockaddr_qrtr *dest) in say_hello()
|
/openbmc/u-boot/drivers/dma/ |
H A D | fsl_dma.c | 93 int dmacpy(phys_addr_t dest, phys_addr_t src, phys_size_t count) { in dmacpy()
|
/openbmc/linux/net/802/ |
H A D | psnap.c | 82 struct sk_buff *skb, const u8 *dest) in snap_request()
|
/openbmc/u-boot/lib/efi/ |
H A D | efi.c | 26 char *dest = ptr; in efi_memset() local
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_fw.c | 102 struct mlx5dr_cmd_flow_destination_hw_info *dest, in mlx5dr_fw_create_md_tbl()
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_wb.h | 18 struct dpu_hw_fmt_layout dest; member
|
/openbmc/linux/tools/testing/selftests/vDSO/ |
H A D | vdso_standalone_test_x86.c | 41 void *memcpy(void *dest, const void *src, size_t count) in memcpy()
|
/openbmc/linux/net/bridge/ |
H A D | br_stp_bpdu.c | 64 static inline void br_set_ticks(unsigned char *dest, int j) in br_set_ticks()
|
/openbmc/linux/drivers/mtd/maps/ |
H A D | tsunami_flash.c | 33 unsigned char *dest; in tsunami_flash_copy_from() local
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | gitannex.py | 53 def clone_shallow_local(self, ud, dest, d): argument
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | elf.h | 133 #define ELF_CORE_COPY_REGS(dest, regs) \ argument
|