Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.12.1/rust/macros/
Dzeroable.rs30 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()
Dpinned_drop.rs38 toks.splice(idx..idx, quote!(::kernel::init::)); in pinned_drop()
42 quote!(::kernel::__pinned_drop! { in pinned_drop()
Dquote.rs55 $crate::quote::ToTokens::to_tokens(&$id, &mut ts);
62 $crate::quote::ToTokens::to_tokens(&token, &mut ts);
153 macro_rules! quote { macro
Dlib.rs10 mod quote; module
Dpin_data.rs74 let mut quoted = quote!(::kernel::__pin_data! { in pin_data()
/linux-6.12.1/tools/perf/util/
Dconfig.c77 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()
Dheader.c1691 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/
Dhci_core.c3338 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/
DKbuild.include7 quote := "
56 # Escape single quote for use in echo statements
61 stringify = $(squote)$(quote)$1$(quote)$(squote)
DKconfig.include6 quote := " variable
/linux-6.12.1/kernel/trace/
Dtrace_events_filter.c1985 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/
Dmain.c296 char quote = *cp++; in make_args() local
300 cp = strchr(cp, quote); in make_args()
/linux-6.12.1/Documentation/devicetree/bindings/
DABI.rst7 I. Regarding stable bindings/ABI, we quote from the 2013 ARM mini-summit
/linux-6.12.1/tools/testing/kunit/
Dkunit_kernel.py128 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/
Dasequencer.h267 struct snd_seq_ev_quote quote; member
/linux-6.12.1/tools/build/
DBuild.include36 # Escape single quote for use in echo statements
/linux-6.12.1/Documentation/arch/x86/
Dcpuinfo.rst142 double-quote character (""), the string inside the double-quote characters
/linux-6.12.1/Documentation/hwmon/
Dk10temp.rst106 value; to quote the AMD manual::
/linux-6.12.1/Documentation/admin-guide/
Ddynamic-debug-howto.rst173 Alternatively, the string can be enclosed in double quote
174 characters (``"``) or single quote characters (``'``).
Dbootconfig.rst36 quotes (``"VALUE"``) or single-quotes (``'VALUE'``) to quote it. Note that
/linux-6.12.1/lib/
Ddynamic_debug.c295 int quote = *buf++; in ddebug_tokenize() local
296 for (end = buf; *end && *end != quote; end++) in ddebug_tokenize()
/linux-6.12.1/Documentation/mm/
Dhwpoison.rst14 To quote the overview comment::
/linux-6.12.1/sound/core/seq/
Dseq_clientmgr.c584 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/
DKconfig41 a TPM's quote after a soft boot, the IMA measurement list of the
/linux-6.12.1/Documentation/networking/
Dpktgen.rst183 Note that you might need to use single quote in

12