LibXenon
Bare-metal Xbox 360 homebrew library
|
#include <xenon_sfcx.h>
Data Fields | |
int | initialized |
int | meta_type |
int | page_sz |
int | meta_sz |
int | page_sz_phys |
int | pages_in_block |
int | block_sz |
int | block_sz_phys |
int | size_mb |
int | size_bytes |
int | size_bytes_phys |
int | size_pages |
int | size_blocks |
int | blocks_per_lg_block |
int | size_usable_fs |
int | addr_config |
int | len_config |
Definition at line 83 of file xenon_sfcx.h.
int sfc::addr_config |
Definition at line 104 of file xenon_sfcx.h.
int sfc::block_sz |
Definition at line 93 of file xenon_sfcx.h.
int sfc::block_sz_phys |
Definition at line 94 of file xenon_sfcx.h.
int sfc::blocks_per_lg_block |
Definition at line 102 of file xenon_sfcx.h.
int sfc::initialized |
Definition at line 85 of file xenon_sfcx.h.
int sfc::len_config |
Definition at line 105 of file xenon_sfcx.h.
int sfc::meta_sz |
Definition at line 89 of file xenon_sfcx.h.
int sfc::meta_type |
Definition at line 86 of file xenon_sfcx.h.
int sfc::page_sz |
Definition at line 88 of file xenon_sfcx.h.
int sfc::page_sz_phys |
Definition at line 90 of file xenon_sfcx.h.
int sfc::pages_in_block |
Definition at line 92 of file xenon_sfcx.h.
int sfc::size_blocks |
Definition at line 100 of file xenon_sfcx.h.
int sfc::size_bytes |
Definition at line 97 of file xenon_sfcx.h.
int sfc::size_bytes_phys |
Definition at line 98 of file xenon_sfcx.h.
int sfc::size_mb |
Definition at line 96 of file xenon_sfcx.h.
int sfc::size_pages |
Definition at line 99 of file xenon_sfcx.h.
int sfc::size_usable_fs |
Definition at line 103 of file xenon_sfcx.h.