Home
last modified time | relevance | path

Searched refs:out_name (Results 1 – 11 of 11) sorted by relevance

/linux/tools/docs/
H A Dsphinx-build-wrapper419 out_name = os.path.relpath(pdf_to, self.builddir)
420 max_len = max(max_len, len(out_name))
432 builds[out_name] = "SUCCESS"
434 builds[out_name] = "FAILED"
437 builds[out_name] = f"FAILED ({repr(e)})"
444 out_name = "LaTeX files"
445 max_len = max(max_len, len(out_name))
446 builds[out_name] = "FAILED: no .tex files were generated"
/linux/tools/usb/
H A Dffs-test.c351 const char *const out_name; member
421 const char *name, *op, *in_name, *out_name; in start_thread_helper() local
427 out_name = t->out_name ? t->out_name : t->filename; in start_thread_helper()
437 name = out_name; in start_thread_helper()
/linux/tools/lib/python/kdoc/
H A Dkdoc_output.py640 out_name = self.arg_name(arg, arg.name)
642 if cur_name == out_name:
688 out_name = self.arg_name(args, name)
699 out_name = self.arg_name(args, name)
745 out_name = self.arg_name(args, name)
779 out_name = self.arg_name(args, name)
794 out_name = self.arg_name(args, name)
/linux/fs/nfs/
H A Dgetroot.c85 goto out_name; in nfs_get_root()
156 out_name: in nfs_get_root()
/linux/arch/mips/math-emu/
H A Dme-debugfs.c40 static void adjust_instruction_counter_name(char *out_name, char *in_name, size_t len) in adjust_instruction_counter_name() argument
44 strscpy(out_name, in_name, len); in adjust_instruction_counter_name()
46 if (out_name[i] == '_') in adjust_instruction_counter_name()
47 out_name[i] = '.'; in adjust_instruction_counter_name()
/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2grab.c.rst66 char out_name[256];
149 sprintf(out_name, "out%03d.ppm", i);
150 fout = fopen(out_name, "w");
/linux/tools/verification/rv/src/
H A Din_kernel.c59 static int __ikm_find_monitor_name(char *monitor_name, char *out_name) in __ikm_find_monitor_name() argument
78 memcpy(out_name, cursor, end-cursor); in __ikm_find_monitor_name()
79 out_name[end-cursor] = '\0'; in __ikm_find_monitor_name()
81 cursor = strstr(out_name, ":"); in __ikm_find_monitor_name()
/linux/drivers/pinctrl/freescale/
H A Dpinctrl-mxs.c352 const char **out_name) in mxs_pinctrl_parse_group() argument
392 if (out_name) in mxs_pinctrl_parse_group()
393 *out_name = g->name; in mxs_pinctrl_parse_group()
/linux/arch/powerpc/perf/
H A Dhv-24x7.c541 goto out_name; in event_to_attr()
544 out_name: in event_to_attr()
/linux/ipc/
H A Dmqueue.c958 goto out_name; in SYSCALL_DEFINE1()
974 out_name: in SYSCALL_DEFINE1()
/linux/net/core/
H A Ddev.c1398 const char *want_name, char *out_name, in dev_prep_valid_name() argument
1405 return __dev_alloc_name(net, want_name, out_name); in dev_prep_valid_name()
1409 if (out_name != want_name) in dev_prep_valid_name()
1410 strscpy(out_name, want_name, IFNAMSIZ); in dev_prep_valid_name()