Searched refs:message (Results 276 - 300 of 536) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdsa/
H A Decdsatest.c185 const char message[] = "abc"; local
194 /* get the message digest */
196 EVP_DigestUpdate(&md_ctx, (const void*)message, 3);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Decdsatest.c185 const char message[] = "abc"; local
194 /* get the message digest */
196 EVP_DigestUpdate(&md_ctx, (const void*)message, 3);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/pnpbios/
H A Dbioscalls.c210 printk(KERN_ERR "PnPBIOS: %s: the message is unsupported\n", module);
352 * Call PnP BIOS with function 0x04, "send message"
354 static int pnp_bios_send_message(u16 message) argument
359 status = call_pnp_bios(PNP_SEND_MESSAGE, message, PNP_DS, 0, 0, 0, 0, 0, 0, 0, 0, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm_bhv.c416 static char message[] __initdata =
419 printk(message);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Ddbus-protocol.c213 avahi_log_warn("Error parsing NameAcquired message");
224 avahi_log_warn("Error parsing NameOwnerChanged message");
261 avahi_log_warn("Error parsing Server::GetHostName message");
272 avahi_log_warn("Error parsing Server::SetHostName message");
286 avahi_log_warn("Error parsing Server::GetDomainName message");
295 avahi_log_warn("Error parsing Server::GetHostNameFqdn message");
303 avahi_log_warn("Error parsing Server::IsNSSSupportAvailable message");
312 avahi_log_warn("Error parsing Server::GetVersionString message");
321 avahi_log_warn("Error parsing Server::GetAPIVersion message");
331 avahi_log_warn("Error parsing Server::GetState message");
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/libipq/
H A Dlibipq.c65 char *message; member in struct:ipq_errmap_t
73 { IPQ_ERR_RECV, "Failed to receive netlink message" },
76 { IPQ_ERR_STRUNC, "Sent message truncated" },
77 { IPQ_ERR_RTRUNC, "Received message truncated" },
79 { IPQ_ERR_SEND, "Failed to send netlink message" },
195 return ipq_errmap[errcode].message;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbind_nss_aix.c807 int *reenter, char **message)
817 *message = NULL;
855 static int wb_aix_chpass(char *user, char *oldpass, char *newpass, char **message) argument
872 *message = NULL;
903 char **message)
910 static int wb_aix_passwdexpired(char *user, char **message) argument
806 wb_aix_authenticate(char *user, char *pass, int *reenter, char **message) argument
902 wb_aix_passwdrestrictions(char *user, char *newpass, char *oldpass, char **message) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbEnv.java181 message_handler.message(wrapper, msg);
247 public void message(Environment env, String msg) /* no exception */
274 public void err(int error, String message) /* no exception */ { argument
275 db_javaJNI.DbEnv_err(swigCPtr, this, error, message);
278 public void errx(String message) /* no exception */ { argument
279 db_javaJNI.DbEnv_errx(swigCPtr, this, message);
H A DDb.java314 public void err(int error, String message) /* no exception */ { argument
315 db_javaJNI.Db_err(swigCPtr, this, error, message);
318 public void errx(String message) /* no exception */ { argument
319 db_javaJNI.Db_errx(swigCPtr, this, message);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dcon3215.c96 char *message; /* pending message from raw3215_irq */ member in struct:raw3215_info
97 int msg_dstat; /* dstat for pending message */
98 int msg_cstat; /* cstat for pending message */
362 /* Check for pending message from raw3215_irq */
363 if (raw->message != NULL) {
364 printk(raw->message, raw->msg_dstat, raw->msg_cstat);
365 raw->message = NULL;
391 raw->message = KERN_WARNING
484 raw->message
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Desp_scsi.c878 /* Restore the message/status bytes to what we actually
907 static unsigned int compose_result(unsigned int status, unsigned int message, argument
910 return (status | (message << 8) | (driver_code << 16));
1010 * the reselection process to get the tag message bytes.
1226 * as message out and command delivery variables).
1568 * if there are more bytes needed to complete the message.
1623 ent->message = msg0;
1772 ent->message = esp_read8(ESP_FDATA);
1776 ent->message = 0xff;
1781 if (ent->message !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dmain.c72 static int usage_error(const char *message, ...);
86 static void die(const char *message);
1109 int usage_error(const char *message, ...) argument
1114 FLAC__ASSERT(0 != message);
1116 va_start(args, message);
1118 (void) vfprintf(stderr, message, args);
1725 /* need more detailed error message when re-flac'ing to avoid confusing the user */
1736 /* need more detailed error message when re-flac'ing to avoid confusing the user */
2133 void die(const char *message) argument
2135 FLAC__ASSERT(0 != message);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzr364xx.c142 info("Failed sending control message, error %d.", status);
154 } message; typedef in typeref:struct:__anon5081
160 static message m0[] = {
178 static message m1[] = {
197 static message m2[] = {
210 static message *init[3] = { m0, m1, m2 };
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Daudit.c158 void audit_panic(const char *message) argument
165 printk(KERN_ERR "audit: %s\n", message);
168 panic("audit: %s\n", message);
203 * audit_log_lost - conditionally log lost audit message event
204 * @message: the message stating reason for lost audit message
206 * Emit at least 1 message per second, even if audit_rate_check is
210 void audit_log_lost(const char *message) argument
238 audit_panic(message);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dmconsole_kern.c188 help - Print this message \n\
833 " Requests that the mconsole driver send a message to the named Unix\n"
842 char *message = ptr; local
846 mconsole_notify(notify_socket, MCONSOLE_PANIC, message,
847 strlen(message) + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_dump.c44 struct message ospf_ism_state_msg[] =
57 struct message ospf_nsm_state_msg[] =
71 struct message ospf_lsa_type_msg[] =
88 struct message ospf_link_state_id_type_msg[] =
105 struct message ospf_redistributed_proto[] =
120 struct message ospf_network_type_msg[] =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/pam_smbpass/
H A Dsupport.c85 , struct pam_message **message
94 retval = conv->conv(nargs, (const struct pam_message **) message
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DEnvironment.java811 Process an incoming replication message sent by a member of the
825 the message to be processed.
944 transport, all replication message processing and acknowledgment, and
954 processing replication messages. In addition to these message processing
1225 Append an informational message to the Berkeley DB database environment log files.
1233 If the logged message refers to an application-specified transaction,
1240 public void logPrint(Transaction txn, String message) argument
1243 dbenv.log_print((txn == null) ? null : txn.txn, message);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Ddnsmasq.h427 void die(char *message, char *arg1);
428 void complain(char *message, char *arg1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/vms/
H A Dbuild_libxml.com233 $ write sys$output "''f$message(exit_status)'"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dso/
H A Ddso_vms.c65 #pragma message disable DOLLARID
79 #pragma message disable DOLLARID
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A DMakefile.am50 ../src/message.c \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/doc/
H A Dsmbldap-migrate-unix-groups26 print " -?|-h show this help message\n";
197 -h show the help message
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-userinfo20 print " -?|-h show this help message\n";
312 -? show the help message
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i144 void err(int error, const char *message) {
145 self->err(self, error, message);
148 void errx(const char *message) {
149 self->errx(self, message);
613 void err(int error, const char *message) {
614 self->err(self, error, message);
617 void errx(const char *message) {
618 self->errx(self, message);

Completed in 257 milliseconds

<<11121314151617181920>>