Function procfs::modules

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

Get a list of loaded kernel modules

This corresponds to the data in /proc/modules.