/linux-4.4.14/tools/perf/Documentation/ |
D | perf-mem.txt | 41 --field-separator:: 42 Specify the field separator used when dump raw samples (-D option). By default, 43 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. 208 behind ':' separator like '-c wdiff:1,2'.
|
D | perf-report.txt | 163 --field-separator=:: 164 Use a special separator character and don't pad with spaces, replacing 165 all occurrences of this separator in symbol names (and other output) 166 with a '.' character, that thus it's the only non valid separator.
|
D | perf-stat.txt | 102 --field-separator SEP::
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | exconvrt.c | 407 u8 separator = ','; in acpi_ex_convert_to_string() local 496 separator = ' '; in acpi_ex_convert_to_string() 537 *new_buf++ = separator; /* each separated by a comma or space */ in acpi_ex_convert_to_string()
|
/linux-4.4.14/lib/ |
D | vsprintf.c | 761 char separator; in hex_string() local 773 separator = ':'; in hex_string() 776 separator = '-'; in hex_string() 779 separator = 0; in hex_string() 782 separator = ' '; in hex_string() 797 if (separator && i != len - 1) { in hex_string() 799 *buf = separator; in hex_string() 895 char separator; in mac_address_string() local 900 separator = '-'; in mac_address_string() 908 separator = ':'; in mac_address_string() [all …]
|
/linux-4.4.14/arch/s390/kernel/ |
D | dis.c | 1896 char separator; in print_insn() local 1909 separator = 0; in print_insn() 1917 value == 0 && separator == '(') { in print_insn() 1918 separator = ','; in print_insn() 1921 if (separator) in print_insn() 1922 ptr += sprintf(ptr, "%c", separator); in print_insn() 1948 separator = '('; in print_insn() 1951 separator = ','; in print_insn() 1953 separator = ','; in print_insn()
|
/linux-4.4.14/scripts/gdb/linux/ |
D | modules.py | 89 separator=" " if first else ",",
|
/linux-4.4.14/drivers/of/ |
D | base.c | 776 const char *separator = strchr(path, ':'); in of_find_node_opts_by_path() local 779 *opts = separator ? separator + 1 : NULL; in of_find_node_opts_by_path() 787 const char *p = separator; in of_find_node_opts_by_path() 816 if (separator && separator < path) in of_find_node_opts_by_path()
|
/linux-4.4.14/Documentation/locking/ |
D | lockstat.txt | 122 short separator (line 08, 13) from the contention points. 130 short separator. The contention points don't match the column descriptors,
|
/linux-4.4.14/Documentation/ |
D | printk-formats.txt | 133 certain separator. For the larger buffers consider to use 146 separators. The default byte separator is the colon (':'). 150 separator.
|
/linux-4.4.14/tools/net/ |
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-4.4.14/fs/cifs/ |
D | connect.c | 1214 char separator[2]; in cifs_parse_mount_options() local 1229 separator[0] = ','; in cifs_parse_mount_options() 1230 separator[1] = 0; in cifs_parse_mount_options() 1231 delim = separator[0]; in cifs_parse_mount_options() 1291 separator[0] = options[4]; in cifs_parse_mount_options() 1314 while ((data = strsep(&options, separator)) != NULL) { in cifs_parse_mount_options()
|
/linux-4.4.14/Documentation/filesystems/ |
D | overlayfs.txt | 167 separator character between the directory names. For example:
|
D | proc.txt | 1665 (8) separator: marks the end of the optional fields
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 886 seperator||separator
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 355 the comma as the separator between the mount 358 could be passed instead with period as the separator by
|
D | CHANGES | 140 cifsacl flag). Fix prefixpath path separator so we can handle mounts 629 as an override of comma as the default separator between mount
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 123 written in hex, with no prefix and no separator between. E.g., if you
|
/linux-4.4.14/Documentation/scsi/ |
D | ncr53c8xx.txt | 640 'insmod', the driver also accepts <space> as option separator.
|