/linux-6.12.1/rust/macros/ |
D | pin_data.rs | 74 let mut quoted = quote!(::kernel::__pin_data! { in pin_data() localVariable 83 quoted.extend(errs); in pin_data() 84 quoted in pin_data()
|
/linux-6.12.1/lib/ |
D | cmdline.c | 230 int in_quote = 0, quoted = 0; in next_arg() local 235 quoted = 1; in next_arg() 263 if (quoted && i > 0 && args[i-1] == '"') in next_arg()
|
D | string_helpers.c | 678 char *buffer, *quoted; in kstrdup_quotable_cmdline() local 698 quoted = kstrdup_quotable(buffer, gfp); in kstrdup_quotable_cmdline() 700 return quoted; in kstrdup_quotable_cmdline()
|
/linux-6.12.1/arch/x86/entry/vdso/vdso32/ |
D | note.S | 11 /* Ideally this would use UTS_NAME, but using a quoted string here
|
/linux-6.12.1/Documentation/devicetree/bindings/ |
D | .yamllint | 4 quoted-strings:
|
D | example-schema.yaml | 113 # Property names starting with '#' must be quoted
|
/linux-6.12.1/Documentation/devicetree/bindings/leds/ |
D | qcom,pm8058-led.yaml | 14 LEDs, two "flash" LEDs and one "keypad backlight" LED. The names are quoted
|
/linux-6.12.1/Documentation/filesystems/nfs/ |
D | rpc-cache.rst | 212 much be quoted. two mechanisms are available: 220 '\' must be quoted in this way.
|
/linux-6.12.1/net/ipv6/netfilter/ |
D | nf_socket_ipv6.c | 66 /* the inside IP packet is the one quoted from our side, thus in extract_icmp6_fields()
|
/linux-6.12.1/net/ipv4/netfilter/ |
D | nf_socket_ipv4.c | 54 /* the inside IP packet is the one quoted from our side, thus in extract_icmp4_fields()
|
/linux-6.12.1/scripts/gdb/linux/ |
D | utils.py | 79 Note that TYPE and ELEMENT have to be quoted as strings."""
|
D | cpus.py | 146 Note that VAR has to be quoted as string."""
|
/linux-6.12.1/Documentation/process/ |
D | security-bugs.rst | 30 It is much harder to have a context-quoted discussion about a complex
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-class-net-cdc_ncm | 87 quoted from table 6-3 of CDC NCM: "NTB Parameter Structure".
|
/linux-6.12.1/kernel/debug/kdb/ |
D | kdb_main.c | 900 kdb_printf("invalid quoted string, see grephelp\n"); in parse_grep() 962 char *cpp, quoted; in kdb_parse() local 1007 quoted = '\0'; in kdb_parse() 1011 (escaped || quoted || !isspace(*cp))) { in kdb_parse() 1024 if (*cp == quoted) in kdb_parse() 1025 quoted = '\0'; in kdb_parse() 1027 quoted = *cp; in kdb_parse() 1029 if (*cpp == '=' && !quoted) in kdb_parse()
|
/linux-6.12.1/arch/x86/include/asm/ |
D | vmxfeatures.h | 11 * Note: If the comment begins with a quoted string, that string is used
|
/linux-6.12.1/arch/m68k/mac/ |
D | macboing.c | 102 * Quoted from Apple's Tech Info Library, article number 16405: in mac_init_asc()
|
/linux-6.12.1/tools/scripts/ |
D | utilities.mak | 90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
|
/linux-6.12.1/include/uapi/sound/ |
D | asequencer.h | 249 /* quoted event - inside the kernel only */ 253 struct snd_seq_event *event; /* quoted event */
|
/linux-6.12.1/Documentation/usb/ |
D | ehci.rst | 168 approach the quoted 480 MBit/sec transfer rate.
|
/linux-6.12.1/tools/perf/Documentation/ |
D | perf-diff.txt | 156 to be quoted e.g. --time "1234.567,1234.789 1235,"
|
/linux-6.12.1/Documentation/admin-guide/ |
D | tainted-kernels.rst | 58 this on the machine that had the statements in the logs that were quoted earlier::
|
/linux-6.12.1/Documentation/misc-devices/ |
D | oxsemi-tornado.rst | 42 (including those quoted in Oxford Semiconductor documentation), giving
|
/linux-6.12.1/security/tomoyo/ |
D | condition.c | 253 * tomoyo_get_dqword - tomoyo_get_name() for a quoted string. 272 * tomoyo_parse_name_union_quoted - Parse a quoted word.
|
/linux-6.12.1/include/acpi/ |
D | acoutput.h | 245 * The Name parameter should be the procedure name as a non-quoted string.
|