| /openbmc/qemu/qga/ |
| H A D | service-win32.c | 105 GString *esc; in ga_install_service() local 114 esc = g_string_new(""); in ga_install_service() 118 win_escape_arg(module_fname, esc)); in ga_install_service() 121 g_string_append_printf(cmdline, " -p %s", win_escape_arg(path, esc)); in ga_install_service() 125 win_escape_arg(logfile, esc)); in ga_install_service() 129 win_escape_arg(state_dir, esc)); in ga_install_service() 158 g_string_free(esc, TRUE); in ga_install_service()
|
| /openbmc/u-boot/cmd/ |
| H A D | bootmenu.c | 81 enum bootmenu_key *key, int *esc) in bootmenu_autoboot_loop() argument 103 *esc = 1; in bootmenu_autoboot_loop() 132 enum bootmenu_key *key, int *esc) in bootmenu_loop() argument 143 switch (*esc) { in bootmenu_loop() 147 *esc = 1; in bootmenu_loop() 154 *esc = 2; in bootmenu_loop() 157 *esc = 0; in bootmenu_loop() 163 if (*esc == 2 && c == '1') { in bootmenu_loop() 164 *esc = 3; in bootmenu_loop() 169 *esc = 0; in bootmenu_loop() [all …]
|
| /openbmc/obmc-console/ |
| H A D | console-client.c | 276 const uint8_t *esc = NULL; in main() local 302 esc = (const uint8_t *)optarg; in main() 330 if (!esc) { in main() 331 esc = (const uint8_t *)config_get_value( in main() 336 if (esc) { in main() 338 client->esc_state.str.str = esc; in main()
|
| /openbmc/u-boot/lib/ |
| H A D | slre.c | 245 int esc, old_data_size = r->data_size, op = ANYOF; in anyof() local 263 esc = get_escape_char(re); in anyof() 264 if ((esc & 0xff) == 0) { in anyof() 266 store_char_in_data(r, esc >> 8); in anyof() 268 store_char_in_data(r, esc); in anyof() 323 int op, esc, branch_start, last_op, fixup, cap_no, level; in compile() local 352 esc = get_escape_char(re); in compile() 353 if (esc & 0xff00) in compile() 354 emit(r, esc >> 8); in compile() 356 exact_one_char(r, esc); in compile()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/ |
| H A D | 0001-team_basic_test.py-check-the-return-value.patch | 27 + except Exception as esc:
|
| /openbmc/openbmc/poky/bitbake/contrib/ |
| H A D | dump_cache.py | 79 except Exception as esc:
|
| /openbmc/u-boot/doc/device-tree-bindings/video/ |
| H A D | exynos_mipi_dsi.txt | 31 samsung,dsim-config-esc-clk: escape clock frequency for getting 73 samsung,dsim-config-esc-clk = <20000000>;
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | serial_mxc.c | 130 u32 esc; member 155 writel(0x2b, &base->esc); in _mxc_serial_init()
|
| /openbmc/openbmc-test-automation/lib/pdu/ |
| H A D | cyber.robot | 170 ${esc}= Evaluate chr(int(27)) 173 Run Keyword ${lib_name}.Write Bare ${esc}
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | parser.py | 313 esc = False 319 if esc: 325 esc = False 327 esc = True
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | oe-depends-dot | 177 except Exception as esc:
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | kirkwood-netxbig.dtsi | 60 * esc and power represent a three position rocker
|
| H A D | exynos4210-trats.dts | 80 samsung,dsim-config-esc-clk = <20000000>;
|
| H A D | exynos4412-trats2.dts | 99 samsung,dsim-config-esc-clk = <20000000>;
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | qapi_domain.py | 931 esc = tuple(re.escape(s) for s in parts)
|
| /openbmc/qemu/pc-bios/keymaps/ |
| H A D | ja | 33 # evdev 1 (0x1), QKeyCode "esc", number 0x1
|
| H A D | mk | 33 # evdev 1 (0x1), QKeyCode "esc", number 0x1
|
| H A D | ar | 33 # evdev 1 (0x1), QKeyCode "esc", number 0x1
|
| H A D | th | 33 # evdev 1 (0x1), QKeyCode "esc", number 0x1
|
| H A D | ru | 33 # evdev 1 (0x1), QKeyCode "esc", number 0x1
|
| H A D | en-us | 33 # evdev 1 (0x1), QKeyCode "esc", number 0x1
|
| H A D | fr-ca | 33 # evdev 1 (0x1), QKeyCode "esc", number 0x1
|
| H A D | et | 33 # evdev 1 (0x1), QKeyCode "esc", number 0x1
|
| H A D | bepo | 33 # evdev 1 (0x1), QKeyCode "esc", number 0x1
|
| H A D | pt | 33 # evdev 1 (0x1), QKeyCode "esc", number 0x1
|