/linux-6.12.1/rust/macros/ |
D | zeroable.rs | 30 new_impl_generics.extend(quote! { : ::kernel::init::Zeroable }); in derive() 44 new_impl_generics.extend(quote! { ::kernel::init::Zeroable + }); in derive() 62 new_impl_generics.extend(quote! { : ::kernel::init::Zeroable }); in derive() 64 quote! { in derive()
|
D | pinned_drop.rs | 38 toks.splice(idx..idx, quote!(::kernel::init::)); in pinned_drop() 42 quote!(::kernel::__pinned_drop! { in pinned_drop()
|
D | quote.rs | 55 $crate::quote::ToTokens::to_tokens(&$id, &mut ts); 62 $crate::quote::ToTokens::to_tokens(&token, &mut ts); 153 macro_rules! quote { macro
|
D | lib.rs | 10 mod quote; module
|
D | pin_data.rs | 74 let mut quoted = quote!(::kernel::__pin_data! { in pin_data()
|
/linux-6.12.1/tools/perf/util/ |
D | config.c | 77 int quote = 0, comment = 0, space = 0; in parse_value() local 86 if (quote) in parse_value() 93 if (isspace(c) && !quote) { in parse_value() 97 if (!quote) { in parse_value() 133 quote = 1-quote; in parse_value()
|
D | header.c | 1691 char *quote = strchr(argv_i, '\''); in print_cmdline() local 1692 if (!quote) in print_cmdline() 1694 *quote++ = '\0'; in print_cmdline() 1696 argv_i = quote; in print_cmdline()
|
/linux-6.12.1/net/bluetooth/ |
D | hci_core.c | 3338 static inline void hci_quote_sent(struct hci_conn *conn, int num, int *quote) in hci_quote_sent() argument 3344 *quote = 0; in hci_quote_sent() 3371 *quote = q ? q : 1; in hci_quote_sent() 3375 int *quote) in hci_low_sent() argument 3406 hci_quote_sent(conn, num, quote); in hci_low_sent() 3408 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent() 3439 int *quote) in hci_chan_sent() argument 3495 hci_quote_sent(chan->conn, num, quote); in hci_chan_sent() 3497 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent() 3579 int quote; in hci_sched_sco() local [all …]
|
/linux-6.12.1/scripts/ |
D | Kbuild.include | 7 quote := " 56 # Escape single quote for use in echo statements 61 stringify = $(squote)$(quote)$1$(quote)$(squote)
|
D | Kconfig.include | 6 quote := " variable
|
/linux-6.12.1/kernel/trace/ |
D | trace_events_filter.c | 1985 int quote = 0; in calc_stack() local 1993 if (quote) { in calc_stack() 1994 if (str[i] == quote) in calc_stack() 1995 quote = 0; in calc_stack() 2002 quote = str[i]; in calc_stack() 2032 if (quote) { in calc_stack() 2042 if (quote) { in calc_stack() 2043 if (str[i] == quote) in calc_stack() 2044 quote = 0; in calc_stack() 2060 quote = str[i]; in calc_stack()
|
/linux-6.12.1/tools/bpf/bpftool/ |
D | main.c | 296 char quote = *cp++; in make_args() local 300 cp = strchr(cp, quote); in make_args()
|
/linux-6.12.1/Documentation/devicetree/bindings/ |
D | ABI.rst | 7 I. Regarding stable bindings/ABI, we quote from the 2013 ARM mini-summit
|
/linux-6.12.1/tools/testing/kunit/ |
D | kunit_kernel.py | 128 print('Running tests with:\n$', ' '.join(shlex.quote(arg) for arg in qemu_command)) 150 print('Running tests with:\n$', linux_bin, ' '.join(shlex.quote(arg) for arg in params))
|
/linux-6.12.1/include/uapi/sound/ |
D | asequencer.h | 267 struct snd_seq_ev_quote quote; member
|
/linux-6.12.1/tools/build/ |
D | Build.include | 36 # Escape single quote for use in echo statements
|
/linux-6.12.1/Documentation/arch/x86/ |
D | cpuinfo.rst | 142 double-quote character (""), the string inside the double-quote characters
|
/linux-6.12.1/Documentation/hwmon/ |
D | k10temp.rst | 106 value; to quote the AMD manual::
|
/linux-6.12.1/Documentation/admin-guide/ |
D | dynamic-debug-howto.rst | 173 Alternatively, the string can be enclosed in double quote 174 characters (``"``) or single quote characters (``'``).
|
D | bootconfig.rst | 36 quotes (``"VALUE"``) or single-quotes (``'VALUE'``) to quote it. Note that
|
/linux-6.12.1/lib/ |
D | dynamic_debug.c | 295 int quote = *buf++; in ddebug_tokenize() local 296 for (end = buf; *end && *end != quote; end++) in ddebug_tokenize()
|
/linux-6.12.1/Documentation/mm/ |
D | hwpoison.rst | 14 To quote the overview comment::
|
/linux-6.12.1/sound/core/seq/ |
D | seq_clientmgr.c | 584 bounce_ev.data.quote.origin = event->dest; in bounce_error_event() 585 bounce_ev.data.quote.event = event; in bounce_error_event() 586 bounce_ev.data.quote.value = -err; /* use positive value */ in bounce_error_event()
|
/linux-6.12.1/security/integrity/ima/ |
D | Kconfig | 41 a TPM's quote after a soft boot, the IMA measurement list of the
|
/linux-6.12.1/Documentation/networking/ |
D | pktgen.rst | 183 Note that you might need to use single quote in
|