Home
last modified time | relevance | path

Searched defs:out_file (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/init/
H A Ddo_mounts_rd.c17 static struct file *in_file, *out_file; variable
/linux-6.15/arch/mips/vdso/
H A Dgenvdso.c69 static FILE *out_file; variable
/linux-6.15/scripts/kconfig/tests/
H A Dconftest.py39 def _run_conf(self, mode, dot_config=None, out_file='.config', argument
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c50 char test_file[256], out_file[256], diff_cmd[1024]; in test_btf_dump_case() local
/linux-6.15/tools/net/ynl/pyynl/
H A Dynl_gen_c.py1279 def __init__(self, nlib, out_file=None, overwrite=True): argument