Name
|
Type
|
Description
|
bssSection | KernelModuleSectionInfo |
BSS section information.
|
dataSection | KernelModuleSectionInfo |
Data section information.
|
enabled | xsd:boolean |
Is the module enabled?
|
filename | xsd:string |
Module filename, without the path.
|
id | xsd:int |
Module ID.
|
loaded | xsd:boolean |
Is the module loaded?
|
name | xsd:string |
Module name.
|
optionString | xsd:string |
Option string configured to be passed to the kernel module when loaded.
Note that this is not necessarily the option string currently in use by
the kernel module.
|
readOnlySection | KernelModuleSectionInfo |
Read-only section information.
|
textSection | KernelModuleSectionInfo |
Text section information.
|
useCount | xsd:int |
Number of references to this module.
|
version | xsd:string |
Version string.
|
writableSection | KernelModuleSectionInfo |
Writable section information.
|
Properties inherited from DynamicData |
None |