Searched refs:notification (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc-gnustep/
H A DAppController.h26 - (void)applicationWillTerminate:(NSNotification *)notification;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-accept.c82 struct sk_buff *notification; local
89 /* get a notification message to send to the server app */
90 notification = alloc_skb(0, GFP_NOFS);
91 rxrpc_new_skb(notification);
92 notification->mark = RXRPC_SKB_MARK_NEW_CALL;
148 nsp = rxrpc_skb(notification);
155 ret = rxrpc_queue_rcv_skb(call, notification, true,
158 notification = NULL;
173 rxrpc_free_skb(notification);
192 rxrpc_free_skb(notification);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dxp.h67 * notification - see bte_copy() for definition.
72 xp_bte_copy(u64 src, u64 vdst, u64 len, u64 mode, void *notification) argument
88 ret = bte_copy(src, pdst, len, mode, notification);
93 ret = bte_copy(src, pdst, len, mode, notification);
293 * xpcMsgDelivered | notification that the message | NA
371 * notification is required for such events as: a connection established/lost,
H A Dbte.h186 #define bte_zero(dest, len, mode, notification) \
187 bte_copy(0, dest, len, ((mode) | BTE_ZERO_FILL), notification)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Draw1394-private.h44 u8 notification; /* (busreset-notification) RAW1394_NOTIFY_OFF/ON */ member in struct:file_info
H A Draw1394.c25 * busreset notification control (switch on/off)
269 if (fi->notification == RAW1394_NOTIFY_ON) {
1063 DBGMSG("arm_read -> entering notification-section");
1216 DBGMSG("arm_write -> entering notification-section");
1418 DBGMSG("arm_lock -> entering notification-section");
1646 DBGMSG("arm_lock64 -> entering notification-section");
2081 fi->notification = (u8) req->req.misc;
2824 fi->notification = (u8) RAW1394_NOTIFY_ON; /* busreset notification */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dbte.c61 * bte_copy(src, dest, len, mode, notification)
72 * notification - kernel virtual address of the notification cache
79 bte_result_t bte_copy(u64 src, u64 dest, u64 len, u64 mode, void *notification) argument
94 src, dest, len, mode, notification));
176 if (notification == NULL) {
180 bte->most_rcnt_na = notification;
186 /* Initialize the notification to a known value. */
196 /* Set the notification register */
208 if (notification !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dmqueue.c316 * to read only queue size & notification info (the only values
498 /* notification
528 /* after notification unregisters process */
983 * and he isn't currently owner of notification, will be silently discarded.
993 struct sigevent notification; local
1004 if (copy_from_user(&notification, u_notification,
1008 if (unlikely(notification.sigev_notify != SIGEV_NONE &&
1009 notification.sigev_notify != SIGEV_SIGNAL &&
1010 notification.sigev_notify != SIGEV_THREAD))
1012 if (notification
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dacpiphp_ibm.c96 /* struct notification - keeps info about the device
97 * that cause the ACPI notification event
99 struct notification { struct
116 static struct notification ibm_note;
237 * @context: passed context (our notification struct)
249 * has returned, thereby enforcing serial access for the notification struct.
255 struct notification *note = context;
257 dbg("%s: Received notification %02x\n", __FUNCTION__, event);
445 err("%s: Failed to register notification handler\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dulpevent.c126 * provided by this notification.
145 * head room to use as notification.
157 /* Include the notification structure */
205 * This field is the total length of the notification data, including
206 * the notification header.
292 * This field is the total length of the notification data, including
293 * the notification header.
359 /* Create and initialize an SCTP_REMOTE_ERROR notification.
393 * notification with.
435 * This field is the total length of the notification dat
803 union sctp_notification *notification; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dauditsc.c136 struct sigevent notification; member in struct:audit_aux_data_mq_notify
936 axi->notification.sigev_signo);
1724 if (copy_from_user(&ax->notification, u_notification, sizeof(ax->notification))) {
1729 memset(&ax->notification, 0, sizeof(ax->notification));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2100.h356 u32 hnhdr_subtype; /* type of host notification */
783 struct ipw2100_notification notification; member in union:ipw2100_rx::__anon6114
H A Dipw2200.h706 struct ipw_rx_notification notification; member in union:ipw_rx_packet::__anon6121
H A Dipw2200.c4334 * Handle host notification packet.
4810 IPW_DEBUG_NOTIF("Unknown notification: "
8340 pkt->u.notification.subtype,
8341 pkt->u.notification.flags,
8342 le16_to_cpu(pkt->u.notification.size));
8343 ipw_rx_notification(priv, &pkt->u.notification);
8354 * later to try and re-use notification packets and SKBs that
H A Dipw2100.c1497 * Currently FW does not support event notification for this
2545 return (status->frame_size < sizeof(u->rx_data.notification));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dvia-velocity.c275 static int velocity_netdev_event(struct notifier_block *nb, unsigned long notification, void *ptr);
3281 static int velocity_netdev_event(struct notifier_block *nb, unsigned long notification, void *ptr) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsyscalls.h477 asmlinkage long sys_mq_notify(mqd_t mqdes, const struct sigevent __user *notification);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex1641 of this route will trigger RTNETLINK notification.

Completed in 264 milliseconds