/Linux-v4.19/firmware/ |
D | Makefile | 8 fwdir := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE_DIR)) 11 fw-external-y := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE))
|
/Linux-v4.19/tools/perf/util/ |
D | config.c | 71 int quote = 0, comment = 0, space = 0; in parse_value() local 80 if (quote) in parse_value() 87 if (isspace(c) && !quote) { in parse_value() 91 if (!quote) { in parse_value() 127 quote = 1-quote; in parse_value()
|
D | header.c | 1466 char *quote = strchr(argv_i, '\''); in print_cmdline() local 1467 if (!quote) in print_cmdline() 1469 *quote++ = '\0'; in print_cmdline() 1471 argv_i = quote; in print_cmdline()
|
/Linux-v4.19/net/bluetooth/ |
D | hci_core.c | 3684 int *quote) in hci_low_sent() argument 3735 *quote = q ? q : 1; in hci_low_sent() 3737 *quote = 0; in hci_low_sent() 3739 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent() 3765 int *quote) in hci_chan_sent() argument 3841 *quote = q ? q : 1; in hci_chan_sent() 3842 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent() 3918 int quote; in hci_sched_acl_pkt() local 3923 (chan = hci_chan_sent(hdev, ACL_LINK, "e))) { in hci_sched_acl_pkt() 3925 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_pkt() [all …]
|
/Linux-v4.19/kernel/trace/ |
D | trace_events_filter.c | 1386 int quote = 0; in calc_stack() local 1394 if (quote) { in calc_stack() 1395 if (str[i] == quote) in calc_stack() 1396 quote = 0; in calc_stack() 1403 quote = str[i]; in calc_stack() 1433 if (quote) { in calc_stack() 1443 if (quote) { in calc_stack() 1444 if (str[i] == quote) in calc_stack() 1445 quote = 0; in calc_stack() 1461 quote = str[i]; in calc_stack()
|
D | trace_events.c | 2141 int quote = 0; in update_event_printk() local 2153 quote ^= 1; in update_event_printk() 2156 if (quote) in update_event_printk()
|
/Linux-v4.19/tools/bpf/bpftool/ |
D | main.c | 182 char quote = *cp++; in make_args() local 186 cp = strchr(cp, quote); in make_args()
|
/Linux-v4.19/scripts/ |
D | Kconfig.include | 5 quote := "
|
D | Makefile.lib | 90 name-fix = $(squote)$(quote)$(subst $(comma),_,$(subst -,_,$1))$(quote)$(squote)
|
D | Kbuild.include | 6 quote := " 31 # Escape single quote for use in echo statements 386 $(1)_FILENAME := $$(subst \\,\,$$(subst \$$(quote),$$(quote),$$(subst $$(space_escape),\$$(space),$…
|
/Linux-v4.19/Documentation/devicetree/bindings/ |
D | ABI.txt | 4 I. Regarding stable bindings/ABI, we quote from the 2013 ARM mini-summit
|
/Linux-v4.19/include/uapi/sound/ |
D | asequencer.h | 296 struct snd_seq_ev_quote quote; member
|
/Linux-v4.19/tools/build/ |
D | Build.include | 36 # Escape single quote for use in echo statements
|
/Linux-v4.19/Documentation/hwmon/ |
D | k10temp | 63 Please note that it is defined as a relative value; to quote the AMD manual:
|
/Linux-v4.19/lib/ |
D | dynamic_debug.c | 236 int quote = *buf++; in ddebug_tokenize() local 237 for (end = buf; *end && *end != quote; end++) in ddebug_tokenize()
|
/Linux-v4.19/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,
|
/Linux-v4.19/Documentation/admin-guide/ |
D | dynamic-debug-howto.rst | 184 Alternatively, the string can be enclosed in double quote 185 characters (``"``) or single quote characters (``'``).
|
/Linux-v4.19/Documentation/vm/ |
D | hwpoison.rst | 16 To quote the overview comment:
|
/Linux-v4.19/sound/core/seq/ |
D | seq_clientmgr.c | 537 bounce_ev.data.quote.origin = event->dest; in bounce_error_event() 538 bounce_ev.data.quote.event = event; in bounce_error_event() 539 bounce_ev.data.quote.value = -err; /* use positive value */ in bounce_error_event()
|
/Linux-v4.19/security/integrity/ima/ |
D | Kconfig | 38 a TPM's quote after a soft boot, the IMA measurement list of the
|
/Linux-v4.19/Documentation/networking/ |
D | pktgen.txt | 176 Note that you might need to use single quote in
|
/Linux-v4.19/Documentation/kbuild/ |
D | kconfig-language.txt | 251 always surrounded by single or double quotes. Within the quote, any 594 (1) Partial (or no) quote of error.
|
/Linux-v4.19/Documentation/ |
D | rbtree.txt | 24 To quote Linux Weekly News:
|
/Linux-v4.19/Documentation/doc-guide/ |
D | kernel-doc.rst | 481 *source*. Spaces are allowed in *title*; do not quote the *title*. The *title*
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-config.txt | 60 newline (double quote `"` and backslash have to be escaped as `\"` and `\\`,
|