Home
last modified time | relevance | path

Searched refs:memmove (Results 1 – 19 of 19) sorted by relevance

/tools/vchan/
A Dnode-select.c68 memmove(inbuf, inbuf + ret, insiz); in vchan_wr()
82 memmove(outbuf, outbuf + ret, outsiz); in stdout_wr()
A Dvchan-socket-proxy.c112 memmove(inbuf, inbuf + ret, insiz); in vchan_wr()
126 memmove(outbuf, outbuf + ret, outsiz); in socket_wr()
/tools/libfsimage/zfs/
A Dfsi_zfs.h61 #define grub_memmove memmove
/tools/libfsimage/common/
A Dxenfsimage_grub.h63 #define grub_memmove memmove
/tools/firmware/rombios/32bit/
A Dutil.h18 void *memmove(void *dest, const void *src, unsigned n);
A Dutil.c122 void *memmove(void *dest, const void *src, unsigned n) in memmove() function
/tools/libfsimage/ext2fs/
A Dfsys_ext2fs.c712 memmove ((void *) INODE, (void *) raw_inode, sizeof (struct ext2_inode)); in ext2fs_dir()
745 memmove (linkbuf + filemax, dirname, len); in ext2fs_dir()
762 memmove (linkbuf, (char *) INODE->i_block, len); in ext2fs_dir()
/tools/firmware/hvmloader/
A Dutil.h278 void *memmove(void *dest, const void *src, unsigned n);
A Dpci.c327 memmove(&bars[i+1], &bars[i], (nr_bars-i) * sizeof(*bars)); in pci_setup()
A Dutil.c116 void *memmove(void *dest, const void *src, unsigned n) in memmove() function
/tools/libs/stat/
A Dxenstat.c729 memmove(domain,domain+1,(node->num_domains - entry) * sizeof(xenstat_domain) ); in xenstat_prune_domain()
/tools/console/daemon/
A Dio.c370 memmove(buffer->data, in buffer_append()
379 memmove(buffer->data + buffer->max_capacity / 2, in buffer_append()
/tools/libs/util/
A Dlibxlu_cfg.c529 memmove(cur_list->values + prev_list->nvalues, in xlu__cfg_concat_vals()
/tools/libs/light/
A Dlibxl_aoutils.c357 memmove(buf->buf, buf->buf+r, buf->used); in datacopier_writable()
A Dlibxl_qmp.c1633 memmove(ev->rx_buf, ev->rx_buf + len, ev->rx_buf_used); in qmp_ev_get_next_msg()
/tools/python/xen/lowlevel/xs/
A Dxs.c385 memmove(&xsperms[1], &xsperms[0], xsperms_n * sizeof(*xsperms)); in xspy_set_permissions()
/tools/libs/guest/
A Dxg_core.c393 memmove(p - 4, p, sizeof(xen_version.pagesize)); in elfnote_dump_xen_version()
/tools/debugger/kdd/
A Dkdd.c1322 memmove(s->rxb, s->rxb + 1, --s->cur); in kdd_select_callback()
/tools/xenstored/
A Dcore.c1649 memmove(mem + off, mem + off + len, total - off - len); in memdel()

Completed in 117 milliseconds