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

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dxfs.c184 return (grub_be_to_cpu64 (ino) & ((1LL << GRUB_XFS_INO_AGBITS (data)) - 1));
191 return (grub_be_to_cpu64 (ino) >> GRUB_XFS_INO_AGBITS (data));
314 if (fileblock < grub_be_to_cpu64 (keys[i]))
325 GRUB_XFS_FSB_TO_BLOCK (node->data, grub_be_to_cpu64 (keys[i - 1 + recoffset])) << (node->data->sblock.log2_bsize - GRUB_DISK_SECTOR_BITS),
392 grub_be_to_cpu64 (node->inode.size),
401 int size = grub_be_to_cpu64 (node->inode.size);
566 blk < (grub_be_to_cpu64 (dir->inode.size)
785 file->size = grub_be_to_cpu64 (data->diropen.inode.size);
H A Dhfsplus.c465 grub_be_to_cpu64 (data->volheader.catalog_file.size);
475 grub_be_to_cpu64 (data->volheader.extents_file.size);
825 node->size = grub_be_to_cpu64 (fileinfo->data.size);
1063 grub_be_to_cpu64 (data->volheader.num_serial));
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dtypes.h218 # define grub_be_to_cpu64(x) ((grub_uint64_t) (x)) macro
237 # define grub_be_to_cpu64(x) grub_swap_bytes64(x) macro
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dnet.c152 && ((grub_be_to_cpu64 (proto_addr->ipv6[0]) >> 56) == 0xff))
157 hw_addr->mac[2] = ((grub_be_to_cpu64 (proto_addr->ipv6[1]) >> 24) & 0xff);
158 hw_addr->mac[3] = ((grub_be_to_cpu64 (proto_addr->ipv6[1]) >> 16) & 0xff);
159 hw_addr->mac[4] = ((grub_be_to_cpu64 (proto_addr->ipv6[1]) >> 8) & 0xff);
160 hw_addr->mac[5] = ((grub_be_to_cpu64 (proto_addr->ipv6[1]) >> 0) & 0xff);
492 return (((grub_be_to_cpu64 (net->addr.ipv6[0]) & mask[0])
493 == (grub_be_to_cpu64 (addr->ipv6[0]) & mask[0]))
494 && ((grub_be_to_cpu64 (net->addr.ipv6[1]) & mask[1])
495 == (grub_be_to_cpu64 (addr->ipv6[1]) & mask[1])));
687 grub_uint64_t n = grub_be_to_cpu64 (targe
[all...]
H A Dicmp6.c373 || (grub_be_to_cpu64 (opt->prefix[0]) >> 48) == 0xfe80
380 (grub_be_to_cpu64 (opt->prefix[0]) >> 48) == 0xfe80,
H A Dip.c296 && hwaddress->mac[3] == ((grub_be_to_cpu64 (inf->address.addr.ipv6[1])
298 && hwaddress->mac[4] == ((grub_be_to_cpu64 (inf->address.addr.ipv6[1])
300 && hwaddress->mac[5] == ((grub_be_to_cpu64 (inf->address.addr.ipv6[1])
/osnet-11/usr/src/grub/grub2/include/grub/zfs/
H A Dspa.h38 ? grub_be_to_cpu64(x) \
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c2447 *value = grub_be_to_cpu64 (la->la_array64);
2757 return hook (name, grub_be_to_cpu64 (*(const grub_uint64_t *) val_in));
3479 subvol->keyring[keyn].txg = grub_be_to_cpu64 (*(grub_uint64_t *) name);
3752 *out = grub_be_to_cpu64 (grub_get_unaligned64 (nvpair));
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-setup.c87 #define grub_target_to_host64(x) grub_be_to_cpu64(x)
H A Dgrub-mkimage.c478 return grub_be_to_cpu64 (in);

Completed in 322 milliseconds