Searched refs:message (Results 226 - 250 of 536) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dlog.c470 lookup (struct message *mes, int key)
472 struct message *pnt;
482 /* Very old hacky version of message lookup function. Still partly
485 mes_lookup (struct message *meslist, int max, int index)
489 zlog_err ("message index out of bound: %d", max);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Drt_socket.c35 rtm_write (int message,
66 /* Interface between zebra message and rtm message. */
222 /* Interface between zebra message and rtm message. */
224 kernel_rtm_ipv6 (int message, struct prefix_ipv6 *dest, argument
274 return rtm_write (message,
283 /* Interface between zebra message and rtm message. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dpxa2xx_spi.c106 /* Driver message queue */
117 /* Current message transfer state info */
376 /* caller already set message->status; dma and pio irqs are blocked */
676 dev_err(&drv_data->pdev->dev, "bad message state "
785 struct spi_message *message = NULL; local
799 message = drv_data->cur_msg;
804 if (message->state == ERROR_STATE) {
805 message->status = -EIO;
810 /* Handle end of message */
811 if (message
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Ddebug.c51 * LEVEL is the DEBUG level of the message (an integer in the range 0..10).
53 * FILENAME is the name of the file from which the debug message was generated.
54 * FUNCTION is the function from which the debug message was generated.
60 * - Each debug message is made up of a header and text. The header is
63 * - The header begins with the timestamp and debug level of the message
65 * message was generated may follow. The filename is terminated by a
68 * - The message text is made up of zero or more lines, each terminated by
77 * DEBUGLEVEL - System-wide debug message limit. Messages with message-
119 * syslog_level - Internal copy of the message debu
484 char *message = debug_list_class_names_and_levels(); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/hw_random/
H A Domap-rng.c157 static int omap_rng_suspend(struct platform_device *pdev, pm_message_t message) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.
61 * The host talks to the IOPs using a rather simple message-passing scheme via
65 * an incoming and and outgoing message queue with a depth of one.
67 * A message is 32 bytes plus a state byte for the channel (MSG_IDLE, MSG_NEW,
68 * MSG_RCVD, MSG_COMPLETE). To send a message you copy the message into the
71 * receives the message and then to MSG_COMPLETE when the message processing
76 * To receive message fro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dseagate.c8 * [why do I have strong feeling that above message is from 1993? :-)
266 #define retcode(result) (((result) << 16) | (message << 8) | status)
691 unsigned char tmp_data, tmp_control, status = 0, message = 0; local
816 * message on MESSAGE OUT phase, and then loop back to here.
974 * There are several conditions under which we wish to send a message :
980 * nexus established and want to send an ABORT message.
1369 * send an IDENTIFY message in response
1375 DPRINTK (PHASE_RESELECT | PHASE_MSGOUT, "scsi%d : sent IDENTIFY message.\n", hostno);
1383 DPRINTK (PHASE_MSGOUT | DEBUG_LINKED, "scsi%d : sent ABORT message to cancel incorrect I_T_L nexus.\n", hostno);
1388 printk("scsi%d : target %d requested MSGOUT, sent NOP message
[all...]
H A DFlashPoint.c807 static void FPT_SendMsg(unsigned long port, unsigned char message);
2249 * Description: Read in a message byte from the SCSI bus, and check
2256 unsigned char message; local
2266 message = RD_HARPOON(port + hp_scsidata_0);
2271 message = 0x00; /* force message byte = 0 if Time Out on Req */
2282 message = 0x00;
2291 return message;
2296 return message;
2311 return message;
2625 unsigned char our_target, message, lun = 0, tag, msgRetryCount; local
2857 FPT_SendMsg(unsigned long port, unsigned char message) argument
2904 FPT_sdecm(unsigned char message, unsigned long port, unsigned char p_card) argument
3088 unsigned char length, message; local
4180 unsigned char message, scsiID; local
4319 unsigned char message; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dmsgqueue.c10 * message queue handling
21 * Purpose : Allocate a message queue entry
22 * Params : msgq - message queue to claim entry for
23 * Returns : message queue entry or NULL.
37 * Purpose : free a message queue entry
38 * Params : msgq - message queue to free entry from
39 * mq - message queue entry to free
51 * Purpose : initialise a message queue
79 * Purpose : calculate the total length of all messages on the message queue
95 * Function: struct message *msgqueue_getms
[all...]
H A Dfas216.c32 * 26-08-1998 RMK Improved message support wrt MESSAGE_REJECT
71 * > RESET message is received, until a hard reset condition occurs, or until one
74 * > mode is entered at power on, after a BUS DEVICE RESET message, or after a hard
268 [PHASE_MSGIN] = "message in",
270 [PHASE_MSGOUT_EXPECT] = "expect message out",
271 [PHASE_MSGOUT] = "message out",
407 * fas216_get_last_msg - retrive last message from the list
411 * Retrieve a last message from the list, using position in fifo.
417 struct message *msg;
489 * not accept an SDTR message, som
1047 fas216_parse_message(FAS216_Info *info, unsigned char *message, int msglen) argument
1223 unsigned char *message = info->scsi.message; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dmac_iop.h45 #define IOP_MSG_NEW 1 /* new message sent */
46 #define IOP_MSG_RCVD 2 /* message received; processing */
47 #define IOP_MSG_COMPLETE 3 /* message processing complete */
49 /* IOP message status codes */
51 #define IOP_MSGSTATUS_UNUSED 0 /* Unusued message structure */
53 #define IOP_MSGSTATUS_SENT 2 /* message sent, awaiting reply */
54 #define IOP_MSGSTATUS_COMPLETE 3 /* message complete and reply rcvd */
55 #define IOP_MSGSTATUS_UNSOL 6 /* message is unsolicited */
139 struct iop_msg *next; /* next message in queue or NULL */
143 int status; /* status of this message */
144 __u8 message[IOP_MSG_LEN]; /* the message being sent/received */ member in struct:iop_msg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dlm_interface.h224 unsigned int message);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Derr_marvel.c532 char message[80]; local
564 sprintf(message, "Normal completion");
567 sprintf(message, "Bridge - Master Abort");
570 sprintf(message, "Bridge - Target Abort");
573 sprintf(message, "Bridge - Uncorrectable Write Data Error");
576 sprintf(message, "Byte Count Out of Range");
579 sprintf(message, "Uncorrectable Split Write Data Error");
582 sprintf(message, "%08lx\n",
586 printk("%s Message: %s\n", err_print_prefix, message);
731 printk("%s IO7 Received Split Completion Error message\
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/corby/
H A Dchannel.h122 struct _sw_corby_message ** message,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp100 const char *prefix, const char *message)
102 DbEnv::_stream_error_function(dbenv, prefix, message);
106 void _stream_message_function_c(const DB_ENV *dbenv, const char *message) argument
108 DbEnv::_stream_message_function(dbenv, message);
661 const DB_ENV *dbenv, const char *prefix, const char *message)
671 cxxenv->error_callback_(cxxenv, prefix, message);
678 if (message)
679 (*cxxenv->error_stream_) << (const char *)message;
684 void DbEnv::_stream_message_function(const DB_ENV *dbenv, const char *message) argument
694 cxxenv->message_callback_(cxxenv, message);
99 _stream_error_function_c(const DB_ENV *dbenv, const char *prefix, const char *message) argument
660 _stream_error_function( const DB_ENV *dbenv, const char *prefix, const char *message) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/tridge/
H A Dsmb.conf14 message command = csh -c '/usr/bin/X11/xedit -display :0 %s;rm %s' &
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-stable/
H A Dsmb.conf154 ; message command = /bin/sh -c '/usr/bin/linpopup "%f" "%m" %s; rm %s' &
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-unstable/
H A Dsmb.conf154 ; message command = /bin/sh -c '/usr/bin/linpopup "%f" "%m" %s; rm %s' &
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsmb.conf29 # Message command is run by samba when a "popup" message is sent to it.
31 ; message command = /usr/bin/linpopup "%f" "%m" %s; rm %s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/stf/
H A Dcomfychair.py109 def require(self, predicate, message):
112 If the predicate value is not true, the test is skipped with a message explaining
115 raise NotRunError, message
269 """Log a message to the test log. This message is displayed if
377 --help show usage message
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dradius.c79 char *message, int message_space);
87 char *message, int message_space);
324 * message -- space for a message to be returned to the peer
325 * message_space -- number of bytes available at *message.
335 char *message, int message_space)
474 strlcpy(message, radius_msg, message_space);
479 challenge, message, message_space) < 0) {
528 * msg -- buffer in which to place error message. Holds up to BUF_LEN chars
537 char *message, in
332 radius_chap_verify(char *user, char *ourname, int id, struct chap_digest_type *digest, unsigned char *challenge, unsigned char *response, char *message, int message_space) argument
535 radius_setparams(VALUE_PAIR *vp, char *msg, REQUEST_INFO *req_info, struct chap_digest_type *digest, unsigned char *challenge, char *message, int message_space) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dso/
H A Ddso_vms.c65 #pragma message disable DOLLARID
78 #pragma message disable DOLLARID
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dadb-iop.c101 struct adb_iopmsg *amsg = (struct adb_iopmsg *) msg->message;
145 memcpy(msg->reply, msg->message, IOP_MSG_LEN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dhcd-pci.c190 * @message: semantics in flux
194 int usb_hcd_pci_suspend (struct pci_dev *dev, pm_message_t message) argument
214 retval = hcd->driver->suspend(hcd, message);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-pci.c229 static int ehci_pci_suspend(struct usb_hcd *hcd, pm_message_t message) argument
255 if (message.event == PM_EVENT_PRETHAW) {

Completed in 229 milliseconds

1234567891011>>