SetInt64
status_t SetInt64(const char* name, int64 value);
inline status_t SetInt64(const char* name, int64 value);
status_t status = storage.SetInt64("size", fSizeSlider->Size());
status = storage.SetInt64("offset", fSizeSlider->Offset());
gBootParams.SetInt64(BOOT_VOLUME_PARTITION_OFFSET,
gBootParams.SetInt64("boot drive number", drive->DriveID());
gBootParams.SetInt64("boot drive number", drive->DriveID());
gBootParams.SetInt64(BOOT_EFI_SMBIOS_V2_ROOT, (addr_t)vendorTable);
gBootParams.SetInt64(BOOT_EFI_SMBIOS_V3_ROOT, (addr_t)vendorTable);
status_t SetInt64(const char *name, int64 i);
status_t SetInt64(const char *name, int64 i);