/linux-6.1.9/kernel/trace/ |
D | trace_dynevent.c | 303 ret = seq_buf_printf(&cmd->seq, " %s%c", arg->str, arg->separator); in dynevent_arg_add() 305 pr_err("String is too long: %s%c\n", arg->str, arg->separator); in dynevent_arg_add() 350 arg_pair->separator); in dynevent_arg_pair_add() 354 arg_pair->separator); in dynevent_arg_pair_add() 428 char separator) in dynevent_arg_init() argument 432 if (!separator) in dynevent_arg_init() 433 separator = ' '; in dynevent_arg_init() 434 arg->separator = separator; in dynevent_arg_init() 455 char operator, char separator) in dynevent_arg_pair_init() argument 463 if (!separator) in dynevent_arg_pair_init() [all …]
|
D | trace_dynevent.h | 130 char separator; /* e.g. ';', ',', or nothing */ member 134 char separator); 143 char separator; /* e.g. ';', ',', or nothing */ member 147 char operator, char separator);
|
/linux-6.1.9/scripts/ |
D | parse-maintainers.pl | 114 my $separator; 119 if (! defined $separator) { 120 $separator = "\n"; 122 print $file $separator;
|
/linux-6.1.9/tools/perf/Documentation/ |
D | perf-mem.txt | 49 --field-separator=<separator>:: 50 Specify the field separator used when dump raw samples (-D option). By default, 51 The separator is the space character.
|
D | perf-diff.txt | 65 --field-separator=:: 67 Use a special separator character and don't pad with spaces, replacing 68 all occurrences of this separator in symbol names (and other output) 69 with a '.' character, that thus it's the only non valid separator. 289 behind ':' separator like '-c wdiff:1,2'.
|
D | perf-report.txt | 221 --field-separator=:: 222 Use a special separator character and don't pad with spaces, replacing 223 all occurrences of this separator in symbol names (and other output) 224 with a '.' character, that thus it's the only non valid separator.
|
D | perf-stat.txt | 116 option using the comma separator. Hardware events and generic hardware 170 --field-separator SEP::
|
D | perf-top.txt | 350 option using the comma separator. Hardware events and generic hardware
|
/linux-6.1.9/arch/s390/kernel/ |
D | dis.c | 430 char separator; in print_insn() local 443 separator = 0; in print_insn() 451 value == 0 && separator == '(') { in print_insn() 452 separator = ','; in print_insn() 455 if (separator) in print_insn() 456 ptr += sprintf(ptr, "%c", separator); in print_insn() 476 separator = '('; in print_insn() 479 separator = ','; in print_insn() 481 separator = ','; in print_insn()
|
/linux-6.1.9/drivers/acpi/acpica/ |
D | exconvrt.c | 381 u8 separator = ','; in acpi_ex_convert_to_string() local 478 separator = ' '; in acpi_ex_convert_to_string() 491 separator = ','; in acpi_ex_convert_to_string() 535 *new_buf++ = separator; in acpi_ex_convert_to_string()
|
/linux-6.1.9/scripts/dtc/ |
D | dt_to_config | 448 my $separator; 475 print "$separator", "$existing_config"; 476 $separator = ", "; 478 print "$separator", "n"; 479 $separator = ", ";
|
/linux-6.1.9/tools/testing/selftests/powerpc/mm/ |
D | tlbie_test.c | 264 char separator[2] = "/"; in start_verification_log() local 270 strcat(path, separator); in start_verification_log() 312 char separator[] = "/"; in end_verification_log() local 323 strcat(path, separator); in end_verification_log()
|
/linux-6.1.9/drivers/md/ |
D | dm-init.c | 83 static char __init *str_field_delimit(char **str, char separator) in str_field_delimit() argument 89 s = strchr(*str, separator); in str_field_delimit()
|
/linux-6.1.9/scripts/gdb/linux/ |
D | modules.py | 88 separator=" " if first else ",",
|
/linux-6.1.9/drivers/of/ |
D | base.c | 928 const char *separator = strchr(path, ':'); in __of_find_node_by_full_path() local 937 if (separator && separator < path) in __of_find_node_by_full_path() 966 const char *separator = strchr(path, ':'); in of_find_node_opts_by_path() local 969 *opts = separator ? separator + 1 : NULL; in of_find_node_opts_by_path() 977 const char *p = separator; in of_find_node_opts_by_path()
|
/linux-6.1.9/lib/ |
D | vsprintf.c | 1151 char separator; in hex_string() local 1162 separator = ':'; in hex_string() 1165 separator = '-'; in hex_string() 1168 separator = 0; in hex_string() 1171 separator = ' '; in hex_string() 1186 if (separator && i != len - 1) { in hex_string() 1188 *buf = separator; in hex_string() 1277 char separator; in mac_address_string() local 1285 separator = '-'; in mac_address_string() 1293 separator = ':'; in mac_address_string() [all …]
|
/linux-6.1.9/Documentation/locking/ |
D | lockstat.rst | 143 short separator (line 08, 13) from the contention points. 151 short separator. The contention points don't match the column descriptors,
|
/linux-6.1.9/Documentation/core-api/ |
D | printk-formats.rst | 293 certain separator. For larger buffers consider using 309 separators. The default byte separator is the colon (:). 313 separator. 481 The separator when using multiple arguments is ':' 543 The %pt[RT]s (space) will override ISO 8601 separator by using ' ' (space)
|
/linux-6.1.9/tools/bpf/ |
D | bpf_dbg.c | 1006 char sp, *token, separator = ','; in cmd_load_bpf() local 1014 sp != separator || bpf_len > BPF_MAXINSNS || bpf_len == 0) { in cmd_load_bpf() 1020 while ((token = strchr(token, separator)) && (++token)[0]) { in cmd_load_bpf()
|
/linux-6.1.9/Documentation/fb/ |
D | modedb.rst | 56 Options can also be passed after the mode, using commas as separator.
|
/linux-6.1.9/drivers/hid/ |
D | hid-core.c | 2548 struct hid_device *hdev_b, char separator) in hid_compare_device_paths() argument 2550 int n1 = strrchr(hdev_a->phys, separator) - hdev_a->phys; in hid_compare_device_paths() 2551 int n2 = strrchr(hdev_b->phys, separator) - hdev_b->phys; in hid_compare_device_paths()
|
/linux-6.1.9/Documentation/dev-tools/kunit/ |
D | start.rst | 128 separator between the name of the test suite and the test case,
|
/linux-6.1.9/include/linux/ |
D | hid.h | 950 struct hid_device *hdev_b, char separator);
|
/linux-6.1.9/Documentation/dev-tools/ |
D | ktap.rst | 116 separator.
|
/linux-6.1.9/Documentation/trace/ |
D | events.rst | 1035 optional sanity-checking function or separator appended to the end of 1055 to add an operator between the pair (here none) and a separator to be
|