Home
last modified time | relevance | path

Searched refs:notif (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dedit.c936 char *notif; in notify_do() local
955 notif = NULL; in notify_do()
974 notif = "edit"; in notify_do()
979 notif = "unedit"; in notify_do()
984 notif = "commit"; in notify_do()
989 if (notif == NULL) in notify_do()
990 notif = "temporary edit"; in notify_do()
995 if (notif == NULL) in notify_do()
996 notif = "temporary unedit"; in notify_do()
1001 if (notif == NULL) in notify_do()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
H A DAppController.h24 :(NSNotification *)notif;
H A DAppController.m40 - (void)applicationDidFinishLaunching:(NSNotification *)notif
/netbsd-src/sys/dev/pci/
H A Dif_iwi.c1241 iwi_notification_intr(struct iwi_softc *sc, struct iwi_notif *notif) in iwi_notification_intr() argument
1249 switch (notif->type) { in iwi_notification_intr()
1254 (struct iwi_notif_scan_channel *)(notif + 1); in iwi_notification_intr()
1266 (struct iwi_notif_scan_complete *)(notif + 1); in iwi_notification_intr()
1284 auth = (struct iwi_notif_authentication *)(notif + 1); in iwi_notification_intr()
1314 assoc = (struct iwi_notif_association *)(notif + 1); in iwi_notification_intr()
1343 beacon = (struct iwi_notif_beacon_state *)(notif + 1); in iwi_notification_intr()
1356 DPRINTFN(5, ("Notification (%u)\n", notif->type)); in iwi_notification_intr()
1361 device_xname(sc->sc_dev), notif->type, notif->flags, in iwi_notification_intr()
1362 le16toh(notif->len))); in iwi_notification_intr()
H A Dif_iwm.c7388 struct iwm_mcc_chub_notif *notif; in iwm_notif_intr()
7389 SYNC_RESP_STRUCT(notif, pkt); in iwm_notif_intr()
7391 sc->sc_fw_mcc[0] = (notif->mcc & 0xff00) >> 8; in iwm_notif_intr()
7392 sc->sc_fw_mcc[1] = notif->mcc & 0xff; in iwm_notif_intr()
7459 struct iwm_periodic_scan_complete *notif; in iwm_notif_intr()
7460 SYNC_RESP_STRUCT(notif, pkt); in iwm_notif_intr()
7465 struct iwm_lmac_scan_complete_notif *notif; in iwm_notif_intr()
7466 SYNC_RESP_STRUCT(notif, pkt); in iwm_notif_intr()
7475 struct iwm_umac_scan_complete *notif; in iwm_notif_intr()
7476 SYNC_RESP_STRUCT(notif, pk in iwm_notif_intr()
7387 struct iwm_mcc_chub_notif *notif; iwm_notif_intr() local
7458 struct iwm_periodic_scan_complete *notif; iwm_notif_intr() local
7464 struct iwm_lmac_scan_complete_notif *notif; iwm_notif_intr() local
7474 struct iwm_umac_scan_complete *notif; iwm_notif_intr() local
7484 struct iwm_umac_scan_iter_complete_notif *notif; iwm_notif_intr() local
7503 struct iwm_time_event_notif *notif; iwm_notif_intr() local
[all...]
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-2012430 * remote-notif.c (_initialize_notif): Add new commands
436 * Makefile.in (REMOTE_OBS): Add "remote-notif.o".
437 (SFILES): Add "remote-notif.c".
438 (HFILES_NO_SRCDIR): Add "remote-notif.h" and "common/queue.h".
439 * remote-notif.c: New. Factored out from remote.c.
440 * remote-notif.h: New.
441 * remote.c: Include "remote-notif.h".
448 remote-notif.c.
472 (handle_notification): Move to remote-notif.c.
480 * remote.h: Include "remote-notif.h".
H A DChangeLog-2013646 * remote-notif.c (handle_notification): Return early if no
2937 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
2943 * remote-notif.c (handle_notification): Adjust.
2966 * remote-notif.c (DECLARE_QUEUE_P): Remove.
2979 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
11338 * remote-notif.c (notif_debug): Change type to int.
11339 * remote-notif.h (notif_debug): Likewise.
H A DChangeLog-20194905 * remote-notif.c (notif_debug): Likewise.
4906 * remote-notif.h (notif_debug): Likewise.
11850 * remote-notif.h: Include <list>, not "common/queue.h".
11855 * remote-notif.c (remote_notif_process, handle_notification)
14508 * remote-notif.h (struct notif_event): Add virtual destructor.
14513 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
15789 * remote-notif.h: Fix common/ includes.
16414 * remote-notif.c (handle_notification, remote_notif_ack)
16416 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
H A DChangeLog-20212121 * remote-notif.c (remote_async_get_pending_events_handler): Fix assert
6403 * remote-notif.c (remote_async_get_pending_events_handler):
H A DChangeLog-20203984 * remote-notif.c (remote_notif_state_allocate): Likewise.
12719 * remote-notif.c: Update include.
12743 * remote-notif.c: Include async-event.h.
17624 * remote-notif.c (_initialize_notif): Add declaration.
H A DChangeLog-2015501 * remote-notif.c (remote_async_get_pending_events_handler)
2462 * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
5029 * remote-notif.c (remote_notif_state_allocate): Likewise.
H A DChangeLog-20189767 * remote-notif.c (remote_notif_ack, remote_notif_parse, ): Add
9773 * remote-notif.h (struct remote_target): Forward declare.
H A DChangeLog-20145196 * remote-notif.c: Likewise.
8434 * remote-notif.c: Include infrun.h.
H A DChangeLog-20178400 * remote-notif.c: Remove _initialize_notif prototype.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-2012430 * remote-notif.c (_initialize_notif): Add new commands
436 * Makefile.in (REMOTE_OBS): Add "remote-notif.o".
437 (SFILES): Add "remote-notif.c".
438 (HFILES_NO_SRCDIR): Add "remote-notif.h" and "common/queue.h".
439 * remote-notif.c: New. Factored out from remote.c.
440 * remote-notif.h: New.
441 * remote.c: Include "remote-notif.h".
448 remote-notif.c.
472 (handle_notification): Move to remote-notif.c.
480 * remote.h: Include "remote-notif.h".
H A DChangeLog-2013646 * remote-notif.c (handle_notification): Return early if no
2937 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
2943 * remote-notif.c (handle_notification): Adjust.
2966 * remote-notif.c (DECLARE_QUEUE_P): Remove.
2979 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
11338 * remote-notif.c (notif_debug): Change type to int.
11339 * remote-notif.h (notif_debug): Likewise.
H A DChangeLog-20194905 * remote-notif.c (notif_debug): Likewise.
4906 * remote-notif.h (notif_debug): Likewise.
11850 * remote-notif.h: Include <list>, not "common/queue.h".
11855 * remote-notif.c (remote_notif_process, handle_notification)
14508 * remote-notif.h (struct notif_event): Add virtual destructor.
14513 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
15789 * remote-notif.h: Fix common/ includes.
16414 * remote-notif.c (handle_notification, remote_notif_ack)
16416 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
H A DChangeLog-2015501 * remote-notif.c (remote_async_get_pending_events_handler)
2462 * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
5029 * remote-notif.c (remote_notif_state_allocate): Likewise.
H A DChangeLog-20189767 * remote-notif.c (remote_notif_ack, remote_notif_parse, ): Add
9773 * remote-notif.h (struct remote_target): Forward declare.
H A DChangeLog-20145196 * remote-notif.c: Likewise.
8434 * remote-notif.c: Include infrun.h.
H A DChangeLog-20178400 * remote-notif.c: Remove _initialize_notif prototype.
/netbsd-src/external/gpl3/gdb/dist/gdbserver/
H A DChangeLog-2002-20215492 * notif.c (notif_write_event, handle_notif_ack)
5495 * notif.h (struct notif_event): Include <list>, not
5668 * notif.h: Add include guard.
5712 * notif.h: Fix common/ includes.
8287 * notif.c (handle_notif_ack, notif_event_enque): Likewise.
12842 * notif.h: Likewise.
12909 * notif.h: Likewise.
12921 * notif.c: Include server.h.
14060 * notif.c (handle_notif_ack): Return 0 if no notification
14463 * notif.h (notif_event): Add a dummy member to avoid compiler
[all …]
/netbsd-src/etc/
H A Dservices4300 childkey-notif 1891/tcp # ChildKey Notification
4301 childkey-notif 1891/udp # ChildKey Notification
17765 # evs-notif EVS Notification Center [Eric_Gillet] …