Skip to main content

SYS_MODULE_QUERY

Constant SYS_MODULE_QUERY 

Source
pub const SYS_MODULE_QUERY: usize = 703; // 703usize
Expand description

List all loaded kernel modules.

  • out_ptr: buffer to receive ModuleInfo structs
  • max_count: maximum number of modules to return

Returns the number of modules written to the buffer.