Home
last modified time | relevance | path

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

12

/Linux-v4.19/firmware/
DMakefile8 fwdir := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE_DIR))
11 fw-external-y := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE))
/Linux-v4.19/tools/perf/util/
Dconfig.c71 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()
Dheader.c1466 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/
Dhci_core.c3684 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, &quote))) { 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/
Dtrace_events_filter.c1386 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()
Dtrace_events.c2141 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/
Dmain.c182 char quote = *cp++; in make_args() local
186 cp = strchr(cp, quote); in make_args()
/Linux-v4.19/scripts/
DKconfig.include5 quote := "
DMakefile.lib90 name-fix = $(squote)$(quote)$(subst $(comma),_,$(subst -,_,$1))$(quote)$(squote)
DKbuild.include6 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/
DABI.txt4 I. Regarding stable bindings/ABI, we quote from the 2013 ARM mini-summit
/Linux-v4.19/include/uapi/sound/
Dasequencer.h296 struct snd_seq_ev_quote quote; member
/Linux-v4.19/tools/build/
DBuild.include36 # Escape single quote for use in echo statements
/Linux-v4.19/Documentation/hwmon/
Dk10temp63 Please note that it is defined as a relative value; to quote the AMD manual:
/Linux-v4.19/lib/
Ddynamic_debug.c236 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/
Daspeed-lpc.txt13 layout at the start of the I/O space which is, to quote the Aspeed datasheet,
/Linux-v4.19/Documentation/admin-guide/
Ddynamic-debug-howto.rst184 Alternatively, the string can be enclosed in double quote
185 characters (``"``) or single quote characters (``'``).
/Linux-v4.19/Documentation/vm/
Dhwpoison.rst16 To quote the overview comment:
/Linux-v4.19/sound/core/seq/
Dseq_clientmgr.c537 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/
DKconfig38 a TPM's quote after a soft boot, the IMA measurement list of the
/Linux-v4.19/Documentation/networking/
Dpktgen.txt176 Note that you might need to use single quote in
/Linux-v4.19/Documentation/kbuild/
Dkconfig-language.txt251 always surrounded by single or double quotes. Within the quote, any
594 (1) Partial (or no) quote of error.
/Linux-v4.19/Documentation/
Drbtree.txt24 To quote Linux Weekly News:
/Linux-v4.19/Documentation/doc-guide/
Dkernel-doc.rst481 *source*. Spaces are allowed in *title*; do not quote the *title*. The *title*
/Linux-v4.19/tools/perf/Documentation/
Dperf-config.txt60 newline (double quote `"` and backslash have to be escaped as `\"` and `\\`,

12