Home
last modified time | relevance | path

Searched refs:dest (Results 701 – 725 of 1843) sorted by relevance

1...<<21222324252627282930>>...74

/openbmc/qemu/scripts/
H A Ddevice-crash-test491 action='append', dest='testcases', default=[])
496 parser.add_argument('-q', '--quiet', dest='verbose', action='store_false',
509 parser.add_argument('-F', '--full', action='store_false', dest='quick',
511 parser.add_argument('--strict', action='store_true', dest='strict',
513 parser.add_argument('--tcg-only', action='store_true', dest='tcg_only',
/openbmc/linux/drivers/scsi/
H A Dsr_ioctl.c484 static int sr_read_cd(Scsi_CD *cd, unsigned char *dest, int lba, int format, int blksize) in sr_read_cd() argument
515 cgc.buffer = dest; in sr_read_cd()
526 static int sr_read_sector(Scsi_CD *cd, int lba, int blksize, unsigned char *dest) in sr_read_sector() argument
533 rc = sr_read_cd(cd, dest, lba, 0, blksize); in sr_read_sector()
558 cgc.buffer = dest; in sr_read_sector()
/openbmc/linux/fs/xfs/
H A Dxfs_inode_item_recover.c282 char *dest; in xlog_recover_inode_commit_pass2() local
508 dest = XFS_DFORK_APTR(dip); in xlog_recover_inode_commit_pass2()
510 memcpy(dest, src, len); in xlog_recover_inode_commit_pass2()
514 dest = XFS_DFORK_APTR(dip); in xlog_recover_inode_commit_pass2()
516 len, (struct xfs_bmdr_block *)dest, in xlog_recover_inode_commit_pass2()
/openbmc/linux/arch/ia64/include/asm/
H A Dirq.h32 extern void set_irq_affinity_info (unsigned int irq, int dest, int redir);
/openbmc/linux/include/linux/ceph/
H A Dosdmap.h91 void ceph_oloc_copy(struct ceph_object_locator *dest,
131 void ceph_oid_copy(struct ceph_object_id *dest,
271 void ceph_osds_copy(struct ceph_osds *dest, const struct ceph_osds *src);
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dksparser.py157 part.add_argument('--fsoptions', dest='fsopts')
158 part.add_argument('--fspassno', dest='fspassno')
167 part.add_argument('--ondisk', '--ondrive', dest='disk', default='sda')
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0004-Add-options-to-configure-the-use-of-libbsd.patch24 action="store_true", dest='disable_gettext', default=False)
28 + action="store_true", dest='enable_libbsd')
31 + action="store_false", dest='enable_libbsd', default=False)
/openbmc/linux/include/linux/
H A Dkmsan_string.h19 void *__msan_memmove(void *dest, const void *src, size_t len);
/openbmc/u-boot/include/
H A Dbzlib.h254 char* dest,
264 char* dest,
/openbmc/u-boot/net/
H A Ddns.c103 static void dns_handler(uchar *pkt, unsigned dest, struct in_addr sip, in dns_handler() argument
115 if (dest != dns_our_port) in dns_handler()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_eeprom.c47 void *dest, int len) in mt76x02_eeprom_copy() argument
52 memcpy(dest, dev->mt76.eeprom.data + field, len); in mt76x02_eeprom_copy()
/openbmc/linux/arch/s390/include/asm/
H A Dcpu_mf.h231 static __always_inline int stcctm(enum stcctm_ctr_set set, u64 range, u64 *dest) in stcctm() argument
240 : "Q" (*dest), "d" (range), "i" (set) in stcctm()
/openbmc/linux/drivers/irqchip/
H A Dirq-xtensa-mx.c132 const struct cpumask *dest, bool force) in xtensa_mx_irq_set_affinity() argument
134 int cpu = cpumask_any_and(dest, cpu_online_mask); in xtensa_mx_irq_set_affinity()
/openbmc/linux/drivers/md/
H A Ddm-snap.c1046 struct dm_io_region src, dest; in snapshot_merge_next_chunks() local
1084 dest.bdev = s->origin->bdev; in snapshot_merge_next_chunks()
1086 dest.count = min(io_size, get_dev_size(dest.bdev) - dest.sector); in snapshot_merge_next_chunks()
1090 src.count = dest.count; in snapshot_merge_next_chunks()
1797 struct dm_io_region src, dest; in start_copy() local
1807 dest.bdev = s->cow->bdev; in start_copy()
1809 dest.count = src.count; in start_copy()
1930 struct dm_io_region dest; in zero_exception() local
1932 dest.bdev = s->cow->bdev; in zero_exception()
1933 dest.sector = bio->bi_iter.bi_sector; in zero_exception()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A D0001-configure.ac-Rename-to-configure.ac-and-use-external.patch496 - dest=$(DESTDIR)$(libdir)/charset.alias; \
500 - $(INSTALL_DATA) $$temp $$dest; \
506 - $(INSTALL_DATA) $$temp $$dest; \
515 - dest=$(DESTDIR)$(localedir)/locale.alias; \
517 - $(INSTALL_DATA) $$temp $$dest; \
598 - sed -f ref-del.sed $$dest > $$temp; \
600 - rm -f $$dest; \
602 - $(INSTALL_DATA) $$temp $$dest; \
609 - sed -f ref-del.sed $$dest > $$temp; \
611 - rm -f $$dest; \
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c411 term_actions[num_term_actions++].dest = tmp_action; in mlx5_cmd_dr_create_fte()
447 term_actions[num_term_actions++].dest = tmp_action; in mlx5_cmd_dr_create_fte()
459 term_actions[num_term_actions].dest = tmp_action; in mlx5_cmd_dr_create_fte()
477 term_actions[num_term_actions++].dest = tmp_action; in mlx5_cmd_dr_create_fte()
488 term_actions[num_term_actions++].dest = tmp_action; in mlx5_cmd_dr_create_fte()
497 term_actions[num_term_actions++].dest = tmp_action; in mlx5_cmd_dr_create_fte()
569 actions[num_actions++] = term_actions->dest; in mlx5_cmd_dr_create_fte()
/openbmc/linux/drivers/net/wan/
H A Dpci200syn.c91 static inline void new_memcpy_toio(char __iomem *dest, char *src, int length) in new_memcpy_toio() argument
97 memcpy_toio(dest, src, len); in new_memcpy_toio()
98 dest += len; in new_memcpy_toio()
101 readb(dest); in new_memcpy_toio()
/openbmc/linux/mm/kasan/
H A Dkasan.h619 void *__asan_memmove(void *dest, const void *src, ssize_t len);
620 void *__asan_memcpy(void *dest, const void *src, ssize_t len);
638 void *__hwasan_memmove(void *dest, const void *src, ssize_t len);
639 void *__hwasan_memcpy(void *dest, const void *src, ssize_t len);
/openbmc/linux/arch/powerpc/lib/
H A Dtest-code-patching.c114 unsigned long dest; in test_create_function_call() local
119 dest = ppc_function_entry(test_create_function_call); in test_create_function_call()
120 create_branch(&instr, iptr, dest, BRANCH_SET_LINK); in test_create_function_call()
122 check(instr_is_branch_to_addr(iptr, dest)); in test_create_function_call()
/openbmc/linux/net/core/
H A Dselftests.c104 thdr->dest = htons(attr->dport); in net_test_get_skb()
109 uhdr->dest = htons(attr->dport); in net_test_get_skb()
213 if (thdr->dest != htons(tpriv->packet->dport)) in net_test_loopback_validate()
222 if (uhdr->dest != htons(tpriv->packet->dport)) in net_test_loopback_validate()
/openbmc/linux/arch/x86/include/asm/uv/
H A Duv_irq.h25 dest : 32; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c425 input->dest.recout_width = pipe->plane_res.scl_data.recout.width; in pipe_ctx_to_e2e_pipe_params()
431 input->dest.htotal = pipe->stream->timing.h_total; in pipe_ctx_to_e2e_pipe_params()
432 input->dest.hblank_start = input->dest.htotal - pipe->stream->timing.h_front_porch; in pipe_ctx_to_e2e_pipe_params()
433 input->dest.hblank_end = input->dest.hblank_start in pipe_ctx_to_e2e_pipe_params()
438 input->dest.vtotal = pipe->stream->timing.v_total; in pipe_ctx_to_e2e_pipe_params()
439 input->dest.vblank_start = input->dest.vtotal - pipe->stream->timing.v_front_porch; in pipe_ctx_to_e2e_pipe_params()
440 input->dest.vblank_end = input->dest.vblank_start in pipe_ctx_to_e2e_pipe_params()
445 input->dest.vstartup_start = pipe->pipe_dlg_param.vstartup_start; in pipe_ctx_to_e2e_pipe_params()
446 input->dest.vupdate_offset = pipe->pipe_dlg_param.vupdate_offset; in pipe_ctx_to_e2e_pipe_params()
447 input->dest.vupdate_offset = pipe->pipe_dlg_param.vupdate_offset; in pipe_ctx_to_e2e_pipe_params()
[all …]
/openbmc/qemu/hw/dma/
H A Domap_dma.c82 hwaddr src, dest; member
155 a->dest = ch->addr[1]; in omap_dma_channel_load()
242 ch->cpc = ch->active_set.dest & 0xffff; in omap_dma_deactivate_channel()
391 a->dest += a->elem_delta[1]; in omap_dma_transfer_generic()
399 a->dest += a->frame_delta[1]; in omap_dma_transfer_generic()
404 ch->cpc = a->dest & 0xffff; in omap_dma_transfer_generic()
443 a->dest += a->frame_delta[1]; in omap_dma_transfer_generic()
452 ch->cpc = a->dest & 0xffff; in omap_dma_transfer_generic()
670 ch->cpc = a->dest & 0xffff;
829 *value = ch->active_set.dest & 0xffff; /* CDAC */
[all …]
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dnet_types.h48 mac_addr_t dest; member
/openbmc/linux/include/uapi/linux/
H A Dudp.h25 __be16 dest; member

1...<<21222324252627282930>>...74