Home
last modified time | relevance | path

Searched refs:notif_event (Results 1 – 22 of 22) sorted by relevance

/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dremote-notif.h27 struct notif_event struct
31 void (*dtr) (struct notif_event *self); argument
48 struct notif_event *event);
53 struct notif_event *event);
60 struct notif_event *(*alloc_event) (void);
68 struct notif_event *pending_event;
72 struct notif_event *remote_notif_parse (struct notif_client *nc,
H A Dremote-notif.c62 struct notif_event *event = nc->alloc_event (); in remote_notif_ack()
78 struct notif_event *
81 struct notif_event *event = nc->alloc_event (); in remote_notif_parse()
182 struct notif_event *event in handle_notification()
245 struct notif_event *event = arg; in do_notif_event_xfree()
H A Dremote.c4532 struct notif_event *reply in extended_remote_attach_1()
5173 struct notif_event base;
5218 struct notif_event *event) in remote_notif_stop_parse()
5225 struct notif_event *event) in remote_notif_stop_ack()
5252 stop_reply_dtr (struct notif_event *event) in stop_reply_dtr()
5259 static struct notif_event *
5262 struct notif_event *r in remote_notif_stop_alloc_reply()
5263 = (struct notif_event *) XMALLOC (struct stop_reply); in remote_notif_stop_alloc_reply()
/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dnotif.h29 struct notif_event struct
31 virtual ~notif_event () in ~notif_event() argument
53 std::list<notif_event *> queue;
56 void (*write) (struct notif_event *event, char *own_buf);
64 void notif_push (struct notif_server *np, struct notif_event *event);
66 struct notif_event *event);
H A Dnotif.cc66 struct notif_event *event = notif->queue.front (); in notif_write_event()
102 struct notif_event *head = np->queue.front (); in handle_notif_ack()
121 struct notif_event *event) in notif_event_enque()
134 notif_push (struct notif_server *np, struct notif_event *new_event) in notif_push()
H A Dserver.cc148 struct vstop_notif : public notif_event
187 remove_all_on_match_ptid (struct notif_event *event, ptid_t filter_ptid) in remove_all_on_match_ptid()
199 std::list<notif_event *>::iterator iter, next, end; in discard_queued_stop_replies()
224 vstop_notif_reply (struct notif_event *event, char *own_buf) in vstop_notif_reply()
234 in_queued_stop_replies_ptid (struct notif_event *event, ptid_t filter_ptid) in in_queued_stop_replies_ptid()
255 for (notif_event *event : notif_stop.queue) in in_queued_stop_replies()
H A DChangeLog5485 * server.c (struct vstop_notif): Derive from notif_event.
5499 * notif.h (struct notif_event): Include <list>, not
5504 (struct notif_event): Add virtual destructor.
14467 * notif.h (notif_event): Add a dummy member to avoid compiler
/dports/devel/gdb/gdb-11.1/gdb/
H A Dremote-notif.h28 struct notif_event struct
30 virtual ~notif_event () in ~notif_event() argument
37 typedef std::unique_ptr<notif_event> notif_event_up;
64 struct notif_event *event);
70 struct notif_event *event);
114 struct notif_event *pending_event[REMOTE_NOTIF_LAST] {};
119 struct notif_event *remote_notif_parse (remote_target *remote,
H A Dremote-notif.c75 struct notif_event *
153 struct notif_event *event in handle_notification()
H A Dremote.c6073 struct notif_event *reply
6513 struct stop_reply : public notif_event
7148 struct notif_event *event)
7156 struct notif_event *event)
H A DChangeLog-201914500 (struct stop_reply): Derive from notif_event. Don't typedef.
14508 * remote-notif.h (struct notif_event): Add virtual destructor.
/dports/devel/gdb761/gdb-7.6.1/gdb/gdbserver/
H A Dnotif.h28 typedef struct notif_event struct
52 void (*write) (struct notif_event *event, char *own_buf);
60 void notif_push (struct notif_server *np, struct notif_event *event);
62 struct notif_event *event);
H A Dnotif.c65 struct notif_event *event in notif_write_event()
99 struct notif_event *head in handle_notif_ack()
118 struct notif_event *event) in notif_event_enque()
131 notif_push (struct notif_server *np, struct notif_event *new_event) in notif_push()
154 notif_event_xfree (struct notif_event *event) in notif_event_xfree()
H A Dserver.c125 struct notif_event base;
146 notif_event_enque (&notif_stop, (struct notif_event *) new_notif); in queue_stop_reply()
152 struct notif_event *event, in remove_all_on_match_pid()
180 vstop_notif_reply (struct notif_event *event, char *own_buf) in vstop_notif_reply()
2447 (struct notif_event *) new_notif); in queue_stop_reply_callback()
3620 (struct notif_event *) vstop_notif); in handle_target_event()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/mixart/
H A Dmixart_core.c270 struct mixart_msg *request, u32 notif_event) in snd_mixart_send_msg_wait_notif() argument
276 if (snd_BUG_ON(!notif_event)) in snd_mixart_send_msg_wait_notif()
278 if (snd_BUG_ON((notif_event & MSG_TYPE_MASK) != MSG_TYPE_NOTIFY)) in snd_mixart_send_msg_wait_notif()
280 if (snd_BUG_ON(notif_event & MSG_CANCEL_NOTIFY_MASK)) in snd_mixart_send_msg_wait_notif()
287 …err = send_msg(mgr, request, MSG_DEFAULT_SIZE, 1, &notif_event); /* send and mark the notificatio… in snd_mixart_send_msg_wait_notif()
302 "error: notification %x not received\n", notif_event); in snd_mixart_send_msg_wait_notif()
H A Dmixart_core.h550 …nd_mixart_send_msg_wait_notif(struct mixart_mgr *mgr, struct mixart_msg *request, u32 notif_event);
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/mixart/
H A Dmixart_core.c270 struct mixart_msg *request, u32 notif_event) in snd_mixart_send_msg_wait_notif() argument
276 if (snd_BUG_ON(!notif_event)) in snd_mixart_send_msg_wait_notif()
278 if (snd_BUG_ON((notif_event & MSG_TYPE_MASK) != MSG_TYPE_NOTIFY)) in snd_mixart_send_msg_wait_notif()
280 if (snd_BUG_ON(notif_event & MSG_CANCEL_NOTIFY_MASK)) in snd_mixart_send_msg_wait_notif()
287 …err = send_msg(mgr, request, MSG_DEFAULT_SIZE, 1, &notif_event); /* send and mark the notificatio… in snd_mixart_send_msg_wait_notif()
302 "error: notification %x not received\n", notif_event); in snd_mixart_send_msg_wait_notif()
H A Dmixart_core.h550 …nd_mixart_send_msg_wait_notif(struct mixart_mgr *mgr, struct mixart_msg *request, u32 notif_event);
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/mixart/
H A Dmixart_core.c270 struct mixart_msg *request, u32 notif_event) in snd_mixart_send_msg_wait_notif() argument
276 if (snd_BUG_ON(!notif_event)) in snd_mixart_send_msg_wait_notif()
278 if (snd_BUG_ON((notif_event & MSG_TYPE_MASK) != MSG_TYPE_NOTIFY)) in snd_mixart_send_msg_wait_notif()
280 if (snd_BUG_ON(notif_event & MSG_CANCEL_NOTIFY_MASK)) in snd_mixart_send_msg_wait_notif()
287 …err = send_msg(mgr, request, MSG_DEFAULT_SIZE, 1, &notif_event); /* send and mark the notificatio… in snd_mixart_send_msg_wait_notif()
302 "error: notification %x not received\n", notif_event); in snd_mixart_send_msg_wait_notif()
H A Dmixart_core.h550 …nd_mixart_send_msg_wait_notif(struct mixart_mgr *mgr, struct mixart_msg *request, u32 notif_event);
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Dtransaction.c706 belle_sip_header_event_t *sub_event, *notif_event; in belle_sip_client_transaction_is_notify_matching_pending_subscribe() local
723 notif_event = belle_sip_message_get_header_by_type(notify, belle_sip_header_event_t); in belle_sip_client_transaction_is_notify_matching_pending_subscribe()
724 if (!notif_event || !belle_sip_header_event_get_package_name(notif_event)) in belle_sip_client_transaction_is_notify_matching_pending_subscribe()
734 …_header_event_get_package_name(sub_event),belle_sip_header_event_get_package_name(notif_event))==0; in belle_sip_client_transaction_is_notify_matching_pending_subscribe()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/push/
H A Dmailer.py428 notif_event: EventBase,
460 the_events.append(notif_event)