/kernel/linux/linux-5.10/drivers/base/firmware_loader/builtin/ |
D | Makefile | 5 fwdir := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE_DIR)) 8 obj-y := $(addsuffix .gen.o, $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE)))
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | config.c | 76 int quote = 0, comment = 0, space = 0; in parse_value() local 85 if (quote) in parse_value() 92 if (isspace(c) && !quote) { in parse_value() 96 if (!quote) { in parse_value() 132 quote = 1-quote; in parse_value()
|
D | header.c | 1510 char *quote = strchr(argv_i, '\''); in print_cmdline() local 1511 if (!quote) in print_cmdline() 1513 *quote++ = '\0'; in print_cmdline() 1515 argv_i = quote; in print_cmdline()
|
/kernel/linux/linux-5.10/scripts/ |
D | Kbuild.include | 7 quote := " 32 # Escape single quote for use in echo statements 37 stringify = $(squote)$(quote)$1$(quote)$(squote) 310 $(1)_FILENAME := $$(subst \\,\,$$(subst \$$(quote),$$(quote),$$(subst $$(space_escape),\$$(space),$…
|
D | Kconfig.include | 6 quote := " variable
|
/kernel/linux/linux-5.10/kernel/trace/ |
D | trace_events_filter.c | 1415 int quote = 0; in calc_stack() local 1423 if (quote) { in calc_stack() 1424 if (str[i] == quote) in calc_stack() 1425 quote = 0; in calc_stack() 1432 quote = str[i]; in calc_stack() 1462 if (quote) { in calc_stack() 1472 if (quote) { in calc_stack() 1473 if (str[i] == quote) in calc_stack() 1474 quote = 0; in calc_stack() 1490 quote = str[i]; in calc_stack()
|
D | trace_events.c | 2348 int quote = 0; in update_event_printk() local 2360 quote ^= 1; in update_event_printk() 2363 if (quote) in update_event_printk()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | hci_core.c | 4264 int *quote) in hci_low_sent() argument 4315 *quote = q ? q : 1; in hci_low_sent() 4317 *quote = 0; in hci_low_sent() 4319 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent() 4345 int *quote) in hci_chan_sent() argument 4421 *quote = q ? q : 1; in hci_chan_sent() 4422 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent() 4498 int quote; in hci_sched_sco() local 4505 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, "e))) { in hci_sched_sco() 4506 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco() [all …]
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
D | main.c | 222 char quote = *cp++; in make_args() local 226 cp = strchr(cp, quote); in make_args()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
D | ABI.rst | 7 I. Regarding stable bindings/ABI, we quote from the 2013 ARM mini-summit
|
/kernel/linux/linux-5.10/Documentation/x86/ |
D | cpuinfo.rst | 95 double-quote character (""), the string inside the double-quote characters
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
D | asequencer.h | 184 struct snd_seq_ev_quote quote; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
D | asequencer.h | 185 struct snd_seq_ev_quote quote; member
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
D | asequencer.h | 296 struct snd_seq_ev_quote quote; member
|
/kernel/linux/linux-5.10/tools/build/ |
D | Build.include | 36 # Escape single quote for use in echo statements
|
/kernel/linux/linux-5.10/lib/ |
D | dynamic_debug.c | 252 int quote = *buf++; in ddebug_tokenize() local 253 for (end = buf; *end && *end != quote; end++) in ddebug_tokenize()
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | k10temp.rst | 106 value; to quote the AMD manual::
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
D | aspeed-lpc.txt | 13 layout at the start of the I/O space which is, to quote the Aspeed datasheet,
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | dynamic-debug-howto.rst | 196 Alternatively, the string can be enclosed in double quote 197 characters (``"``) or single quote characters (``'``).
|
D | bootconfig.rst | 36 quotes (``"VALUE"``) or single-quotes (``'VALUE'``) to quote it. Note that
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | hwpoison.rst | 16 To quote the overview comment::
|
/kernel/linux/linux-5.10/sound/core/seq/ |
D | seq_clientmgr.c | 554 bounce_ev.data.quote.origin = event->dest; in bounce_error_event() 555 bounce_ev.data.quote.event = event; in bounce_error_event() 556 bounce_ev.data.quote.value = -err; /* use positive value */ in bounce_error_event()
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
D | Kconfig | 38 a TPM's quote after a soft boot, the IMA measurement list of the
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | pktgen.rst | 182 Note that you might need to use single quote in
|
/kernel/linux/linux-5.10/Documentation/kbuild/ |
D | kconfig-language.rst | 292 always surrounded by single or double quotes. Within the quote, any 645 (1) Partial (or no) quote of error.
|