Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/lib/console/
Dconsole.c607 static status_t command_loop(int (*get_line)(const char **, void *), void *get_line_cookie, bool sh… in command_loop() function
732 while (command_loop(&read_debug_line, NULL, true, false) == NO_ERROR) in console_start()
783 command_loop(&fetch_next_line, (void *)&lineread, false, locked); in console_run_script_etc()