Home
last modified time | relevance | path

Searched refs:dest (Results 351 – 375 of 1843) sorted by relevance

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Deprom.c60 static int read_length(struct hfi1_devdata *dd, u32 start, u32 len, void *dest) in read_length() argument
95 memcpy(dest, (u8 *)buffer + start_offset, len); in read_length()
99 memcpy(dest, (u8 *)buffer + start_offset, bytes); in read_length()
103 dest += bytes; in read_length()
110 memcpy(dest, buffer, EP_PAGE_SIZE); in read_length()
114 dest += EP_PAGE_SIZE; in read_length()
120 memcpy(dest, buffer, len); in read_length()
/openbmc/linux/sound/soc/codecs/
H A Dwm2000.c435 .dest = ANC_ACTIVE,
443 .dest = ANC_STANDBY,
451 .dest = ANC_BYPASS,
460 .dest = ANC_BYPASS,
468 .dest = ANC_STANDBY,
476 .dest = ANC_OFF,
484 .dest = ANC_ACTIVE,
501 .dest = ANC_OFF,
509 .dest = ANC_ACTIVE,
517 .dest = ANC_BYPASS,
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/
H A D0001-tdb-Add-configure-options-for-packages.patch42 + action="store_true", dest='enable_acl')
45 + action="store_false", dest='enable_acl', default=False)
49 + action="store_true", dest='enable_attr')
52 + action="store_false", dest='enable_attr', default=False)
56 + action="store_true", dest='enable_libbsd')
59 + action="store_false", dest='enable_libbsd', default=False)
63 + action="store_true", dest='enable_libcap')
66 + action="store_false", dest='enable_libcap', default=False)
172 action="store_true", dest='disable_tdb_mutex_locking',
177 + action="store_true", dest='enable_valgrind')
[all …]
/openbmc/linux/drivers/net/arcnet/
H A Drfc1051.c97 if (pkt->hard.dest == 0) { in type_trans()
101 if (pkt->hard.dest != dev->dev_addr[0]) in type_trans()
198 pkt->hard.dest = 0; in build_header()
202 pkt->hard.dest = daddr; in build_header()
239 lp->lastload_dest = hard->dest; in prepare_tx()
/openbmc/linux/net/tipc/
H A Dbearer.h107 struct tipc_media_addr *dest);
224 struct tipc_bearer *b, struct tipc_media_addr *dest);
226 void tipc_bearer_add_dest(struct net *net, u32 bearer_id, u32 dest);
227 void tipc_bearer_remove_dest(struct net *net, u32 bearer_id, u32 dest);
239 struct tipc_media_addr *dest);
/openbmc/linux/arch/m68k/fpsp040/
H A Dx_unfl.S64 | Clear dirty bit on dest resister in the frame before branching
67 bfextu CMDREG3B(%a6){#6:#3},%d0 |get dest reg no
68 bclrb %d0,FPR_DIRTY_BITS(%a6) |clr dest dirty bit
98 | Clear dirty bit on dest resister in the frame before branching
101 bfextu CMDREG3B(%a6){#6:#3},%d0 |get dest reg no
102 bclrb %d0,FPR_DIRTY_BITS(%a6) |clr dest dirty bit
119 | Clear dirty bit on dest resister in the frame before branching
122 bfextu CMDREG3B(%a6){#6:#3},%d0 |get dest reg no
123 bclrb %d0,FPR_DIRTY_BITS(%a6) |clr dest dirty bit
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-cross.inc105 dest=${D}${libexecdir}/gcc/${TARGET_SYS}/${BINV}/
106 install -d $dest
108 ln -sf ${BINRELPATH}/${TARGET_PREFIX}$t $dest$t
109 ln -sf ${BINRELPATH}/${TARGET_PREFIX}$t ${dest}${TARGET_PREFIX}$t
147 dest=${BUILDDIRSTASH}
148 hardlinkdir . $dest
150 rm $dest/gcc/include/*.h
151 cp gcc/include/*.h $dest/gcc/include/
152 sysroot-relativelinks.py $dest
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rva.c.inc44 TCGv dest, src1, src2;
56 dest = dest_gpr(ctx, a->rd);
58 tcg_gen_atomic_cmpxchg_tl(dest, load_res, load_val, src2,
60 tcg_gen_setcond_tl(TCG_COND_NE, dest, dest, load_val);
61 gen_set_gpr(ctx, a->rd, dest);
86 TCGv dest = dest_gpr(ctx, a->rd);
91 func(dest, src1, src2, ctx->mem_idx, mop);
93 gen_set_gpr(ctx, a->rd, dest);
/openbmc/u-boot/cmd/
H A Dmd5sum.c19 static void store_result(const u8 *sum, const char *dest) in store_result() argument
23 if (*dest == '*') { in store_result()
26 ptr = (u8 *)simple_strtoul(dest + 1, NULL, 16); in store_result()
37 env_set(dest, str_output); in store_result()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpixbufcache.bbclass65 dest=${SYSROOT_DESTDIR}${bindir}/postinst-${PN}
66 echo '#!/bin/sh' > $dest
67 echo "${gdkpixbuf_complete}" >> $dest
68 chmod 0755 $dest
/openbmc/linux/include/linux/dsa/
H A Docelot.h229 static inline void ocelot_ifh_set_dest(void *injection, u64 dest) in ocelot_ifh_set_dest() argument
231 packing(injection, &dest, 67, 56, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_dest()
239 static inline void seville_ifh_set_dest(void *injection, u64 dest) in seville_ifh_set_dest() argument
241 packing(injection, &dest, 67, 57, OCELOT_TAG_LEN, PACK, 0); in seville_ifh_set_dest()
/openbmc/linux/drivers/acpi/
H A Dacpi_platform.c75 const struct resource *src, struct resource *dest) in acpi_platform_fill_resource() argument
79 *dest = *src; in acpi_platform_fill_resource()
87 dest->parent = pci_find_resource(to_pci_dev(parent), dest); in acpi_platform_fill_resource()
/openbmc/linux/arch/arm/mach-davinci/
H A Dpm.c37 static void davinci_sram_push(void *dest, void *src, unsigned int size) in davinci_sram_push() argument
39 memcpy(dest, src, size); in davinci_sram_push()
40 flush_icache_range((unsigned long)dest, (unsigned long)(dest + size)); in davinci_sram_push()
/openbmc/linux/drivers/comedi/drivers/
H A Dni_tio.c1517 int ctr_index = (dest - NI_COUNTER_NAMES_BASE) % NI_MAX_COUNTERS; in ni_tio_get_routing()
1522 if (dest >= NI_CtrA(0) && dest <= NI_CtrZ(-1)) { in ni_tio_get_routing()
1523 ret = ni_tio_get_other_src(counter, dest, &reg); in ni_tio_get_routing()
1524 } else if (dest >= NI_CtrGate(0) && dest <= NI_CtrGate(-1)) { in ni_tio_get_routing()
1526 } else if (dest >= NI_CtrAux(0) && dest <= NI_CtrAux(-1)) { in ni_tio_get_routing()
1563 if (dest >= NI_CtrA(0) && dest <= NI_CtrZ(-1)) { in ni_tio_set_routing()
1564 ret = ni_tio_set_other_src(counter, dest, reg); in ni_tio_set_routing()
1565 } else if (dest >= NI_CtrGate(0) && dest <= NI_CtrGate(-1)) { in ni_tio_set_routing()
1567 } else if (dest >= NI_CtrAux(0) && dest <= NI_CtrAux(-1)) { in ni_tio_set_routing()
1590 if (dest >= NI_GATES_NAMES_BASE && dest <= NI_GATES_NAMES_MAX) in ni_tio_unset_routing()
[all …]
/openbmc/linux/tools/perf/util/include/asm/
H A Duaccess.h5 #define __get_user(src, dest) \ argument
7 (src) = *dest; \
/openbmc/linux/arch/m68k/amiga/
H A Dpcmcia.c43 unsigned char id, *dest; in pcmcia_copy_tuple() local
46 dest = tuple; in pcmcia_copy_tuple()
56 *dest++ = gayle_attribute[pos+(cnt<<1)]; in pcmcia_copy_tuple()
/openbmc/u-boot/arch/x86/lib/
H A Dstring.c133 void *memmove(void *dest, const void *src, size_t n) in memmove() argument
136 char *ret = dest; in memmove()
288 "2" (dest) in memmove()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_udp4.c31 __be32 dest, src; in dump_udp4() local
51 dest = inet->inet_daddr; in dump_udp4()
58 ctx->bucket, src, srcp, dest, destp); in dump_udp4()
/openbmc/libmctp/tests/
H A Dtest_eid.c36 static void create_packet(struct mctp_hdr *pkt, mctp_eid_t src, mctp_eid_t dest) in create_packet() argument
40 pkt->dest = dest; in create_packet()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/
H A D0001-talloc-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)
182 action="store_true", dest='TALLOC_COMPAT1', default=False)
186 + action="store_true", dest='enable_valgrind')
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcopy_buildsystem.py18 def _smart_copy(src, dest): argument
24 bb.utils.mkdirhier(dest)
29 shutil.copyfile(src, dest)
30 shutil.copymode(src, dest)
268 dest = os.path.join(destdir, os.path.relpath(src, nativedir))
269 if os.path.exists(dest):
273 bb.utils.mkdirhier(os.path.dirname(dest))
274 shutil.move(src, dest)
/openbmc/linux/arch/x86/math-emu/
H A Dpoly_l2.c107 FPU_REG * st0_ptr, FPU_REG * st1_ptr, FPU_REG * dest) in poly_l2p1() argument
126 significand(dest) = XSIG_LL(accumulator); in poly_l2p1()
127 setexponent16(dest, exponent); in poly_l2p1()
129 tag = FPU_round(dest, 1, 0, FULL_PRECISION, sign0 ^ sign1); in poly_l2p1()
154 if (exponent(dest) <= EXP_UNDER) in poly_l2p1()
/openbmc/linux/net/ax25/
H A Dax25_addr.c157 ax25_address *src, ax25_address *dest, ax25_digi *digi, int *flags, in ax25_addr_parse() argument
177 if (dest != NULL) in ax25_addr_parse()
178 memcpy(dest, buf + 0, AX25_ADDR_LEN); in ax25_addr_parse()
216 const ax25_address *dest, const ax25_digi *d, int flag, int modulus) in ax25_addr_build() argument
221 memcpy(buf, dest, AX25_ADDR_LEN); in ax25_addr_build()
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Drunexported.py75 …parser.add_argument("-t", "--target-ip", dest="ip", help="The IP address of the target machine. Us…
77 …parser.add_argument("-s", "--server-ip", dest="server_ip", help="The IP address of this machine. U…
79 …parser.add_argument("-d", "--deploy-dir", dest="deploy_dir", help="Full path to the package feeds,…
82 …parser.add_argument("-l", "--log-dir", dest="log_dir", help="This sets the path for TEST_LOG_DIR. …
84 parser.add_argument("-a", "--tag", dest="tag", help="Only run test with specified tag.")
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_debugfs.c10 void *src, *dest; member
70 mtk_print_addr(m, ai->dest, ai->ipv6); in mtk_print_addr_info()
114 ai.dest = &entry->ipv4.orig.dest_ip; in mtk_ppe_debugfs_foe_show()
123 ai.dest = &entry->ipv6.dest_ip; in mtk_ppe_debugfs_foe_show()
139 ai.dest = &entry->ipv4.new.dest_ip; in mtk_ppe_debugfs_foe_show()

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