Home
last modified time | relevance | path

Searched refs:kunit_shutdown (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/kunit/
H A Dexecutor.c301 static char *kunit_shutdown; variable
302 core_param(kunit_shutdown, kunit_shutdown, charp, 0644);
306 if (!kunit_shutdown) in kunit_handle_shutdown()
309 if (!strcmp(kunit_shutdown, "poweroff")) in kunit_handle_shutdown()
311 else if (!strcmp(kunit_shutdown, "halt")) in kunit_handle_shutdown()
313 else if (!strcmp(kunit_shutdown, "reboot")) in kunit_handle_shutdown()