Pyro device driver API
|
Data Fields | |
char | a_zName [OS_NAME_LENGTH] |
MemArea_s * | a_psNext |
MemArea_s * | a_psPrev |
MemArea_s * | a_psNextShared |
MemArea_s * | a_psPrevShared |
uintptr_t | a_nStart |
uintptr_t | a_nEnd |
uintptr_t | a_nMaxEnd |
File_s * | a_psFile |
off_t | a_nFileOffset |
size_t | a_nFileLength |
MemContext_s * | a_psContext |
MemAreaOps_s * | a_psOps |
area_id | a_nAreaID |
uint32_t | a_nProtection |
int | a_nLockMode |
atomic_t | a_nRefCount |
WaitQueue_s * | a_psIOThreads |
atomic_t | a_nIOPages |
bool | a_bDeleted |