Searched refs:out_name (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/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-6.15/fs/nfs/ |
| H A D | getroot.c | 85 goto out_name; in nfs_get_root() 156 out_name: in nfs_get_root()
|
| /linux-6.15/arch/mips/math-emu/ |
| H A D | me-debugfs.c | 40 static void adjust_instruction_counter_name(char *out_name, char *in_name) in adjust_instruction_counter_name() argument 44 strcpy(out_name, in_name); 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-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | v4l2grab.c.rst | 65 char out_name[256]; 148 sprintf(out_name, "out%03d.ppm", i); 149 fout = fopen(out_name, "w");
|
| /linux-6.15/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-6.15/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-6.15/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-6.15/ipc/ |
| H A D | mqueue.c | 970 goto out_name; in SYSCALL_DEFINE1() 993 out_name: in SYSCALL_DEFINE1()
|
| /linux-6.15/net/core/ |
| H A D | dev.c | 1344 const char *want_name, char *out_name, in dev_prep_valid_name() argument 1351 return __dev_alloc_name(net, want_name, out_name); in dev_prep_valid_name() 1355 if (out_name != want_name) in dev_prep_valid_name() 1356 strscpy(out_name, want_name, IFNAMSIZ); in dev_prep_valid_name()
|