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

/external/ltp/testcases/kdump/lib/lkdtm/
H A Dlkdtm.c31 * Usage : insmod lkdtm.ko [recur_count={>0}] cpoint_name=<> cpoint_type=<>
41 * cpoint_type : Indicates the action to be taken on hitting the crash point.
116 static char *cpoint_type = NONE; variable
129 module_param(cpoint_type, charp, 0644);
130 MODULE_PARM_DESC(cpoint_type, " Crash Point Type, action to be taken on "
202 if (cpoint_name == INVALID || cpoint_type == NONE ||
214 if (!strcmp(cpoint_type, cp_type[i])) {
247 cpoint_name, cpoint_type);
474 cpoint_name, cpoint_type);

Completed in 84 milliseconds