The Möbius Operating System: Annotated Index
HOME
DOWNLOAD
DOCUMENTATION
SCREENSHOTS
Main Page
|
Modules
|
Alphabetical List
|
Data Structures
|
File List
|
Data Fields
|
Related Pages
The Möbius Kernel Data Structures
Here are the data structures with brief descriptions:
asyncio_t
Holds device request information in a device's asynchronous queue
cache_t
Represents a file cache object
dev_config_t
device_vtbl_t
Virtual function table for device objects
dirent_t
Contains information on an entry in a directory
driver_t
Device driver structure
file_t
File object structure
fileop_t
Contains status information for user-mode asynchronous I/O operations
module_info_t
User-mode module information structure
params_dev_t
Parameters for a
DEV_xxx
request
params_fs_t
Parameters for a
FS_xxx
request
params_port_t
Parameters for a
PORT_xxx
request
process_info_t
User-mode process information structure
request_t
Specifies parameters for a device request
sysinfo_t
Information structure for
SysGetInfo()
systimes_t
Information structure for
SysGetTimes()
thread_info_t
User-mode thead information structure
vm_desc_t
Represents an area of memory, possibly shared between more than one process
vm_node_t
Represents an area of memory in one process
Post a comment
From: