Home
last modified time | relevance | path

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

/third_party/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 || in lkdtm_parse_commandline()
214 if (!strcmp(cpoint_type, cp_type[i])) { in lkdtm_parse_commandline()
247 cpoint_name, cpoint_type); in lkdtm_handler()
474 cpoint_name, cpoint_type); in lkdtm_module_init()

Completed in 2 milliseconds