Home
last modified time | relevance | path

Searched refs:messages (Results 1 – 25 of 805) sorted by relevance

12345678910>>...33

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/arm-none-linux-gnueabihf/bits/
H A Dmessages_members.h44 messages<_CharT>::messages(size_t __refs) in _GLIBCXX_VISIBILITY()
50 messages<_CharT>::messages(__c_locale __cloc, const char* __s, in _GLIBCXX_VISIBILITY()
69 typename messages<_CharT>::catalog in _GLIBCXX_VISIBILITY()
70 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, in _GLIBCXX_VISIBILITY()
79 messages<_CharT>::~messages() in _GLIBCXX_VISIBILITY()
87 typename messages<_CharT>::catalog in _GLIBCXX_VISIBILITY()
88 messages<_CharT>::do_open(const basic_string<char>& __s, in _GLIBCXX_VISIBILITY()
99 messages<_CharT>::do_close(catalog) const in _GLIBCXX_VISIBILITY()
105 : messages<_CharT>(__refs) in _GLIBCXX_VISIBILITY()
131 typename messages<char>::catalog in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/
H A Dmessages_members.h44 messages<_CharT>::messages(size_t __refs) in _GLIBCXX_VISIBILITY()
50 messages<_CharT>::messages(__c_locale __cloc, const char* __s, in _GLIBCXX_VISIBILITY()
69 typename messages<_CharT>::catalog in _GLIBCXX_VISIBILITY()
70 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, in _GLIBCXX_VISIBILITY()
79 messages<_CharT>::~messages() in _GLIBCXX_VISIBILITY()
87 typename messages<_CharT>::catalog in _GLIBCXX_VISIBILITY()
88 messages<_CharT>::do_open(const basic_string<char>& __s, in _GLIBCXX_VISIBILITY()
99 messages<_CharT>::do_close(catalog) const in _GLIBCXX_VISIBILITY()
105 : messages<_CharT>(__refs) in _GLIBCXX_VISIBILITY()
131 typename messages<char>::catalog in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/
H A Ddst_ca.c134 if ((dst_put_ci(state, command, sizeof(command), state->messages, GET_REPLY)) < 0) { in ca_get_app_info()
141 state->messages[7], (state->messages[8] << 8) | state->messages[9], in ca_get_app_info()
142 (state->messages[10] << 8) | state->messages[11], __func__, (char *)(&state->messages[12])); in ca_get_app_info()
146 length = state->messages[5]; in ca_get_app_info()
154 put_command_and_length(&state->messages[0], CA_APP_INFO, length); in ca_get_app_info()
157 memmove(&state->messages[4], &state->messages[7], 5); in ca_get_app_info()
160 state->messages[9] = str_length; in ca_get_app_info()
161 memmove(&state->messages[10], &state->messages[12], str_length); in ca_get_app_info()
173 if ((dst_put_ci(state, slot_command, sizeof (slot_command), state->messages, GET_REPLY)) < 0) { in ca_get_ca_info()
181 for (i = 0; i < state->messages[0] + 1; i++) { in ca_get_ca_info()
[all …]
/OK3568_Linux_fs/kernel/net/mac80211/
H A DKconfig88 bool "Trace all mac80211 debug messages"
93 collect all debugging messages, independent of
96 The overhead in this option is that all the messages
127 many debugging messages. It should not be selected
128 on production systems as some of the messages are
138 debugging messages for the managed-mode MLME. It
140 of the messages are remotely triggerable.
149 debugging messages for station addition/removal.
161 of the messages are remotely triggerable.
170 very verbose OCB debugging messages. It should not
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/ipc/
H A Dmsgque.c32 struct msg1 *messages; member
67 if (msgsnd(msgque->msq_id, &msgque->messages[i].mtype, in restore_queue()
68 msgque->messages[i].msize, IPC_NOWAIT) != 0) { in restore_queue()
97 if (ret != msgque->messages[cnt].msize) { in check_and_destroy_queue()
99 msgque->messages[cnt].msize); in check_and_destroy_queue()
103 if (message.mtype != msgque->messages[cnt].mtype) { in check_and_destroy_queue()
108 if (memcmp(message.mtext, msgque->messages[cnt].mtext, ret)) { in check_and_destroy_queue()
151 msgque->messages = malloc(sizeof(struct msg1) * ds.msg_qnum); in dump_queue()
152 if (msgque->messages == NULL) { in dump_queue()
162 ret = msgrcv(msgque->msq_id, &msgque->messages[i].mtype, in dump_queue()
[all …]
/OK3568_Linux_fs/kernel/sound/usb/line6/
H A Ddriver.c541 line6->messages.active = 1; in line6_hwdep_open()
542 line6->messages.nonblock = file->f_flags & O_NONBLOCK ? 1 : 0; in line6_hwdep_open()
552 line6->messages.active = 0; in line6_hwdep_release()
566 if (mutex_lock_interruptible(&line6->messages.read_lock)) in line6_hwdep_read()
569 while (kfifo_len(&line6->messages.fifo) == 0) { in line6_hwdep_read()
570 mutex_unlock(&line6->messages.read_lock); in line6_hwdep_read()
572 if (line6->messages.nonblock) in line6_hwdep_read()
576 line6->messages.wait_queue, in line6_hwdep_read()
577 kfifo_len(&line6->messages.fifo) != 0); in line6_hwdep_read()
581 if (mutex_lock_interruptible(&line6->messages.read_lock)) in line6_hwdep_read()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/
H A D0005-bin-Fix-race-conditions-in-tests.patch6 The latency messages are non-deterministic and can arrive before/after
11 To solve this, expect latency messages at any time and assert that we
108 GST_DEBUG ("popping %d messages", count);
139 GST_DEBUG ("popped %d messages", count);
155 fail_if (gst_bus_have_pending (bus), "unexpected pending messages");
209 "Unexpected messages on bus");
244 - pop_state_changed (bus, 2); /* pop remaining ready => paused messages off the bus */
245 + pop_state_changed (bus, 2, &had_latency); /* pop remaining ready => paused messages off the …
253 GST_DEBUG ("popping PAUSED -> PLAYING messages");
258 - pop_state_changed (bus, 4); /* pop playing => paused messages off the bus */
[all …]
/OK3568_Linux_fs/device/rockchip/common/images/oem/oem_uvcc/
H A Dbugreport.sh53 if [ -e /tmp/messages ];then
54 tail -n 500 /tmp/messages > ${bugreport}/uvc_data/mpp_enc_time_info
127 if [ -e /tmp/messages ];then
129 cp /tmp/messages ${bugreport}/system_data/syslog
163 if [ -e /tmp/messages ];then
164 tail -n 500 /tmp/messages > ${bugreport}/application_data/$1_uvc_ipc_state_info
170 if [ -e /tmp/messages ];then
171 tail -n 500 /tmp/messages > ${bugreport}/application_data/$1_uvc_out_len_info
177 if [ -e /tmp/messages ];then
178 tail -n 500 /tmp/messages > ${bugreport}/application_data/$1_uvc_use_time_info
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh2/
H A Dsmp-j2.c25 unsigned messages, i; in j2_ipi_interrupt_handler() local
27 do messages = *pmsg; in j2_ipi_interrupt_handler()
28 while (cmpxchg(pmsg, messages, 0) != messages); in j2_ipi_interrupt_handler()
30 if (!messages) return IRQ_NONE; in j2_ipi_interrupt_handler()
33 if (messages & (1U<<i)) in j2_ipi_interrupt_handler()
/OK3568_Linux_fs/buildroot/package/netsurf/
H A D0001-avoid-system-perl-dependencies.patch11 netsurf/utils/split-messages.pl | 2 +-
14 diff --git a/netsurf/utils/split-messages.pl b/netsurf/utils/split-messages.pl
16 --- a/netsurf/utils/split-messages.pl
17 +++ b/netsurf/utils/split-messages.pl
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dkcm.rst9 can efficiently send and receive application protocol messages over TCP using
45 The multiplexor provides the message steering. In the transmit path, messages
47 Similarly, in the receive path, messages are constructed on each TCP socket
48 (Psock) and complete messages are steered to a KCM socket.
55 messages on receive as well as other connection specific information for KCM.
63 can be used to send and receive messages from the KCM socket.
74 format that typically includes a header which frames the messages. The length
102 socket. The BPF program may also enforce a maximum messages size and report an
105 A timeout may be set for assembling messages on a receive socket. The timeout
193 When receive is disabled, any pending messages in the socket's
[all …]
H A Dnetif-msg.rst23 to shed the more verbose level messages as they matured.
25 - 0 Minimal messages, only essential information on fatal errors.
26 - 1 Standard messages, initialization status. No run-time messages
27 - 2 Special media selection messages, generally timer-driver.
28 - 3 Interface starts and stops, including normal status messages
29 - 4 Tx and Rx frame error messages, and abnormal driver operation
46 - More selective control over the type of messages emitted.
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-ioc-g-mode.rst42 used to initiate messages, i.e. it commands other CEC devices. The
43 follower is the filehandle that receives messages sent to the CEC
60 The CEC framework will process core messages unless requested otherwise
62 case, the CEC framework will pass on most core messages without
63 processing them and the follower will have to implement those messages.
64 There are some messages that the core will always process, regardless of
88 - This is not an initiator, i.e. it cannot transmit CEC messages or
95 it can transmit CEC messages and make changes to the CEC adapter,
102 only one that can transmit CEC messages and make changes to the
129 - This is a follower and it will receive CEC messages unless there
[all …]
/OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/
H A Ddebug.rst14 option is turned off, the debug messages are not even built into the
20 When CONFIG_ACPI_DEBUG=y, you can select the component and level of messages
24 the debug messages.
73 The "debug_level" is a mask that selects different types of messages, e.g.,
74 those related to initialization, method execution, informational messages, etc.
137 Enable PCI and PCI interrupt routing debug messages::
141 Enable all ACPI hardware-related messages::
145 Enable all ACPI_DB_INFO messages after boot::
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/gnu-efi/gnu-efi/
H A Dlib-Makefile-fix-parallel-issue.patch7 Assembler messages:
9 Assembler messages:
11 Assembler messages:
13 Assembler messages:
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dinsane.bbclass78 def package_qa_check_shebang_size(path, name, d, elf, messages):
98 …oe.qa.add_message(messages, "shebang-size", "%s: %s maximum shebang size exceeded, the maximum siz…
102 def package_qa_check_libexec(path,name, d, elf, messages):
110 …oe.qa.add_message(messages, "libexec", "%s: %s is using libexec please relocate to %s" % (name, pa…
116 def package_qa_check_rpath(file,name, d, elf, messages):
138 …oe.qa.add_message(messages, "rpaths", "package %s contains bad RPATH %s in file %s" % (name, rpath…
141 def package_qa_check_useless_rpaths(file, name, d, elf, messages):
168 …oe.qa.add_message(messages, "useless-rpaths", "%s: %s contains probably-redundant RPATH %s" % (nam…
171 def package_qa_check_dev(path, name, d, elf, messages):
177 …oe.qa.add_message(messages, "dev-so", "non -dev/-dbg/nativesdk- package %s contains symlink .so '%…
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Ddev-kmsg8 Injecting messages:
20 is not possible to inject messages from userspace with the
22 the messages can always be reliably determined.
39 there are never partial messages received by read().
41 In case messages get overwritten in the circular buffer while
48 messages, in case the buffer gets overwritten. And they allow
64 or write only whole variable length messages (records) that are
113 interleaved with unrelated messages, but merging the lines in
115 similar logic is used internally when messages are printed to
/OK3568_Linux_fs/kernel/fs/ntfs/
H A DKconfig36 performed by the driver as well as additional debugging messages to
37 be written to the system log. Note that debugging messages are
41 you can enable debugging messages by doing (as root):
43 Replacing the "1" with "0" would disable debug messages.
45 If you leave debugging messages disabled, this results in little
46 overhead, but enabling debug messages results in very significant
50 debugging messages while the misbehaviour was occurring.
/OK3568_Linux_fs/kernel/arch/arm/
H A DKconfig.debug86 bool "Verbose user fault messages"
121 bool "Kernel low-level debugging messages via Alpine UART0"
223 bool "Kernel low-level debugging messages via BCM KONA UART"
255 messages to appear over the UART, select this option.
258 bool "Kernel low-level debugging messages via UART1"
265 bool "Kernel low-level debugging messages via UART2"
304 bool "Kernel low-level debugging messages via footbridge serial port"
311 bool "Kernel low-level debugging messages via Digicolor UA0"
318 bool "Kernel low-level debugging messages via ep93xx UART"
326 bool "Kernel low-level debugging messages via footbridge 8250 at PCI COM1"
[all …]
/OK3568_Linux_fs/buildroot/package/nginx/
H A D0002-auto-feature-add-mechanism-allowing-to-force-feature.patch27 - # /bin/sh is used to intercept "Killed" or "Abort trap" messages
42 + # /bin/sh is used to intercept "Killed" or "Abort trap" messages
61 - # /bin/sh is used to intercept "Killed" or "Abort trap" messages
77 + # /bin/sh is used to intercept "Killed" or "Abort trap" messages
99 - # /bin/sh is used to intercept "Killed" or "Abort trap" messages
117 + # /bin/sh is used to intercept "Killed" or "Abort trap" messages
/OK3568_Linux_fs/kernel/drivers/pnp/
H A DKconfig26 bool "PNP debugging messages"
30 messages if needed. The messages can be enabled at boot-time with
34 the messages to even be built into the kernel.
/OK3568_Linux_fs/kernel/drivers/atm/
H A DKconfig222 bool "Enable debugging messages"
225 Somewhat useful debugging messages are available. The choice of
226 messages is controlled by a bitmap. This may be specified as a
230 When active, these messages can have a significant impact on the
257 bool "Enable debugging messages"
260 Somewhat useful debugging messages are available. The choice of
261 messages is controlled by a bitmap. This may be specified as a
268 When active, these messages can have a significant impact on the
281 bool "Enable debugging messages"
284 Somewhat useful debugging messages are available. The choice of
[all …]
/OK3568_Linux_fs/kernel/net/dccp/ccids/
H A DKconfig5 bool "CCID-2 debugging messages"
7 Enable CCID-2 specific debugging messages.
40 bool "CCID-3 debugging messages"
43 Enable CCID-3 specific debugging messages.
/OK3568_Linux_fs/kernel/Documentation/misc-devices/
H A Dibmvmc.rst50 The set of HMC to hypervisor messages supported by the management
77 sending/receiving any of the protocol messages.
79 This driver also utilizes Transport Event CRQs. CRQ messages are sent
82 Two new classes of CRQ messages are introduced for the VMC device. VMC
83 Administrative messages are used for each partition using the VMC to
84 communicate capabilities to their partner. HMC Interface messages are used
85 for the actual flow of HMC messages between the management partition and
86 the hypervisor. As most HMC messages far exceed the size of a CRQ buffer,
154 hypervisor receives this information, it sends Add Buffer messages to the
178 exchange HMC messages via the Signal VMC message and RDMA operations. When
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dqa.py200 def add_message(messages, section, new_msg): argument
201 if section not in messages:
202 messages[section] = new_msg
204 messages[section] = messages[section] + "\n" + new_msg

12345678910>>...33