Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDremote-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,
HDremote-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()
HDremote.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()