Home
last modified time | relevance | path

Searched refs:grub_memmove (Results 1 – 8 of 8) sorted by relevance

/xen/tools/libfsimage/zfs/
A Dfsys_zfs.c718 grub_memmove(buf, &dnode_buf[idx], DNODE_SIZE); in dnode_get()
736 grub_memmove(buf, &dnbuf[idx], DNODE_SIZE); in dnode_get()
986 grub_memmove((char *)mdn, (char *)&osp->os_meta_dnode, DNODE_SIZE); in get_objset_mdn()
1084 grub_memmove(strval, nvpair, slen); in nvlist_lookup_value()
1349 grub_memmove(MOS, &osp->os_meta_dnode, DNODE_SIZE); in zfs_mount()
1350 grub_memmove(&current_uberblock, in zfs_mount()
1352 grub_memmove(current_bootpath, tmp_bootpath, in zfs_mount()
1354 grub_memmove(current_devid, tmp_devid, in zfs_mount()
1497 grub_memmove(buf, file_buf + filepos - file_start, len); in zfs_read()
1525 grub_memmove(buf, file_buf + filepos - file_start, in zfs_read()
A Dfsi_zfs.h61 #define grub_memmove memmove macro
/xen/tools/libfsimage/common/
A Dxenfsimage_grub.h63 #define grub_memmove memmove macro
/xen/tools/libfsimage/xfs/
A Dfsys_xfs.c494 grub_memmove (buf, inode->di_u.di_c + filepos, len); in xfs_read()
/xen/tools/libfsimage/reiserfs/
A Dfsys_reiserfs.c1042 grub_memmove (linkbuf + filemax, dirname, len+1); in reiserfs_dir()
/xen/stubdom/grub.patches/
A D99minios489 void *memcpy (void *dest, const void *src, int n) __attribute__ ((alias ("grub_memmove")));
1017 grub_memmove ((char *) arptable[ARP_SERVER].node,
A D10graphics.diff1003 grub_memmove (buf + lpos, buf + lpos + count, llen - count + 1);
1143 grub_memmove (void *to, const void *from, int len)
1866 void *grub_memmove (void *to, const void *from, int len);
A D61btrfs.diff3030 + grub_memmove(linkbuf + filemax, name, len + 1);

Completed in 16 milliseconds