Searched refs:message (Results 1 - 12 of 12) sorted by relevance

/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dmkchkimg.c67 message (const char * format, ...) function
208 message ("Netgear CHK writer - v0.1");
255 message (" Board Id: %s", board_id);
256 message (" Region: %s", region == 1 ? "World Wide (WW)"
275 message (" Kernel Len: %u", hdr->kernel_len);
276 message ("Kernel Checksum: 0x%08x", hdr->kernel_chksum);
296 message (" Rootfs Len: %u", hdr->rootfs_len);
297 message ("Rootfs Checksum: 0x%08x", hdr->rootfs_chksum);
304 message (" Image Checksum: 0x%08x", hdr->image_chksum);
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_log.h52 char message[NSS_LOG_LINE_WIDTH]; /* actual debug message */ member in struct:nss_log_entry
85 * @param app_data Application context of the message
H A Dnss_log.c274 rb->thread_num, rb->timestamp, rb->message);
348 nss_warning("%p: received invalid message %d for CAPWAP interface", nss_ctx, ncm->type);
353 nss_warning("%p: Length of message is greater than required: %d", nss_ctx, ncm->interface);
381 * Transmit a debug interface message to NSS FW
396 * Sanity check the message
404 nss_warning("%p: message type out of range: %d", nss_ctx, ncm->type);
409 nss_warning("%p: message length is invalid: %d", nss_ctx, ncm->len);
421 * Copy the message to our skb
429 nss_warning("%p: Unable to enqueue 'debug if message' \n", nss_ctx);
536 nss_warning("%p: Failed to send message t
[all...]
/netgear-R7800-V1.0.2.28/target/linux/at91/image/dfboot/src/
H A Dmain.c93 char message[20]; variable
624 message[0] = 0;
625 AT91F_ReadLine ("Enter: ", message);
632 command = message[0];
633 for(ix = 1; (message[ix] == ' ') && (ix < 12); ix++); // Skip some whitespace
635 if(!AsciiToHex(&message[ix], &DeviceAddress) )
697 AT91F_ReadLine (NULL, message);
700 while(message[0] == '\0');
719 message);
720 if(message[
[all...]
/netgear-R7800-V1.0.2.28/package/simulated-driver/
H A DMakefile47 Simulated sfe driver which act as an adapter to convert message between a connection manager and the SFE core engine.
/netgear-R7800-V1.0.2.28/target/linux/generic/files/drivers/leds/
H A Dledtrig-morse.c250 static DEVICE_ATTR(message, 0644, morse_msg_show, morse_msg_store);
289 static CLASS_DEVICE_ATTR(message, 0644, morse_msg_show, morse_msg_store);
315 rc = led_device_create_file(led_cdev, message);
335 led_device_remove_file(led_cdev, message);
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/drivers/mtd/devices/
H A Dnand-spi-er.c323 struct spi_message message; local
404 spi_message_init(&message);
413 spi_message_add_tail(&x[0], &message);
417 spi_message_add_tail(&x[1], &message);
419 res = spi_sync(spi, &message);
501 struct spi_message message; local
521 spi_message_init(&message);
528 spi_message_add_tail(&x[0], &message);
531 spi_message_add_tail(&x[1], &message);
532 res = spi_sync(spi, &message);
[all...]
/netgear-R7800-V1.0.2.28/docs/
H A Dsubmitting-patches.tex43 \item (optional) a longer description of your patch in the message body
H A Drelease_notes_R7500.tex322 \item \texttt{SQA1052,When the VPN Service is enabled and DDNS host name is changed, GUI doesn't pop out warning message in an alert window.}
323 \item \texttt{SQA1053,When VPN Service is enabled and DDNS is not enabled, user changes the Internet connection type from static ip to PPPoE/PPTP/L2TP mode, GUI doesn't pop out warning message in an alert window.}
337 \item \texttt{SQA2101,GUI does not pop up message to ask user "Do you want to remove all devices? Yes No" after we click "Safely Remove USB Device" button.}
377 \item \texttt{TD54/bug46896,The warning message always popup when click "apply" button or click "For windows", "For Non windows" button for download configure file in GUI.}
514 \item \texttt{TD54,openVPN,The warning message always popup when click "apply" button or click "For windows", "For Non windows" button for download configure file in GUI.}
529 \item \texttt{TD103,WPS not have warning message}
550 \item \texttt{TD143,Access control, There is not the message This device is blocked by Access Control in the router, in browser after blocked device access web site using broswer.}
943 \item \texttt{bug49351/netgear,Bandwidth - Manual input: GUI pop-up warning message that displays abnormally.}
1155 \item \texttt{Bug 49584/Netgear TD-186,WAN Detection - On DHCP internet connection, Genie may frequently return error message:Network Connection}
1249 \item \texttt{Bug 48593 [Netgear TD-173]allow more than one user to management the dut without warning message
[all...]
/netgear-R7800-V1.0.2.28/package/dbus/
H A DMakefile36 D-Bus is a message bus system, a simple way for applications to talk to one
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/wmi/
H A Dwmi_doc.h35 message transport (HTC), a data frame is encapsulated in a WMI message.
49 Contains information on message type and user priority. Message type
50 differentiates between a data packet and a synchronization message.
57 packet (msgType=0) and a synchronization message (msgType=1).
106 AR6000 message types:
121 not trigger a reply message at all. Events are control messages issued
167 The device stops each data channel upon receiving a synchronization message
168 on that channel, processing all data packets received prior to that message.
206 WMI message interfac
[all...]
/netgear-R7800-V1.0.2.28/tools/makefun/src/
H A Dmakefun14 # Option variables -- must appear before help message in order to print defaults
27 # NOTE -- this help message contains deliberate ${var} references.
94 you are urged to read the help message for makefuntex before proceeding,
147 command line and text message input, for interprocess communications
149 message arrays, which are usually static or global variables.
190 -h (or -help) -- print this message
621 { # print help message and exit

Completed in 177 milliseconds