Searched refs:out_name (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/tools/usb/ |
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.6.21/fs/nfs/ |
D | getroot.c | 85 goto out_name; in nfs_get_root() 156 out_name: in nfs_get_root()
|
/linux-6.6.21/arch/mips/math-emu/ |
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.6.21/Documentation/userspace-api/media/v4l/ |
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.6.21/drivers/pinctrl/freescale/ |
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.6.21/arch/powerpc/perf/ |
D | hv-24x7.c | 551 goto out_name; in event_to_attr() 554 out_name: in event_to_attr()
|
/linux-6.6.21/ipc/ |
D | mqueue.c | 969 goto out_name; in SYSCALL_DEFINE1() 992 out_name: in SYSCALL_DEFINE1()
|
/linux-6.6.21/net/core/ |
D | dev.c | 1138 const char *want_name, char *out_name) in dev_prep_valid_name() argument 1146 ret = __dev_alloc_name(net, want_name, out_name); in dev_prep_valid_name() 1150 } else if (out_name != want_name) { in dev_prep_valid_name() 1151 strscpy(out_name, want_name, IFNAMSIZ); in dev_prep_valid_name()
|