Home
last modified time | relevance | path

Searched refs:dest (Results 376 – 400 of 1843) sorted by relevance

1...<<11121314151617181920>>...74

/openbmc/linux/net/ipv4/netfilter/
H A Dnft_fib_ipv4.c62 u32 *dest = &regs->data[priv->dreg]; in nft_fib4_eval() local
92 nft_fib_store_result(dest, priv, nft_in(pkt)); in nft_fib4_eval()
105 nft_fib_store_result(dest, priv, pkt->skb->dev); in nft_fib4_eval()
127 *dest = 0; in nft_fib4_eval()
149 nft_fib_store_result(dest, priv, found); in nft_fib4_eval()
/openbmc/linux/arch/powerpc/kexec/
H A Dcore_64.c81 void *dest; in copy_segments() local
91 dest = NULL; in copy_segments()
98 dest = addr; in copy_segments()
104 copy_page(dest, addr); in copy_segments()
105 dest += PAGE_SIZE; in copy_segments()
/openbmc/linux/arch/powerpc/lib/
H A Dvmx-helper.c70 void *exit_vmx_ops(void *dest) in exit_vmx_ops() argument
74 return dest; in exit_vmx_ops()
/openbmc/linux/sound/core/seq/
H A Dseq_ump_convert.h12 struct snd_seq_client *dest,
17 struct snd_seq_client *dest,
/openbmc/u-boot/tools/buildman/
H A Dtoolchain.py524 def Unpack(self, fname, dest): argument
534 stdout = command.Output('tar', 'xvfJ', fname, '-C', dest)
575 dest = os.path.join(home, '.buildman-toolchains')
576 if not os.path.exists(dest):
577 os.mkdir(dest)
583 print col.Color(col.GREEN, 'Unpacking to: %s' % dest),
585 path = self.Unpack(tarfile, dest)
592 dirpath = os.path.join(dest, path)
606 bsettings.SetItem('toolchain', 'download', '%s/*/*' % dest)
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_lpc.c45 u8 (*read)(unsigned int offset, unsigned int length, u8 *dest);
56 u8 *dest) in cros_ec_lpc_read_bytes() argument
62 dest[i] = inb(offset + i); in cros_ec_lpc_read_bytes()
63 sum += dest[i]; in cros_ec_lpc_read_bytes()
94 u8 *dest) in cros_ec_lpc_mec_read_bytes() argument
104 length, dest) : in cros_ec_lpc_mec_read_bytes()
105 cros_ec_lpc_read_bytes(offset, length, dest); in cros_ec_lpc_mec_read_bytes()
291 unsigned int bytes, void *dest) in cros_ec_lpc_readmem() argument
294 char *s = dest; in cros_ec_lpc_readmem()
/openbmc/linux/drivers/dma/
H A Dmv_xor.c613 dma_addr_t src, dest; in mv_xor_prep_dma_interrupt() local
617 dest = mv_chan->dummy_dst_addr; in mv_xor_prep_dma_interrupt()
764 void *src, *dest; in mv_chan_memcpy_self_test() local
777 if (!dest) { in mv_chan_memcpy_self_test()
811 offset_in_page(dest), PAGE_SIZE, in mv_chan_memcpy_self_test()
866 kfree(dest); in mv_chan_memcpy_self_test()
875 struct page *dest; in mv_chan_xor_self_test() local
897 dest = alloc_page(GFP_KERNEL); in mv_chan_xor_self_test()
898 if (!dest) { in mv_chan_xor_self_test()
988 u32 *ptr = page_address(dest); in mv_chan_xor_self_test()
[all …]
/openbmc/u-boot/lib/
H A Dcircbuf.c40 int buf_pop (circbuf_t * buf, char *dest, unsigned int len) in buf_pop() argument
46 assert (dest != NULL); in buf_pop()
55 dest[i] = *p++; in buf_pop()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/
H A D0001-Fix-hash_key_put-signature.patch29 ArrayDest *dest = data;
30 dest->array[dest->offset++] = name;
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_vlan.c187 char *dest; in xdp_prognum2() local
197 dest = data; in xdp_prognum2()
198 dest += VLAN_HDR_SZ; in xdp_prognum2()
203 __builtin_memmove(dest, data, ETH_ALEN * 2); in xdp_prognum2()
/openbmc/linux/net/llc/
H A Dllc_input.c166 int dest; in llc_rcv() local
199 dest = llc_pdu_type(skb); in llc_rcv()
200 sap_handler = dest ? READ_ONCE(llc_type_handlers[dest - 1]) : NULL; in llc_rcv()
/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c597 static void store_cdrom_address(u8 *dest, int msf, u32 addr) in store_cdrom_address() argument
603 dest[3] = addr % 75; /* Frames */ in store_cdrom_address()
605 dest[2] = addr % 60; /* Seconds */ in store_cdrom_address()
607 dest[1] = addr; /* Minutes */ in store_cdrom_address()
608 dest[0] = 0; /* Reserved */ in store_cdrom_address()
611 put_unaligned_be32(addr, dest); in store_cdrom_address()
/openbmc/linux/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c132 u32 *dest = &regs->data[priv->dreg]; in nft_fib6_eval_type() local
141 *dest = __nft_fib6_eval_type(priv, pkt, iph); in nft_fib6_eval_type()
162 u32 *dest = &regs->data[priv->dreg]; in nft_fib6_eval() local
189 nft_fib_store_result(dest, priv, nft_in(pkt)); in nft_fib6_eval()
194 *dest = 0; in nft_fib6_eval()
208 nft_fib_store_result(dest, priv, rt->rt6i_idev->dev); in nft_fib6_eval()
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc1129 tcg_out_ext32u(s, dest, dest);
1133 tcg_out_ext8u(s, dest, dest);
1137 tcg_out_ext16u(s, dest, dest);
1155 tgen_andi_risbg(s, dest, dest, val);
1316 tcg_out_insn(s, RRE, ALCGR, dest, dest);
1319 tcg_out_insn(s, RR, LCR, dest, dest);
1321 tcg_out_insn(s, RRE, LCGR, dest, dest);
1343 tcg_out_insn(s, RRE, SLBGR, dest, dest);
1367 if (dest == v4) {
1437 src = dest;
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/
H A D0001-Add-configure-options-for-packages.patch45 + action="store_true", dest='enable_acl')
48 + action="store_false", dest='enable_acl', default=False)
52 + action="store_true", dest='enable_attr')
55 + action="store_false", dest='enable_attr', default=False)
59 + action="store_true", dest='enable_libbsd')
62 + action="store_false", dest='enable_libbsd', default=False)
66 + action="store_true", dest='enable_libcap')
69 + action="store_false", dest='enable_libcap', default=False)
181 + action="store_true", dest='enable_valgrind')
184 + action="store_false", dest='enable_valgrind', default=False)
/openbmc/linux/arch/arc/kernel/
H A Ddisasm.c118 state->dest = FIELD_A(state->words[0]); in disasm_instr()
119 state->pref = (state->dest == REG_LIMM); in disasm_instr()
232 state->dest = FIELD_A(state->words[0]); in disasm_instr()
233 if (state->dest == REG_LIMM) in disasm_instr()
287 state->dest = FIELD_S_A(state->words[0]); in disasm_instr()
330 state->dest = FIELD_S_C(state->words[0]); in disasm_instr()
348 state->dest = FIELD_S_C(state->words[0]); in disasm_instr()
377 state->dest = FIELD_S_B(state->words[0]); in disasm_instr()
392 state->dest = 0; in disasm_instr()
398 state->dest = FIELD_S_B(state->words[0]); in disasm_instr()
/openbmc/linux/arch/sparc/lib/
H A Dcsum_copy_from_user.S20 #define LOAD(type,addr,dest) type##a [addr] %asi, dest argument
/openbmc/linux/drivers/video/
H A Dsticore.c62 #define store_sti_ptr(sti, dest, ptr) \ argument
63 store_sti_val(sti, dest, STI_PTR(ptr))
311 *(u32 *)dest = gsc_readl(base); in sti_rom_copy()
313 dest += 4; in sti_rom_copy()
317 *(u8 *)dest = gsc_readb(base); in sti_rom_copy()
319 dest++; in sti_rom_copy()
525 void *dest; in sti_select_fbfont() local
557 dest = nf; in sti_select_fbfont()
738 void *dest) in sti_bmode_rom_copy() argument
744 *(u8 *)dest = gsc_readl(base); in sti_bmode_rom_copy()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Drfc931.diff12 +void rfc931(rmt_sin, our_sin, dest)
20 +char *dest;
23 + strcpy(dest, unknown);
/openbmc/u-boot/board/micronas/vct/
H A Debi_nor_flash.c108 void *board_flash_read_memcpy(void *dest, const void *src, size_t count) in board_flash_read_memcpy() argument
110 u16 *tmp = (u16 *)dest, *s = (u16 *)src; in board_flash_read_memcpy()
116 return dest; in board_flash_read_memcpy()
/openbmc/phosphor-logging/extensions/openpower-pels/registry/tools/
H A Dvalidate_registry.py154 dest="schema_file",
162 dest="registry_file",
171 dest="skip_schema",
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dfsl_portals.h16 #define SET_QP_INFO(streamid, dest) \ argument
18 .sdest = (dest) }
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c395 struct mlx5_flow_destination dest = {}; in macsec_fs_tx_create() local
809 struct mlx5_flow_destination dest = {}; in macsec_fs_tx_add_rule() local
870 dest.ft = tx_tables->ft_check; in macsec_fs_tx_add_rule()
1154 memset(dest, 0, sizeof(*dest)); in macsec_fs_rx_create_check_decap_rule()
1502 struct mlx5_flow_destination dest = {}; in macsec_fs_rx_create() local
1738 struct mlx5_flow_destination dest = {}; in macsec_fs_rx_add_rule() local
1791 dest.ft = rx_tables->ft_check; in macsec_fs_rx_add_rule()
1816 dest.ft = rx_tables->ft_check; in macsec_fs_rx_add_rule()
2133 struct mlx5_flow_destination dest = {}; in mlx5_macsec_fs_add_roce_rule_rx() local
2155 &dest, 1); in mlx5_macsec_fs_add_roce_rule_rx()
[all …]
/openbmc/linux/drivers/hwtracing/intel_th/
H A Dsth.c39 static void sth_iowrite(void __iomem *dest, const unsigned char *payload, in sth_iowrite() argument
45 writeq_relaxed(*(u64 *)payload, dest); in sth_iowrite()
49 writel_relaxed(*(u32 *)payload, dest); in sth_iowrite()
52 writew_relaxed(*(u16 *)payload, dest); in sth_iowrite()
55 writeb_relaxed(*(u8 *)payload, dest); in sth_iowrite()
/openbmc/phosphor-logging/tools/
H A Delog-gen.py290 dest="elog_mako",
298 dest="output_hpp",
306 dest="yamldir",
314 dest="testdir",
322 dest="templatedir",

1...<<11121314151617181920>>...74