Function procfs::modules[][src]

pub fn modules() -> ProcResult<HashMap<String, KernelModule>>
Expand description

Get a list of loaded kernel modules

This corresponds to the data in /proc/modules.