Home
last modified time | relevance | path

Searched defs:stdout (Results 1 – 17 of 17) sorted by relevance

/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/
H A Drunner.py88 def start(self, fvpconf, extra_args=[], terminal_choice="none", stdout=subprocess.PIPE): argument
156 def stdout(self): member in FVPRunner
/openbmc/linux/scripts/
H A Drust_is_available_test.py37 def generate_clang(cls, stdout): argument
47 def generate_rustc(cls, stdout): argument
67 def generate_bindgen_version(cls, stdout): argument
/openbmc/qemu/scripts/
H A Dundefsym.py14 def filter_lines_set(stdout, from_staticlib): argument
/openbmc/pldm/tools/visualize-pdr/
H A Dpldm_visualise_pdrs.py24 def __init__(self, stdout, stderr): argument
58 def __init__(self, stdout, stderr): argument
/openbmc/u-boot/include/
H A Dstdio.h44 #define stdout 1 macro
/openbmc/linux/tools/testing/kunit/
H A Dkunit_printer.py48 stdout = Printer(sys.stdout) variable
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dudbg_scc.c69 struct device_node *stdout = NULL, *escc = NULL, *macio = NULL; in udbg_scc_init() local
/openbmc/u-boot/tools/patman/
H A Dcommand.py26 def __init__(self, stdout='', stderr='', combined='', return_code=0, argument
H A Dtout.py151 def Init(_verbose=WARNING, stdout=sys.stdout): argument
H A Dcros_subprocess.py56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY, argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprocess.py42 def __init__(self, command, exitcode, stdout = None, stderr = None): argument
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h78 FILE *stdout; member
95 FILE *stdout; member
114 FILE *stdout; member
/openbmc/linux/tools/include/nolibc/
H A Dstdio.h39 static __attribute__((unused)) FILE* const stdout = (FILE*)(intptr_t)~STDOUT_FILENO; variable
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c34 int stdout; member
/openbmc/linux/arch/powerpc/kernel/
H A Dlegacy_serial.c395 struct device_node *np, *stdout = NULL; in find_legacy_serial_ports() local
H A Dprom_init.c119 ihandle stdout; member
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py1273 def __daemonize(self, pid_file=None, stdin=os.devnull, stdout=os.devnull, argument