Searched refs:out_name (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/docs/ |
| H A D | sphinx-build-wrapper | 419 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 D | ffs-test.c | 351 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 D | kdoc_output.py | 640 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 D | getroot.c | 85 goto out_name; in nfs_get_root() 156 out_name: in nfs_get_root()
|
| /linux/arch/mips/math-emu/ |
| H A D | me-debugfs.c | 40 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 D | v4l2grab.c.rst | 66 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 D | in_kernel.c | 59 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 D | pinctrl-mxs.c | 352 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 D | hv-24x7.c | 541 goto out_name; in event_to_attr() 544 out_name: in event_to_attr()
|
| /linux/ipc/ |
| H A D | mqueue.c | 958 goto out_name; in SYSCALL_DEFINE1() 974 out_name: in SYSCALL_DEFINE1()
|
| /linux/net/core/ |
| H A D | dev.c | 1398 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()
|