Home
last modified time | relevance | path

Searched refs:dest (Results 751 – 775 of 1823) sorted by relevance

1...<<31323334353637383940>>...73

/openbmc/linux/fs/xfs/
H A Dxfs_fsmap.h30 void xfs_fsmap_to_internal(struct xfs_fsmap *dest, struct fsmap *src);
/openbmc/openbmc-tools/tof-voters/libvoters/
H A Dentry_point.py13 dest="dir",
/openbmc/linux/drivers/scsi/isci/
H A Disci.h470 u32 *dest = _dest, *src = _src; in sci_swab32_cpy() local
473 dest[word_cnt] = swab32(src[word_cnt]); in sci_swab32_cpy()
/openbmc/linux/drivers/usb/serial/
H A Dsafe_serial.c224 void *dest, size_t size) in safe_prepare_write_buffer() argument
226 unsigned char *buf = dest; in safe_prepare_write_buffer()
/openbmc/linux/arch/m68k/fpsp040/
H A Dsto_res.S39 subl %d0,%d1 |d1 = 7- (dest. reg. no.)
72 subl %d0,%d1 |d1 = 7- (dest. reg. no.)
/openbmc/qemu/scripts/
H A Dqemu-trace-stap125 subparser.dest = "command"
140 runparser.add_argument("--pid", "-p", dest="pid",
/openbmc/openbmc/poky/meta/recipes-core/musl/musl/
H A D0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch45 -printf "usage: %s [-D] [-l] [-m mode] src dest\n" "$0" 1>&2
46 +printf "usage: %s [-D] [-l] [-r] [-m mode] src dest\n" "$0" 1>&2
/openbmc/linux/drivers/dma/
H A Dimx-dma.c125 dma_addr_t dest; member
542 imx_dmav1_writel(imxdma, d->dest, DMA_DAR(imxdmac->channel)); in imxdma_xfer_desc()
551 (unsigned long long)d->dest, in imxdma_xfer_desc()
839 desc->dest = imxdmac->per_address; in imxdma_prep_slave_sg()
895 desc->dest = imxdmac->per_address; in imxdma_prep_dma_cyclic()
906 struct dma_chan *chan, dma_addr_t dest, in imxdma_prep_dma_memcpy() argument
915 (unsigned long long)dest, len); in imxdma_prep_dma_memcpy()
925 desc->dest = dest; in imxdma_prep_dma_memcpy()
962 desc->dest = xt->dst_start; in imxdma_prep_dma_interleaved()
/openbmc/u-boot/arch/sh/lib/
H A Dboard.c20 void (*reloc_board_init_r)(gd_t *gd, ulong dest) = board_init_r; in relocate_code()
/openbmc/linux/include/asm-generic/
H A Dearly_ioremap.h38 extern void copy_from_early_mem(void *dest, phys_addr_t src,
/openbmc/u-boot/cmd/
H A Dmem.c305 ulong addr, dest, count; in do_mem_cp() local
319 dest = simple_strtoul(argv[2], NULL, 16); in do_mem_cp()
320 dest += base_address; in do_mem_cp()
331 if (addr2info(dest) != NULL) { in do_mem_cp()
336 rc = flash_write ((char *)addr, dest, count*size); in do_mem_cp()
346 memcpy((void *)dest, (void *)addr, count * size); in do_mem_cp()
/openbmc/openbmc/poky/meta/recipes-gnome/gobject-introspection/
H A Dgobject-introspection_1.78.1.bb151 dest=${SYSROOT_DESTDIR}${bindir}/postinst-ldsoconf-${PN}
152 echo "#!/bin/sh" > $dest
153 echo "mkdir -p ${STAGING_DIR_TARGET}${sysconfdir}" >> $dest
154 echo "echo ${base_libdir} >> ${STAGING_DIR_TARGET}${sysconfdir}/ld.so.conf" >> $dest
155 echo "echo ${libdir} >> ${STAGING_DIR_TARGET}${sysconfdir}/ld.so.conf" >> $dest
156 chmod 755 $dest
/openbmc/linux/net/mctp/test/
H A Droute-test.c144 hdr.dest = 10; in mctp_test_fragment()
180 KUNIT_EXPECT_EQ(test, hdr2->dest, hdr.dest); in mctp_test_fragment()
263 { .ver = _ver, .src = _src, .dest = _dest, .flags_seq_tag = _fst }
275 sprintf(desc, "{%x,%x,%x,%x}", t->hdr.ver, t->hdr.src, t->hdr.dest, in mctp_rx_input_test_to_desc()
388 t->hdr.dest, t->hdr.flags_seq_tag, t->type); in mctp_route_input_sk_to_desc()
/openbmc/linux/net/l2tp/
H A Dl2tp_ppp.c1020 static void pppol2tp_copy_stats(struct pppol2tp_ioc_stats *dest, in pppol2tp_copy_stats() argument
1023 memset(dest, 0, sizeof(*dest)); in pppol2tp_copy_stats()
1025 dest->tx_packets = atomic_long_read(&stats->tx_packets); in pppol2tp_copy_stats()
1026 dest->tx_bytes = atomic_long_read(&stats->tx_bytes); in pppol2tp_copy_stats()
1027 dest->tx_errors = atomic_long_read(&stats->tx_errors); in pppol2tp_copy_stats()
1028 dest->rx_packets = atomic_long_read(&stats->rx_packets); in pppol2tp_copy_stats()
1029 dest->rx_bytes = atomic_long_read(&stats->rx_bytes); in pppol2tp_copy_stats()
1030 dest->rx_seq_discards = atomic_long_read(&stats->rx_seq_discards); in pppol2tp_copy_stats()
1031 dest->rx_oos_packets = atomic_long_read(&stats->rx_oos_packets); in pppol2tp_copy_stats()
1032 dest->rx_errors = atomic_long_read(&stats->rx_errors); in pppol2tp_copy_stats()
/openbmc/linux/arch/alpha/lib/
H A Dstxcpy.S219 and t12, 0x80, t6 # e0 : avoid dest word load if we can
226 zap t0, t8, t0 # e0 : kill dest bytes <= null
238 and a0, 7, t4 # .. e1 : find dest misalignment
251 subq a1, t4, a1 # .. e1 : sub dest misalignment from src addr
/openbmc/u-boot/include/
H A Dnet.h588 void net_set_ip_header(uchar *pkt, struct in_addr dest, struct in_addr source,
590 void net_set_udp_header(uchar *pkt, struct in_addr dest, int dport,
672 int net_send_ip_packet(uchar *ether, struct in_addr dest, int dport, int sport,
675 int net_send_udp_packet(uchar *ether, struct in_addr dest, int dport,
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-dbus-service.bbclass56 dest = unit.base
59 dest = '%s.%s' % (unit.base, unit.instance)
64 with open('%s/%s.service' % (path, dest), 'w+') as fd:
66 fd.write('Name=%s\n' % dest)
/openbmc/linux/tools/perf/tests/
H A Dattr.py426 action="store", type="string", dest="test")
428 action="store", type="string", dest="test_dir")
430 action="store", type="string", dest="perf")
432 default=0, action="count", dest="verbose")
/openbmc/linux/net/ipv4/
H A Dsyncookies.c165 th->source, th->dest, ntohl(th->seq), in __cookie_v4_init_sequence()
187 th->source, th->dest, seq); in __cookie_v4_check()
378 ireq->ir_num = ntohs(th->dest); in cookie_v4_check()
418 ireq->ir_loc_addr, th->source, th->dest, sk->sk_uid); in cookie_v4_check()
/openbmc/qemu/tests/multiboot/
H A Dlibc.h60 void* memcpy(void *dest, const void *src, int n);
/openbmc/u-boot/lib/efi/
H A Defi_stub.c92 void *memcpy(void *dest, const void *src, size_t size) in memcpy() argument
94 unsigned char *dptr = dest; in memcpy()
101 return dest; in memcpy()
/openbmc/linux/net/ax25/
H A Dax25_out.c32 …e(struct sk_buff *skb, int paclen, const ax25_address *src, ax25_address *dest, ax25_digi *digi, s… in ax25_send_frame() argument
51 if ((ax25 = ax25_find_cb(src, dest, digi, dev)) != NULL) { in ax25_send_frame()
65 ax25->dest_addr = *dest; in ax25_send_frame()
/openbmc/linux/drivers/block/
H A Damiflop.c899 static void encode(unsigned long data, unsigned long *dest) in encode() argument
907 if (*(dest - 1) & 0x00000001) in encode()
910 *dest = data; in encode()
913 static void encode_block(unsigned long *dest, unsigned long *src, int len) in encode_block() argument
921 encode(data, dest + to_cnt++); in encode_block()
927 encode(data, dest + to_cnt++); in encode_block()
1260 static void dos_encode_block(ushort *dest, unsigned char *src, int len) in dos_encode_block() argument
1265 *dest=dos_encode_byte(*src++); in dos_encode_block()
1266 *dest|=((dest[-1]&1)||(*dest&0x4000))? 0: 0x8000; in dos_encode_block()
1267 dest++; in dos_encode_block()
/openbmc/u-boot/lib/libavb/
H A Davb_property_descriptor.h39 AvbPropertyDescriptor* dest) AVB_ATTR_WARN_UNUSED_RESULT;
/openbmc/qemu/hw/display/
H A Dblizzard.c928 static void blizzard_draw_line16_32(uint32_t *dest, in blizzard_draw_line16_32() argument
939 *dest++ = rgb_to_pixel32(r, g, b); in blizzard_draw_line16_32()
943 static void blizzard_draw_line24mode1_32(uint32_t *dest, in blizzard_draw_line24mode1_32() argument
955 *dest++ = rgb_to_pixel32(r[0], g[0], b[0]); in blizzard_draw_line24mode1_32()
958 *dest++ = rgb_to_pixel32(r[1], g[1], b[1]); in blizzard_draw_line24mode1_32()
962 static void blizzard_draw_line24mode2_32(uint32_t *dest, in blizzard_draw_line24mode2_32() argument
972 *dest++ = rgb_to_pixel32(r, g, b); in blizzard_draw_line24mode2_32()

1...<<31323334353637383940>>...73