Searched refs:command (Results 1 – 3 of 3) sorted by relevance
80 char command[strlen(auto_attach_cmd) + strlen(slave_tty) + 1]; in attach_to_tty() local82 sprintf(command, auto_attach_cmd, slave_tty); in attach_to_tty()84 int ret = system(command); in attach_to_tty()87 WARN("Could not attach to the UART with \"%s\"\n", command); in attach_to_tty()
13 with command line parameters.20 Enabling this and selecting the file is done with command line options.54 You enable this backend for each instance using command line parameters, by specifying64 terminate the simulation; But you can change this with a command line option, so that it will98 Check the command line options with `-help`.
203 execution to register command line arguments.225 These models register their own command line arguments/options using226 babblesim's command line argument utilities.229 The way to describe the command line arguments follows Babblesim's230 `libUtilv1` command line parsing convention.