Searched refs:u32at (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dntfs.c44 u32at (void *ptr, grub_size_t ofs) function
143 (at->mft->data->disk, u32at (at->attr_cur, 0x10), 0,
147 (at->mft->data->disk, u32at (at->attr_cur, 0x14), 0,
159 u32at (at->attr_cur, 0x10)))
205 n = ((u32at (pa, 0x30) + GRUB_DISK_SECTOR_SIZE - 1)
218 at->attr_end = at->edat_buf + u32at (pa, 0x30);
223 at->attr_end = at->attr_end + u32at (pa, 4);
252 u32at (pa, 0x10) * (at->mft->data->mft_size << GRUB_NTFS_BLK_SHR),
399 if (ofs + len > u32at (pa, 0x10))
401 grub_memcpy (dest, pa + u32at (p
[all...]

Completed in 20 milliseconds