Searched refs:quote (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/perf/util/
H A Dconfig.c77 int quote = 0, comment = 0, space = 0; local
86 if (quote)
93 if (isspace(c) && !quote) {
97 if (!quote) {
133 quote = 1-quote;
H A Dparse-events.l62 * expected that the tag ends with single quote
H A Dheader.c1691 char *quote = strchr(argv_i, '\''); local
1692 if (!quote)
1694 *quote++ = '\0';
1696 argv_i = quote;
/linux-master/net/bluetooth/
H A Dhci_core.c3378 static inline void hci_quote_sent(struct hci_conn *conn, int num, int *quote) argument
3384 *quote = 0;
3411 *quote = q ? q : 1;
3415 int *quote)
3446 hci_quote_sent(conn, num, quote);
3448 BT_DBG("conn %p quote %d", conn, *quote);
3479 int *quote)
3535 hci_quote_sent(chan->conn, num, quote);
3537 BT_DBG("chan %p quote
3414 hci_low_sent(struct hci_dev *hdev, __u8 type, int *quote) argument
3478 hci_chan_sent(struct hci_dev *hdev, __u8 type, int *quote) argument
3619 int quote; local
3642 int quote; local
3667 int quote; local
3719 int quote, cnt, tmp; local
3770 int quote, *cnt; local
[all...]
/linux-master/kernel/trace/
H A Dtrace_events_filter.c104 C(MISSING_QUOTE, "Missing matching quote"), \
1892 /* go past the last quote */
1976 * -3 - No matching quote
1985 int quote = 0; local
1993 if (quote) {
1994 if (str[i] == quote)
1995 quote = 0;
2002 quote = str[i];
2032 if (quote) {
2042 if (quote) {
[all...]
H A Dtrace_events.c2762 int quote = 0; local
2774 quote ^= 1;
2777 if (quote)
/linux-master/tools/testing/kunit/
H A Dkunit_kernel.py127 print('Running tests with:\n$', ' '.join(shlex.quote(arg) for arg in qemu_command))
149 print('Running tests with:\n$', linux_bin, ' '.join(shlex.quote(arg) for arg in params))
/linux-master/include/uapi/sound/
H A Dasequencer.h127 /* 150-151: kernel events with quote - DO NOT use in user clients */
267 struct snd_seq_ev_quote quote; member in union:snd_seq_event_data
/linux-master/sound/core/seq/
H A Dseq_clientmgr.c585 bounce_ev.data.quote.origin = event->dest;
586 bounce_ev.data.quote.event = event;
587 bounce_ev.data.quote.value = -err; /* use positive value */
/linux-master/tools/perf/scripts/python/
H A Dparallel-perf.py52 sh_cmd = [ shlex.quote(x) for x in self.cmd ]
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py625 quote=0
629 quote = (quote + 1) % 2
630 if quote and c == ' ':

Completed in 236 milliseconds