Searched refs:grub_memmove (Results 1 – 5 of 5) sorted by relevance
| /tools/libfsimage/zfs/ |
| A D | fsys_zfs.c | 718 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(¤t_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 D | fsi_zfs.h | 61 #define grub_memmove memmove macro
|
| /tools/libfsimage/common/ |
| A D | xenfsimage_grub.h | 63 #define grub_memmove memmove macro
|
| /tools/libfsimage/xfs/ |
| A D | fsys_xfs.c | 504 grub_memmove (buf, inode->di_u.di_c + filepos, len); in xfs_read()
|
| /tools/libfsimage/reiserfs/ |
| A D | fsys_reiserfs.c | 1044 grub_memmove (linkbuf + filemax, dirname, len+1); in reiserfs_dir()
|
Completed in 10 milliseconds