| /linux/rust/macros/ |
| A 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()
|
| A D | pinned_drop.rs | 38 toks.splice(idx..idx, quote!(::kernel::init::)); in pinned_drop() 42 quote!(::kernel::__pinned_drop! { in pinned_drop()
|
| A 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
|
| A D | lib.rs | 10 mod quote; module
|
| A D | pin_data.rs | 74 let mut quoted = quote!(::kernel::__pin_data! { in pin_data()
|
| /linux/tools/perf/util/ |
| A 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()
|
| A 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/net/bluetooth/ |
| A D | hci_core.c | 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() 3439 int *quote) in hci_chan_sent() argument 3579 int quote; in hci_sched_sco() local 3602 int quote; in hci_sched_esco() local 3610 "e))) { in hci_sched_esco() 3627 int quote; in hci_sched_acl_pkt() local 3679 int quote, *cnt, tmp; in hci_sched_le() local [all …]
|
| /linux/scripts/ |
| A D | Kbuild.include | 7 quote := " 56 # Escape single quote for use in echo statements 61 stringify = $(squote)$(quote)$1$(quote)$(squote)
|
| A D | Kconfig.include | 6 quote := "
|
| /linux/kernel/trace/ |
| A 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/tools/bpf/bpftool/ |
| A D | main.c | 296 char quote = *cp++; in make_args() local 300 cp = strchr(cp, quote); in make_args()
|
| /linux/Documentation/devicetree/bindings/ |
| A D | ABI.rst | 7 I. Regarding stable bindings/ABI, we quote from the 2013 ARM mini-summit
|
| /linux/tools/testing/kunit/ |
| A 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/include/uapi/sound/ |
| A D | asequencer.h | 267 struct snd_seq_ev_quote quote; member
|
| /linux/tools/build/ |
| A D | Build.include | 36 # Escape single quote for use in echo statements
|
| /linux/Documentation/arch/x86/ |
| A D | cpuinfo.rst | 142 double-quote character (""), the string inside the double-quote characters
|
| /linux/Documentation/hwmon/ |
| A D | k10temp.rst | 106 value; to quote the AMD manual::
|
| /linux/Documentation/admin-guide/ |
| A D | dynamic-debug-howto.rst | 173 Alternatively, the string can be enclosed in double quote 174 characters (``"``) or single quote characters (``'``).
|
| A D | bootconfig.rst | 36 quotes (``"VALUE"``) or single-quotes (``'VALUE'``) to quote it. Note that
|
| /linux/Documentation/mm/ |
| A D | hwpoison.rst | 14 To quote the overview comment::
|
| /linux/lib/ |
| A D | dynamic_debug.c | 295 int quote = *buf++; in ddebug_tokenize() local 296 for (end = buf; *end && *end != quote; end++) in ddebug_tokenize()
|
| /linux/sound/core/seq/ |
| A 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/security/integrity/ima/ |
| A D | Kconfig | 41 a TPM's quote after a soft boot, the IMA measurement list of the
|
| /linux/Documentation/networking/ |
| A D | pktgen.rst | 183 Note that you might need to use single quote in
|