[ Maverik Level 3 functions ]
mav_moduleDump
Summary
Print details of all kernel modules.
Syntax
void mav_moduleDump(void);
Description
This function calls the identification
function for each registered kernel module, printing to STDOUT the result
of each function.
Back to the index page.