/linux-4.1.27/tools/perf/util/ |
D | config.c | 59 int quote = 0, comment = 0, space = 0; in parse_value() local 68 if (quote) in parse_value() 75 if (isspace(c) && !quote) { in parse_value() 79 if (!quote) { in parse_value() 115 quote = 1-quote; in parse_value()
|
D | Build | 24 libperf-y += quote.o
|
/linux-4.1.27/net/bluetooth/ |
D | hci_core.c | 3530 int *quote) in hci_low_sent() argument 3581 *quote = q ? q : 1; in hci_low_sent() 3583 *quote = 0; in hci_low_sent() 3585 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent() 3611 int *quote) in hci_chan_sent() argument 3687 *quote = q ? q : 1; in hci_chan_sent() 3688 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent() 3764 int quote; in hci_sched_acl_pkt() local 3769 (chan = hci_chan_sent(hdev, ACL_LINK, "e))) { in hci_sched_acl_pkt() 3771 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_pkt() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | ABI.txt | 4 I. Regarding stable bindings/ABI, we quote from the 2013 ARM mini-summit
|
/linux-4.1.27/firmware/ |
D | Makefile | 7 fwdir := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE_DIR)) 10 fw-external-y := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE))
|
/linux-4.1.27/tools/build/ |
D | Build.include | 35 # Escape single quote for use in echo statements
|
/linux-4.1.27/include/uapi/sound/ |
D | asequencer.h | 295 struct snd_seq_ev_quote quote; member
|
/linux-4.1.27/Documentation/hwmon/ |
D | k10temp | 63 Please note that it is defined as a relative value; to quote the AMD manual:
|
/linux-4.1.27/scripts/ |
D | Kbuild.include | 6 quote := " 29 # Escape single quote for use in echo statements
|
/linux-4.1.27/lib/ |
D | dynamic_debug.c | 229 int quote = *buf++; in ddebug_tokenize() local 230 for (end = buf; *end && *end != quote; end++) in ddebug_tokenize()
|
D | Makefile | 55 CFLAGS_hweight.o = $(subst $(quote),,$(CONFIG_ARCH_HWEIGHT_CFLAGS))
|
/linux-4.1.27/Documentation/ |
D | dynamic-debug-howto.txt | 178 Alternatively, the string can be enclosed in double quote 179 characters (") or single quote characters (').
|
D | kernel-doc-nano-HOWTO.txt | 354 Spaces are allowed in <section title>; do not quote the <section title>.
|
D | rbtree.txt | 21 To quote Linux Weekly News:
|
D | SubmittingPatches | 338 developer to be able to "quote" your changes, using standard e-mail
|
/linux-4.1.27/Documentation/vm/ |
D | hwpoison.txt | 9 To quote the overview comment:
|
/linux-4.1.27/kernel/trace/ |
D | trace_events.c | 1746 int quote = 0; in update_event_printk() local 1758 quote ^= 1; in update_event_printk() 1761 if (quote) in update_event_printk()
|
/linux-4.1.27/sound/core/seq/ |
D | seq_clientmgr.c | 550 bounce_ev.data.quote.origin = event->dest; in bounce_error_event() 551 bounce_ev.data.quote.event = event; in bounce_error_event() 552 bounce_ev.data.quote.value = -err; /* use positive value */ in bounce_error_event()
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig-language.txt | 203 always surrounded by single or double quotes. Within the quote, any
|
/linux-4.1.27/Documentation/security/ |
D | Smack.txt | 342 (quote) and '"' (double-quote) characters.
|
/linux-4.1.27/Documentation/filesystems/ |
D | ramfs-rootfs-initramfs.txt | 322 5) Al Viro made the decision (quote: "tar is ugly as hell and not going to be
|
/linux-4.1.27/Documentation/development-process/ |
D | 5.Posting | 250 attachments; that makes it much harder for reviewers to quote sections of
|