Searched refs:message (Results 101 - 125 of 412) sorted by relevance

1234567891011>>

/linux-master/drivers/md/dm-vdo/
H A Dlogger.c47 * emit_log_message_to_kernel() - Emit a log message to the kernel at the specified priority.
49 * @priority: The priority at which to log the message
50 * @fmt: The format string of the message
92 * emit_log_message() - Emit a log message to the kernel log in a format suited to the current
104 * @priority: the priority at which to log the message
106 * @prefix: The prefix of the log message
107 * @vaf1: The first message format descriptor
108 * @vaf2: The second message format descriptor
153 * vdo_log_embedded_message() - Log a message embedded within another message
198 const char *message = uds_string_error(errnum, errbuf, sizeof(errbuf)); local
[all...]
H A DMakefile26 message-stats.o \
/linux-master/drivers/memstick/host/
H A Dr592.h157 #define message(format, ...) \ macro
/linux-master/net/sunrpc/auth_gss/
H A Dgss_mech_switch.c367 /* gss_get_mic: compute a mic over message and return mic_token. */
371 struct xdr_buf *message,
376 message,
380 /* gss_verify_mic: check whether the provided mic_token verifies message. */
384 struct xdr_buf *message,
389 message,
370 gss_get_mic(struct gss_ctx *context_handle, struct xdr_buf *message, struct xdr_netobj *mic_token) argument
383 gss_verify_mic(struct gss_ctx *context_handle, struct xdr_buf *message, struct xdr_netobj *mic_token) argument
/linux-master/drivers/mtd/nand/raw/
H A Dr852.h154 #define message(format, ...) \ macro
/linux-master/drivers/acpi/acpica/
H A Dutdelete.c370 char *message; local
407 message = "Incremement";
438 message = "Decrement";
456 new_count, object, object->common.type, message));
/linux-master/drivers/scsi/
H A Dmesh.h13 int message; member in struct:mesh_cmd_priv
73 #define SEQ_MSGOUT 7 /* send a message */
74 #define SEQ_MSGIN 8 /* receive a message */
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dpriv.h29 u32 message, u32 data0, u32 data1);
/linux-master/sound/soc/sof/amd/
H A Dacp-ipc.c18 void acp_mailbox_write(struct snd_sof_dev *sdev, u32 offset, void *message, size_t bytes) argument
20 memcpy_to_scratch(sdev, offset, message, bytes);
24 void acp_mailbox_read(struct snd_sof_dev *sdev, u32 offset, void *message, size_t bytes) argument
26 memcpy_from_scratch(sdev, offset, message, bytes);
147 /* read the message */
/linux-master/drivers/net/usb/
H A Dhuawei_cdc_ncm.c93 * any message from the modem. Experience has shown
130 pm_message_t message)
142 ret = usbnet_suspend(intf, message);
149 ret = drvstate->subdriver->suspend(intf, message);
129 huawei_cdc_ncm_suspend(struct usb_interface *intf, pm_message_t message) argument
/linux-master/drivers/iio/adc/
H A Dti-adc084s021.c25 struct spi_message message; member in struct:adc084s021
79 ret = spi_sync(adc->spi, &adc->message);
224 spi_message_init_with_transfers(&adc->message, &adc->spi_trans, 1);
/linux-master/drivers/misc/mei/pxp/
H A Dmei_pxp.c46 * mei_pxp_send_message() - Sends a PXP message to ME FW.
48 * @message: a message buffer to send
49 * @size: size of the message
63 mei_pxp_send_message(struct device *dev, const void *message, size_t size, unsigned long timeout_ms) argument
69 if (!dev || !message)
74 byte = mei_cldev_send_timeout(cldev, message, size, timeout_ms);
95 * mei_pxp_receive_message() - Receives a PXP message from ME FW.
97 * @buffer: a message buffer to contain the received message
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcg_storage_multi.c60 char message[] = "message"; local
74 if (send(client_fd, &message, sizeof(message), 0) < 0)
77 if (read(server_fd, &message, sizeof(message)) < 0)
/linux-master/arch/m68k/mac/
H A Diop.c30 * 990610 (jmt) - Finished the message passing framework and it seems to work.
33 * IOP. The trick now is figuring out the message formats.
65 * The host talks to the IOPs using a rather simple message-passing scheme via
69 * an incoming and an outgoing message queue with a depth of one.
71 * A message is 32 bytes plus a state byte for the channel (MSG_IDLE, MSG_NEW,
72 * MSG_RCVD, MSG_COMPLETE). To send a message you copy the message into the
75 * receives the message and then to MSG_COMPLETE when the message processing
80 * To receive message fro
[all...]
/linux-master/drivers/net/xen-netback/
H A Dxenbus.c1004 const char *message; local
1031 message = "writing feature-sg";
1038 message = "writing feature-gso-tcpv4";
1045 message = "writing feature-gso-tcpv6";
1054 message = "writing feature-ipv6-csum-offload";
1062 message = "writing feature-rx-copy";
1071 message = "writing feature-xdp-headroom";
1081 message = "writing feature-rx-flip";
1089 message = "writing feature-multicast-control";
1097 message
[all...]
/linux-master/arch/x86/crypto/
H A Dsha512-ssse3-asm.S87 # Input message (arg1)
126 add WK_2(idx), T1 # W[t] + K[t] from message scheduler
153 # Compute message schedule QWORDS t and t+1
156 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message
164 # The computation of the message schedule and the rounds are tightly
167 # by one tab. Vectored instructions (for the message scheduler) are indented
272 # Purpose: Updates the SHA512 digest stored at "state" with the message
274 # The size of the message pointed to by "data" must be an integer multiple
275 # of SHA512 message blocks.
276 # "blocks" is the message lengt
[all...]
H A Dsha512-avx-asm.S89 # Input message (arg1)
132 add WK_2(idx), T1 # W[t] + K[t] from message scheduler
158 # Compute message schedule QWORDS t and t+1
161 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message
169 # The computation of the message schedule and the rounds are tightly
271 # Purpose: Updates the SHA512 digest stored at "state" with the message
273 # The size of the message pointed to by "data" must be an integer multiple
274 # of SHA512 message blocks.
275 # "blocks" is the message length in SHA512 blocks
348 # Advance to next message bloc
[all...]
/linux-master/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c197 int message; member in struct:sym53c500_cmd_priv
409 } else { /* Command complete, return status and message */
411 ((scp->message & 0xff) << 8) | (DID_OK << 16);
475 outb(SET_ATN, port_base + CMD_REG); /* Reject the message */
484 scp->message = inb(port_base + SCSI_FIFO);
487 DEB(printk("Status = %02x Message = %02x\n", scp->status, scp->message));
489 if (scp->message == SAVE_POINTERS || scp->message == DISCONNECT) {
490 outb(SET_ATN, port_base + CMD_REG); /* Reject message */
491 DEB(printk("Discarding SAVE_POINTERS message\
[all...]
/linux-master/drivers/spi/
H A Dspi.c994 * @message: the SPI message
997 static void spi_res_add(struct spi_message *message, void *res) argument
1002 list_add_tail(&sres->entry, &message->resources);
1006 * spi_res_release - release all SPI resources for this message
1008 * @message: the @spi_message
1010 static void spi_res_release(struct spi_controller *ctlr, struct spi_message *message) argument
1014 list_for_each_entry_safe_reverse(res, tmp, &message->resources, entry) {
1016 res->release(ctlr, message, res->data);
1777 dev_err(&ctlr->dev, "failed to prepare message
4060 __spi_validate(struct spi_device *spi, struct spi_message *message) argument
4343 __spi_async(struct spi_device *spi, struct spi_message *message) argument
4401 spi_async(struct spi_device *spi, struct spi_message *message) argument
4470 __spi_sync(struct spi_device *spi, struct spi_message *message) argument
4553 spi_sync(struct spi_device *spi, struct spi_message *message) argument
4581 spi_sync_locked(struct spi_device *spi, struct spi_message *message) argument
4673 struct spi_message message; local
[all...]
/linux-master/fs/ecryptfs/
H A Dkeystore.c150 char *message; local
164 message = *packet;
165 if (!message) {
170 message[i++] = ECRYPTFS_TAG_64_PACKET_TYPE;
171 rc = ecryptfs_write_packet_length(&message[i], ECRYPTFS_SIG_SIZE_HEX,
179 memcpy(&message[i], signature, ECRYPTFS_SIG_SIZE_HEX);
181 rc = ecryptfs_write_packet_length(&message[i],
190 memcpy(&message[i], session_key->encrypted_key,
243 ecryptfs_printk(KERN_ERR, "The message received from ecryptfsd "
294 char *message; local
[all...]
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_security.c158 /* Reset the state to the empty message. */
170 /* and reset the message */
219 /* Reset to the empty message. */
930 pframe, /* message, */
937 pframe, /* message */
941 pframe, /* message, */
985 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, /* message, */
997 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, /* message, */
1013 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, /* message, */
1034 /* unsigned char message[MAX_MSG_SIZ
1079 static u8 message[MAX_MSG_SIZE]; local
[all...]
/linux-master/drivers/scsi/arm/
H A Dacornscsi.c21 * reconnect race condition causing a warning message.
816 * POINTER - DISCONNECT message sequence.
1309 struct message *msg;
1312 printk("scsi%d.%c: sending message ",
1320 acornscsi_sbic_wait(host, ASR_DBR, ASR_DBR, 1000, "sending message 1");
1334 acornscsi_sbic_wait(host, ASR_DBR, ASR_DBR, 1000, "sending message 2");
1347 * 'When a target sends this (MESSAGE_REJECT) message, it
1348 * shall change to MESSAGE IN phase and send this message
1349 * prior to requesting additional message bytes from the
1351 * initiator can determine which message byt
1403 unsigned char message; local
1428 unsigned char message[16]; local
[all...]
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_security.c269 /* Reset the state to the empty message. */
281 /* and reset the message */
331 /* Reset to the empty message. */
1189 static u8 message[MAX_MSG_SIZE]; local
1267 memcpy((void *)message, pframe, (hdrlen + plen + 8));
1274 construct_mic_iv(mic_iv, qc_exists, a4_exists, message, plen - 8,
1276 construct_mic_header1(mic_header1, hdrlen, message);
1277 construct_mic_header2(mic_header2, message, a4_exists, qc_exists);
1289 bitwise_xor(aes_out, &message[payload_index], chain_buffer);
1298 padded_buffer[j] = message[payload_inde
[all...]
/linux-master/lib/kunit/
H A Dtest.c31 * Hook to fail the current test and print an error message to the log.
117 /* Append formatted message to log. */
276 assert_format_t assert_format, const struct va_format *message)
292 assert_format(assert, message, stream);
321 struct va_format message; local
324 message.fmt = fmt;
325 message.va = &args;
327 kunit_fail(test, loc, type, assert, assert_format, &message);
274 kunit_fail(struct kunit *test, const struct kunit_loc *loc, enum kunit_assert_type type, const struct kunit_assert *assert, assert_format_t assert_format, const struct va_format *message) argument
/linux-master/include/linux/spi/
H A Dspi.h416 * @max_message_size: function that returns the max message size for
431 * @transfer: adds a message to the controller's transfer queue.
437 * @queued: whether this controller is providing an internal message queue
438 * @kworker: pointer to thread struct for message pump
439 * @pump_messages: work struct for scheduling work to the message pump
440 * @queue_lock: spinlock to synchronise access to message queue
441 * @queue: message queue
442 * @cur_msg: the currently in-flight message
443 * @cur_msg_completion: a completion for the current in-flight message
450 * @cur_msg_mapped: message ha
[all...]

Completed in 278 milliseconds

1234567891011>>