Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dstart.c100 if (!state->interactive) in sandbox_main_loop_init()
153 state->interactive = true; in sandbox_cmdline_cb_interactive()
157 SANDBOX_CMDLINE_OPT_SHORT(interactive, 'i', 0, "Enter interactive mode");
/rk3399_rockchip-uboot/scripts/
H A Dget_maintainer.pl42 my $interactive = 0;
230 'i|interactive!' => \$interactive,
275 $output_rolestats = 1 if ($interactive);
287 $interactive = 0;
793 if ($interactive) {
1413 save_commits_by_author(@lines) if ($interactive);
1414 save_commits_by_signer(@lines) if ($interactive);
1448 save_commits_by_author(@lines) if ($interactive);
1449 save_commits_by_signer(@lines) if ($interactive);
1660 $interactive = 0;
[all …]
/rk3399_rockchip-uboot/arch/sandbox/include/asm/
H A Dstate.h50 bool interactive; /* Enable cmdline after execute */ member
/rk3399_rockchip-uboot/drivers/ddr/fsl/
H A DMakefile29 obj-$(CONFIG_FSL_DDR_INTERACTIVE) += interactive.o
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-lexer.l21 %option noyywrap nounput noinput never-interactive
H A Ddtc-lexer.lex.c_shipped210 /* Whether this is an "interactive" input source; if so, and
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.l1 %option nostdinit noyywrap never-interactive full ecs
H A Dzconf.lex.c_shipped239 /* Whether this is an "interactive" input source; if so, and
/rk3399_rockchip-uboot/common/
H A Dcli_hush.c296 static int interactive; variable
656 if (!interactive) in builtin_fg_bg()
1104 if (i->__promptme && interactive && i->file == stdin) {
1105 while(! i->p || (interactive && strlen(i->p)==0) ) {
1341 interactive=0; /* crucial!!!! */
1725 if (interactive && pi->followup!=PIPE_BG) {
1889 if (interactive) {
3402 interactive = 0;
3449 interactive++;
3473 interactive++;
[all …]
H A DKconfig262 This disable CLI interactive in verified-boot.
/rk3399_rockchip-uboot/doc/
H A DREADME.fsl-ddr275 For DDR parameter tuning up and debugging, the interactive DDR debugger can
282 Another way to enter the interactive DDR debugger without setting the
291 The example flow of using interactive debugging is
H A DREADME.usb130 CONFIG_CMD_USB=y /* the 'usb' interactive command */
H A DREADME.pxe241 - the interactive prompt in U-Boot's pxe only allows you to choose a label
/rk3399_rockchip-uboot/Licenses/
H A Dgpl-2.0.txt105 interactive use in the most ordinary way, to print or display an
110 License. (Exception: if the Program itself is interactive but
312 If the program is interactive, make it output a short notice like this
313 when it starts in an interactive mode:
/rk3399_rockchip-uboot/lib/
H A DKconfig137 command to interactive the TPM. Driver model support is provided
/rk3399_rockchip-uboot/board/sandbox/
H A DREADME.sandbox109 but you can force it to go to interactive mode instead with -i.
/rk3399_rockchip-uboot/
H A DREADME725 entering interactive mode.
2295 Enable editing and History functions for interactive
3489 Enable interactive DDR debugging. See doc/README.fsl-ddr.