Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dload.c87 if (getchar() == '\r') in do_load_serial()
108 getchar(); in do_load_serial()
293 if (getchar() == '\r') in do_save_serial()
533 getchar(); in load_serial_bin()
836 switch (getchar()) { in k_recv()
848 new_char = getchar(); in k_recv()
854 new_char = getchar(); in k_recv()
881 new_char = getchar(); in k_recv()
930 new_char = getchar(); in k_recv()
936 new_char = getchar(); in k_recv()
[all …]
A Dconitrace.c22 getchar(); in do_conitrace()
25 int c = getchar(); in do_conitrace()
A Dbootmenu.c103 c = getchar(); in bootmenu_autoboot_loop()
145 c = getchar(); in bootmenu_loop()
150 c = getchar(); in bootmenu_loop()
159 c = getchar(); in bootmenu_loop()
/u-boot/common/
A Dautoboot.c129 presskey[presskey_len++] = getchar(); in passwd_abort_sha256()
201 presskey[presskey_len++] = getchar(); in passwd_abort_key()
206 presskey[i] = getchar(); in passwd_abort_key()
269 getchar(); /* consume input */ in abortboot_single_key()
284 key = getchar();/* consume input */ in abortboot_single_key()
A Dconsole.c189 gd->jt->getc = getchar; in console_setfile()
541 int getchar(void) in getchar() function
775 switch (getchar()) { in ctrlc()
797 getchar(); in confirm_yesno()
800 str_input[i] = getchar(); in confirm_yesno()
A Dcli_readline.c72 #define getcmd_getch() getchar()
577 c = getchar(); in cli_readline_into_buffer()
A DxyzModem.c75 *c = getchar(); in CYGACC_COMM_IF_GETC_TIMEOUT()
A Dcli_hush.c769 do res=getchar(); while(res!='\n' && res!=EOF); in builtin_read()
/u-boot/scripts/
A Dbin2c.c22 while ((ch = getchar()) != EOF) { in main()
/u-boot/lib/efi_loader/
A Defi_console.c80 *c = getchar(); in term_get_char()
273 getchar(); in query_console_serial()
663 c = getchar(); in analyze_modifiers()
669 c = getchar(); in analyze_modifiers()
678 c = getchar(); in analyze_modifiers()
732 ch = getchar(); in efi_cin_read_key()
738 ch = getchar(); in efi_cin_read_key()
745 ch = getchar(); in efi_cin_read_key()
750 ch = getchar(); in efi_cin_read_key()
908 getchar(); in efi_cin_empty_buffer()
/u-boot/include/
A Dstdio.h8 int getchar(void);
A D_exports.h11 EXPORT_FUNC(getchar, int, getc, void)
/u-boot/test/dm/
A Dusb.c430 ut_asserteq(*c, getchar()); in dm_test_usb_keyb()
/u-boot/common/spl/
A Dspl_ymodem.c35 return (getchar()); in getcymodem()
/u-boot/drivers/serial/
A Dserial.c94 if (getchar() == '\r') in on_baudrate()
A Dserial-uclass.c426 if (getchar() == '\r') in on_baudrate()
/u-boot/lib/
A Dcharset.c115 ch = getchar(); in read_console()
/u-boot/drivers/ram/stm32mp1/
A Dstm32mp1_interactive.c400 if (tstc() && (getchar() == 'd')) { in stm32mp1_ddr_interactive()
/u-boot/api/
A Dapi.c60 *c = getchar(); in API_getc()
/u-boot/drivers/ddr/fsl/
A Dmain.c708 if (tstc() && (getchar() == 'd')) { /* we got a key press of 'd' */ in __fsl_ddr_sdram()

Completed in 28 milliseconds