Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
os_area_db Struct Reference

Data Fields

u8 magic_num [4]
 
u16 version
 
u16 _reserved_1
 
u16 index_64
 
u16 count_64
 
u16 index_32
 
u16 count_32
 
u16 index_16
 
u16 count_16
 
u32 _reserved_2
 
u8 _db_data [1000]
 

Detailed Description

struct os_area_db - Shared flash memory database. : Always '-db-'.

Version
: os_area_db format version number. : byte offset of the database id index for 64 bit variables. : number of usable 64 bit index entries : byte offset of the database id index for 32 bit variables. : number of usable 32 bit index entries : byte offset of the database id index for 16 bit variables. : number of usable 16 bit index entries

Flash rom storage for exclusive use by guests running in the other os lpar. The current system configuration allocates 1K (two segments) for other os use.

Definition at line 142 of file os-area.c.

Field Documentation

u8 _db_data[1000]

Definition at line 153 of file os-area.c.

u16 _reserved_1

Definition at line 145 of file os-area.c.

u32 _reserved_2

Definition at line 152 of file os-area.c.

u16 count_16

Definition at line 151 of file os-area.c.

u16 count_32

Definition at line 149 of file os-area.c.

u16 count_64

Definition at line 147 of file os-area.c.

u16 index_16

Definition at line 150 of file os-area.c.

u16 index_32

Definition at line 148 of file os-area.c.

u16 index_64

Definition at line 146 of file os-area.c.

u8 magic_num[4]

Definition at line 143 of file os-area.c.

u16 version

Definition at line 144 of file os-area.c.


The documentation for this struct was generated from the following file: