Home
last modified time | relevance | path

Searched refs:stdio (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/openbmc/qemu/chardev/
H A Dchar-win-stdio.c50 WinStdioChardev *stdio = WIN_STDIO_CHARDEV(opaque); in DECLARE_INSTANCE_CHECKER() local
56 ret = ReadConsoleInput(stdio->hStdIn, buf, ARRAY_SIZE(buf), &dwSize); in DECLARE_INSTANCE_CHECKER()
60 qemu_del_wait_object(stdio->hStdIn, NULL, NULL); in DECLARE_INSTANCE_CHECKER()
83 WinStdioChardev *stdio = WIN_STDIO_CHARDEV(param); in win_stdio_thread() local
90 ret = ReadFile(stdio->hStdIn, &stdio->win_stdio_buf, 1, &dwSize, NULL); in win_stdio_thread()
101 if (stdio->win_stdio_buf == '\r') { in win_stdio_thread()
106 if (!SetEvent(stdio->hInputReadyEvent)) { in win_stdio_thread()
109 if (WaitForSingleObject(stdio->hInputDoneEvent, INFINITE) in win_stdio_thread()
115 qemu_del_wait_object(stdio->hInputReadyEvent, NULL, NULL); in win_stdio_thread()
122 WinStdioChardev *stdio = WIN_STDIO_CHARDEV(opaque); in win_stdio_thread_wait_func() local
[all …]
H A Dchar-stdio.c93 ChardevStdio *opts = backend->u.stdio.data; in qemu_chr_open_stdio()
130 ChardevStdio *stdio; in qemu_chr_parse_stdio() local
133 stdio = backend->u.stdio.data = g_new0(ChardevStdio, 1); in qemu_chr_parse_stdio()
134 qemu_chr_parse_common(opts, qapi_ChardevStdio_base(stdio)); in qemu_chr_parse_stdio()
135 stdio->has_signal = true; in qemu_chr_parse_stdio()
136 stdio->signal = qemu_opt_get_bool(opts, "signal", true); in qemu_chr_parse_stdio()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dwrite-zeroes-unmap54 | $QEMU -monitor stdio -drive if=none,file=$TEST_IMG,format=$IMGFMT \
64 | $QEMU -monitor stdio -drive if=none,file=$TEST_IMG,format=$IMGFMT \
75 | $QEMU -monitor stdio -drive if=none,file=$TEST_IMG,format=$IMGFMT \
85 | $QEMU -monitor stdio -drive if=none,file=$TEST_IMG,format=$IMGFMT,discard=off \
95 | $QEMU -monitor stdio -drive if=none,file=$TEST_IMG,format=$IMGFMT,detect-zeroes=on \
105 … | $QEMU -monitor stdio -drive if=none,file=$TEST_IMG,format=$IMGFMT,detect-zeroes=on,discard=on \
115 | $QEMU -monitor stdio -drive if=none,file=$TEST_IMG,format=$IMGFMT,discard=on \
125 | $QEMU -monitor stdio -drive if=none,file=$TEST_IMG,format=$IMGFMT,discard=on \
H A Dqsd-jobs57 $QSD --chardev stdio,id=stdio --monitor chardev=stdio \
71 $QSD --chardev stdio,id=stdio --monitor chardev=stdio \
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dfix_warnings2.patch11 #include <stdio.h>
21 #include <stdio.h>
31 #include <stdio.h>
41 #include <stdio.h>
51 #include <stdio.h>
61 #include <stdio.h>
71 #include <stdio.h>
81 #include <stdio.h>
133 #include <stdio.h>
156 #include <stdio.h>
[all …]
H A Dfix_warnings.patch11 #include <stdio.h>
21 #include <stdio.h>
/openbmc/qemu/tests/qemu-iotests/
H A D03666 printf "\x00\x3f%s" "Test feature" | $PYTHON qcow2.py "$TEST_IMG" add-header-ext-stdio 0x6803f857
82 printf "\x00\x3f%s" "Test feature" | $PYTHON qcow2.py "$TEST_IMG" add-header-ext-stdio 0x6803f857
87 printf "\x00\x3d%s" "Test feature" | $PYTHON qcow2.py "$TEST_IMG" add-header-ext-stdio 0x6803f857
92 …x3e%s\x00%40s" "test1" "" "test2" "" | $PYTHON qcow2.py "$TEST_IMG" add-header-ext-stdio 0x6803f857
97 …0s" "test1" "" "test2" "" "test3" "" | $PYTHON qcow2.py "$TEST_IMG" add-header-ext-stdio 0x6803f857
102 … "" "test2" "" "test3" "" "test4" "" | $PYTHON qcow2.py "$TEST_IMG" add-header-ext-stdio 0x6803f857
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/
H A D0002-Drop-using-_LARGEFILE64_SOURCE.patch33 #include <stdio.h>
45 #include <stdio.h>
56 #include <stdio.h>
69 #include <stdio.h>
81 #include <stdio.h>
93 #include <stdio.h>
104 #include <stdio.h>
117 #include <stdio.h>
129 #include <stdio.h>
141 #include <stdio.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/
H A D0001-Add-missing-standard-headers-for-str-and-exit-APIs.patch21 #include <stdio.h>
31 #include <stdio.h>
40 #include <stdio.h>
49 #include <stdio.h>
59 #include <stdio.h>
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bridge-utils/bridge-utils/
H A D0004-cleanup-includes.patch32 #include <stdio.h>
43 #include <stdio.h>
61 #include <stdio.h>
73 #include <stdio.h>
95 -#include <stdio.h>
114 #include <stdio.h>
135 -#include <stdio.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/
H A D0001-configure-Include-stdio.h-for-printf.patch4 Subject: [PATCH] configure: Include stdio.h for printf
22 +#include <stdio.h>
34 +#include <stdio.h>
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/
H A D0001-include-libgen.h-for-basename-API-prototype.patch33 #include <stdio.h>
44 #include <stdio.h>
55 #include <stdio.h>
67 #include <stdio.h>
81 #include <stdio.h>
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0003-kexec-elf-rel-use-our-elf.h.patch30 #include <stdio.h>
41 #include <stdio.h>
52 #include <stdio.h>
63 #include <stdio.h>
74 #include <stdio.h>
85 #include <stdio.h>
/openbmc/linux/tools/perf/tests/shell/lib/
H A Dcoresight.sh53 perf report --stdio --dump -i "$1" | \
102 FOUND_TIDS=$(perf report --stdio --dump -i "$1" | \
108 FOUND_TIDS=$(perf report --stdio --dump -i "$1" | \
/openbmc/linux/tools/perf/Documentation/
H A Dperf-annotate.txt80 --stdio:: Use the stdio interface.
84 --stdio-color=<mode>::
87 Use '--stdio-color always' to generate color even when redirecting
88 to a pipe or file. Using just '--stdio-color' is equivalent to
92 present, as when piping to other commands, the stdio interface is
155 stdio or stdio2 (Default: 0). Note that this is about selection of
/openbmc/libmctp/
H A Dconfigure.ac102 AC_ARG_WITH([stdio], optwith
103 [AS_HELP_STRING([--with-stdio], [Support logging to stdio])],
111 #include <stdio.h>
122 [AC_DEFINE([MCTP_HAVE_STDIO], [1], [Define to enable stdio functions])],
H A Dmeson.options14 option('stdio', type: 'feature', description: 'Support logging to stdio')
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0024-undef-stdin-for-references-using-stdin-as-a-struct-m.patch7 In musl stdio.h, we have:
8 include/stdio.h:#define stdin (stdin)
26 #include <stdio.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/
H A D0003-Fix-missing-prototype-compiler-warnings.patch24 #include <stdio.h>
37 #include <stdio.h>
49 #include <stdio.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/renderdoc/renderdoc/
H A D0001-jpeg-compressor-Reorder-stdio.h-include-location.patch4 Subject: [PATCH] jpeg-compressor: Reorder stdio.h include location
32 +#include <stdio.h>
40 -#include <stdio.h>
/openbmc/linux/tools/perf/tests/shell/
H A Drecord+zstd_comp_decomp.sh28 …$perf_tool report -i "$trace_file" --stdio -F comm,dso,sym | head -n -3 > "$trace_file.comp.output…
29 …$perf_tool report -i "$trace_file.decomp" --stdio -F comm,dso,sym | head -n -3 > "$trace_file.deco…
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/
H A Dheaders_fixup.patch33 check_symbol_exists(snprintf "stdio.h" HAVE_SNPRINTF)
45 check_symbol_exists(vsnprintf "stdio.h" HAVE_VSNPRINTF)
48 check_symbol_exists(fseeko "stdio.h" HAVE_FSEEKO)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/rdma-core/rdma-core/
H A D0001-include-libgen.h-for-basename.patch29 #include <stdio.h>
43 #include <stdio.h>
53 #include <stdio.h>
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dinclude.patch11 #include <stdio.h>
22 +#include <stdio.h>
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/
H A D0001-include-string-h-from-memcpy-and-strcpy-function-pro.patch48 #include <stdio.h>
58 #include <stdio.h>
71 #include <stdio.h>

12345678910>>...14