Function procfs::modules [−][src]
pub fn modules() -> ProcResult<HashMap<String, KernelModule>>
Get a list of loaded kernel modules
This corresponds to the data in /proc/modules
.
pub fn modules() -> ProcResult<HashMap<String, KernelModule>>
Get a list of loaded kernel modules
This corresponds to the data in /proc/modules
.