Home
last modified time | relevance | path

Searched refs:notification (Results 1 – 25 of 57) sorted by relevance

123

/freebsd-11-stable/contrib/gdb/gdb/doc/
HDobserver.texi15 notification mechanism. This generic event notification mechanism is
16 then re-used to implement the exported high-level notification
30 data, then the generic notification mechanism will need to be
36 or detach routines during a notification.
40 @cindex notification about inferior execution stop
47 Note that the @code{normal_stop} notification is not emitted when
50 commands list, the commands are executed after the notification
67 Send a notification to all @code{normal_stop} observers.
/freebsd-11-stable/contrib/wpa/src/eap_server/
HDeap_server_aka.c44 u16 notification; member
614 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification); in eap_aka_build_notification()
615 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification, in eap_aka_build_notification()
741 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_aka_determine_identity()
792 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_aka_determine_identity()
837 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_aka_fullauth()
883 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_aka_process_identity()
895 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_aka_process_identity()
902 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_aka_process_identity()
947 data->notification = in eap_aka_process_challenge()
[all …]
HDeap_server_sim.c38 u16 notification; member
311 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification); in eap_sim_build_notification()
312 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification, in eap_sim_build_notification()
579 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_sim_process_start()
595 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_sim_process_challenge()
604 data->notification = EAP_SIM_SUCCESS; in eap_sim_process_challenge()
677 data->notification = EAP_SIM_SUCCESS; in eap_sim_process_reauth()
695 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_sim_process_reauth()
710 if (data->notification == EAP_SIM_SUCCESS && data->use_result_ind) in eap_sim_process_client_error()
723 if (data->notification == EAP_SIM_SUCCESS && data->use_result_ind) in eap_sim_process_notification()
[all …]
/freebsd-11-stable/lib/libc/net/
HDnscachedcli.c460 int notification; in __abandon_cached_mp_write_session() local
463 notification = CET_MP_WRITE_SESSION_ABANDON_NOTIFICATION; in __abandon_cached_mp_write_session()
464 result = safe_write(ws, &notification, sizeof(int)); in __abandon_cached_mp_write_session()
476 int notification; in __close_cached_mp_write_session() local
479 notification = CET_MP_WRITE_SESSION_CLOSE_NOTIFICATION; in __close_cached_mp_write_session()
480 result = safe_write(ws, &notification, sizeof(int)); in __close_cached_mp_write_session()
/freebsd-11-stable/contrib/ntp/ntpsnmpd/
HDntpv4-mib.mib664 "The interval at which the ntpEntNotifHeartbeat notification
675 notUsed(0), -- Used to sync up bit and notification
689 "A bit for each notification. A 1 for a particular bit enables
690 that particular notification, a 0 disables it.
710 -- SNMP notification definitions
719 "The notification to be sent when the NTP entity changes mode,
728 "The notification to be sent when stratum level of NTP changes."
736 "The notification to be sent when a (new) syspeer has been
744 "The notification to be sent when a new association is
752 "The notification to be sent when an association is
[all …]
/freebsd-11-stable/contrib/wpa/src/eap_peer/
HDeap_sim.c605 u8 id, u16 notification) in eap_sim_response_notification() argument
608 u8 *k_aut = (notification & 0x4000) == 0 ? data->k_aut : NULL; in eap_sim_response_notification()
927 if (attr->notification == -1) { in eap_sim_process_notification()
934 if ((attr->notification & 0x4000) == 0 && in eap_sim_process_notification()
940 eap_sim_report_notification(sm->msg_ctx, attr->notification, 0); in eap_sim_process_notification()
941 if (attr->notification >= 0 && attr->notification < 32768) { in eap_sim_process_notification()
942 data->error_code = attr->notification; in eap_sim_process_notification()
944 } else if (attr->notification == EAP_SIM_SUCCESS && in eap_sim_process_notification()
947 return eap_sim_response_notification(data, id, attr->notification); in eap_sim_process_notification()
HDeap_aka.c729 u8 id, u16 notification) in eap_aka_response_notification() argument
732 u8 *k_aut = (notification & 0x4000) == 0 ? data->k_aut : NULL; in eap_aka_response_notification()
1192 if (attr->notification == -1) { in eap_aka_process_notification()
1199 if ((attr->notification & 0x4000) == 0 && in eap_aka_process_notification()
1205 eap_sim_report_notification(sm->msg_ctx, attr->notification, 1); in eap_aka_process_notification()
1206 if (attr->notification >= 0 && attr->notification < 32768) { in eap_aka_process_notification()
1207 data->error_code = attr->notification; in eap_aka_process_notification()
1209 } else if (attr->notification == EAP_SIM_SUCCESS && in eap_aka_process_notification()
1212 return eap_aka_response_notification(data, id, attr->notification); in eap_aka_process_notification()
/freebsd-11-stable/contrib/wpa/src/eap_common/
HDeap_sim_common.c503 attr->notification = -1; in eap_sim_parse_attr()
610 attr->notification = apos[0] * 256 + apos[1]; in eap_sim_parse_attr()
612 attr->notification); in eap_sim_parse_attr()
1170 void eap_sim_report_notification(void *msg_ctx, int notification, int aka) in eap_sim_report_notification() argument
1176 switch (notification) { in eap_sim_report_notification()
1200 if (notification >= 32768) { in eap_sim_report_notification()
1203 type, notification); in eap_sim_report_notification()
1207 type, notification); in eap_sim_report_notification()
HDeap_sim_common.h196 int notification, counter, selected_version, client_error_code; member
228 void eap_sim_report_notification(void *msg_ctx, int notification, int aka);
HDikev2_common.h313 const u8 *notification; member
HDikev2_common.c328 payloads->notification = pdata; in ikev2_parse_payloads()
/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDlibevent.pc.in9 Description: libevent is an asynchronous notification event loop library
HDwhatsnew-2.0.txt300 3.2. Improved notification on Linux
311 notification.
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDX509_STORE_CTX_get_error.pod198 if issuer check debugging is enabled it is used for status notification and
206 for status notification and is B<not> in itself an error.
213 it is used for status notification and is B<not> in itself an error.
219 debugging is enabled it is used for status notification and is B<not> in itself
/freebsd-11-stable/sys/dev/isci/scil/
HDintel_sata.h178 U32 notification :1; member
/freebsd-11-stable/sys/netinet/
HDsctp_input.c1499 struct sockaddr *init_src, int *notification,
1516 struct sockaddr *init_src, int *notification, in sctp_process_cookie_existing() argument
1683 *notification = SCTP_NOTIFY_ASSOC_UP; in sctp_process_cookie_existing()
1850 *notification = SCTP_NOTIFY_ASSOC_UP; in sctp_process_cookie_existing()
1928 inp, netp, init_src, notification, in sctp_process_cookie_existing()
1945 *notification = SCTP_NOTIFY_ASSOC_RESTART; in sctp_process_cookie_existing()
2087 struct sockaddr *init_src, int *notification, in sctp_process_cookie_new() argument
2366 *notification = SCTP_NOTIFY_ASSOC_UP; in sctp_process_cookie_new()
2477 int notification = 0; in sctp_handle_cookie_echo() local
2730 netp, to, &notification, in sctp_handle_cookie_echo()
[all …]
HDsctputil.c3748 sctp_ulp_notify(uint32_t notification, struct sctp_tcb *stcb, in sctp_ulp_notify() argument
3767 if ((notification == SCTP_NOTIFY_INTERFACE_DOWN) || in sctp_ulp_notify()
3768 (notification == SCTP_NOTIFY_INTERFACE_UP) || in sctp_ulp_notify()
3769 (notification == SCTP_NOTIFY_INTERFACE_CONFIRMED)) { in sctp_ulp_notify()
3774 switch (notification) { in sctp_ulp_notify()
3922 __func__, notification, notification); in sctp_ulp_notify()
/freebsd-11-stable/sys/dev/mmc/
HDmmcbr_if.m132 # requests are queued. Time passes. The bridge then gets notification
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDfuture81 // setting the result with deferred notification
110 // setting the result with deferred notification
138 // setting the result with deferred notification
1409 // setting the result with deferred notification
1574 // setting the result with deferred notification
1711 // setting the result with deferred notification
/freebsd-11-stable/etc/
HDsnmpd.config301 # snmpTargetAddrTagList.$(tag) = "test notification"
/freebsd-11-stable/sys/dev/isp/
HDDriverManual.txt146 requests read from the request queue, as well as to place notification
161 mailboxes may be things like notification of SCSI Bus resets, or that the
162 Fabric Name server has sent a change notification, or even that a specific
168 interrupt notification that the response queue has an entry to
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
HDlinux_syscall_hooks.h1387 #define __sanitizer_syscall_pre_mq_notify(mqdes, notification) \ argument
1388 __sanitizer_syscall_pre_impl_mq_notify((long)(mqdes), (long)(notification))
1389 #define __sanitizer_syscall_post_mq_notify(res, mqdes, notification) \ argument
1391 (long)(notification))
2792 void __sanitizer_syscall_pre_impl_mq_notify(long mqdes, long notification);
2794 long notification);
HDnetbsd_syscall_hooks.h1350 #define __sanitizer_syscall_pre_mq_notify(mqdes, notification) \ argument
1352 (long long)(notification))
1353 #define __sanitizer_syscall_post_mq_notify(res, mqdes, notification) \ argument
1355 (long long)(notification))
3761 long long notification);
3763 long long notification);
/freebsd-11-stable/usr.sbin/bsdconfig/usermgmt/share/
HDuser.subr641 # display [X]dialog notification to show activity)
773 # display [X]dialog notification to show activity)
/freebsd-11-stable/contrib/wpa/hostapd/
HDREADME-WPS141 addition, hostapd control interface event is sent as a notification of

123