SUNWcsu
modinfo displays information about the loaded modules. The format of the information is as follows:
where Id is the module ID , Loadaddr is the starting text address in hex, size is the size of text, data, and bss in hex bytes, Info is module specific info, Rev is the revision of the loadable modules system, and Module Name is the filename and description of the module.
The module specific information is the block and character major numbers for drivers, the system call number for system calls, or, for other module types, the index into the appropriate kernel table:
for exec modules
- fmodsw
- for streams modules
- vfssw
- for filesystems
- class
- for scheduling classes
- execsw
The following example displays the status of module 2:
example% modinfo -i 2
Id | Loadaddr | Size | Info | Rev | Module Name |
2 | ff08e000 | 1734 | - | 1 | swapgeneric |
(root and swap configuration) |