Searched refs:cmdline (Results 1 – 3 of 3) sorted by relevance
1413 char *cmdline; in dynamic_debug_init() local1481 cmdline = kstrdup(saved_command_line, GFP_KERNEL); in dynamic_debug_init()1482 parse_args("dyndbg params", cmdline, NULL, in dynamic_debug_init()1484 kfree(cmdline); in dynamic_debug_init()
30 lib-y := ctype.o string.o vsprintf.o cmdline.o \
2650 tristate "KUnit test for cmdline API" if !KUNIT_ALL_TESTS2654 This builds the cmdline API unit test.2655 Tests the logic of API provided by cmdline.c.