Searched refs:cpoint_type (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/misc/lkdtm/
H A Dcore.c118 static char* cpoint_type; variable
119 module_param(cpoint_type, charp, 0444);
120 MODULE_PARM_DESC(cpoint_type, " Crash Point Type, action to be taken on "\
401 if ((cpoint_type || cpoint_name) && !(cpoint_type && cpoint_name)) {
402 pr_err("Need both cpoint_type and cpoint_name or neither\n");
406 if (cpoint_type) {
407 crashtype = find_crashtype(cpoint_type);
409 pr_err("Unknown crashtype '%s'\n", cpoint_type);
462 crashpoint->name, cpoint_type);
[all...]

Completed in 106 milliseconds