MCPcopy Create free account
hub / github.com/F-Stack/f-stack / run_cli

Function run_cli

dpdk/examples/vm_power_manager/vm_power_cli.c:537–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535};
536
537void
538run_cli(__rte_unused void *arg)
539{
540 struct cmdline *cl;
541
542 cl = cmdline_stdin_new(main_ctx, "vmpower> ");
543 if (cl == NULL)
544 return;
545
546 cmdline_interact(cl);
547 cmdline_stdin_exit(cl);
548}

Callers 1

mainFunction · 0.70

Calls 3

cmdline_stdin_newFunction · 0.85
cmdline_interactFunction · 0.85
cmdline_stdin_exitFunction · 0.85

Tested by

no test coverage detected