Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dobserver.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-12.1/contrib/wpa/src/eap_server/
H A Deap_server_aka.c44 u16 notification; member
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()
1003 data->notification = EAP_SIM_SUCCESS; in eap_aka_process_challenge()
1123 data->notification = EAP_SIM_SUCCESS; in eap_aka_process_reauth()
[all …]
H A Deap_server_sim.c38 u16 notification; member
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()
750 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_sim_process()
[all …]
/freebsd-12.1/lib/libc/net/
H A Dnscachedcli.c462 int notification; in __abandon_cached_mp_write_session() local
465 notification = CET_MP_WRITE_SESSION_ABANDON_NOTIFICATION; in __abandon_cached_mp_write_session()
466 result = safe_write(ws, &notification, sizeof(int)); in __abandon_cached_mp_write_session()
478 int notification; in __close_cached_mp_write_session() local
481 notification = CET_MP_WRITE_SESSION_CLOSE_NOTIFICATION; in __close_cached_mp_write_session()
482 result = safe_write(ws, &notification, sizeof(int)); in __close_cached_mp_write_session()
/freebsd-12.1/contrib/ntp/ntpsnmpd/
H A Dntpv4-mib.mib664 "The interval at which the ntpEntNotifHeartbeat 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,
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
760 "The notification to be sent when the NTP configuration has
769 "The notification to be sent when a leap second has been
[all …]
/freebsd-12.1/contrib/wpa/src/eap_peer/
H A Deap_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()
H A Deap_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-12.1/contrib/wpa/src/eap_common/
H A Deap_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()
H A Deap_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);
H A Dikev2_common.h313 const u8 *notification; member
H A Dikev2_common.c328 payloads->notification = pdata; in ikev2_parse_payloads()
/freebsd-12.1/contrib/libevent/
H A Dlibevent.pc.in9 Description: libevent is an asynchronous notification event loop library
H A Dwhatsnew-2.0.txt300 3.2. Improved notification on Linux
311 notification.
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Dlibevent.pc.in9 Description: libevent is an asynchronous notification event loop library
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIExtensions.txt84 # =library-loaded notification
86 The =library-loaded notification has 4 extra fields:
/freebsd-12.1/crypto/openssl/doc/man3/
H A DX509_STORE_CTX_get_error.pod224 if issuer check debugging is enabled it is used for status notification and
232 for status notification and is B<not> in itself an error.
239 it is used for status notification and is B<not> in itself an error.
245 debugging is enabled it is used for status notification and is B<not> in itself
/freebsd-12.1/sys/dev/isci/scil/
H A Dintel_sata.h180 U32 notification :1; member
/freebsd-12.1/sys/netinet/
H A Dsctp_input.c1492 struct sockaddr *init_src, int *notification,
1509 struct sockaddr *init_src, int *notification, in sctp_process_cookie_existing() argument
1675 *notification = SCTP_NOTIFY_ASSOC_UP; in sctp_process_cookie_existing()
1842 *notification = SCTP_NOTIFY_ASSOC_UP; in sctp_process_cookie_existing()
1920 inp, netp, init_src, notification, in sctp_process_cookie_existing()
1937 *notification = SCTP_NOTIFY_ASSOC_RESTART; in sctp_process_cookie_existing()
2079 struct sockaddr *init_src, int *notification, in sctp_process_cookie_new() argument
2355 *notification = SCTP_NOTIFY_ASSOC_UP; in sctp_process_cookie_new()
2466 int notification = 0; in sctp_handle_cookie_echo() local
2719 netp, to, &notification, in sctp_handle_cookie_echo()
[all …]
H A Dsctputil.c3693 sctp_ulp_notify(uint32_t notification, struct sctp_tcb *stcb, in sctp_ulp_notify() argument
3712 if ((notification == SCTP_NOTIFY_INTERFACE_DOWN) || in sctp_ulp_notify()
3713 (notification == SCTP_NOTIFY_INTERFACE_UP) || in sctp_ulp_notify()
3714 (notification == SCTP_NOTIFY_INTERFACE_CONFIRMED)) { in sctp_ulp_notify()
3719 switch (notification) { in sctp_ulp_notify()
3867 __func__, notification, notification); in sctp_ulp_notify()
/freebsd-12.1/sys/dev/mmc/
H A Dmmcbr_if.m132 # requests are queued. Time passes. The bridge then gets notification
/freebsd-12.1/contrib/libc++/include/
H A Dfuture82 // setting the result with deferred notification
111 // setting the result with deferred notification
139 // setting the result with deferred notification
1413 // setting the result with deferred notification
1578 // setting the result with deferred notification
1715 // setting the result with deferred notification
/freebsd-12.1/usr.sbin/bsnmpd/bsnmpd/
H A Dsnmpd.config313 # snmpTargetAddrTagList.$(tag) = "test notification"
/freebsd-12.1/sys/dev/isp/
H A DDriverManual.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-12.1/contrib/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1388 #define __sanitizer_syscall_pre_mq_notify(mqdes, notification) \ argument
1389 __sanitizer_syscall_pre_impl_mq_notify((long)(mqdes), (long)(notification))
1390 #define __sanitizer_syscall_post_mq_notify(res, mqdes, notification) \ argument
1392 (long)(notification))
2793 void __sanitizer_syscall_pre_impl_mq_notify(long mqdes, long notification);
2795 long notification);
H A Dnetbsd_syscall_hooks.h1351 #define __sanitizer_syscall_pre_mq_notify(mqdes, notification) \ argument
1353 (long long)(notification))
1354 #define __sanitizer_syscall_post_mq_notify(res, mqdes, notification) \ argument
1356 (long long)(notification))
3713 long long notification);
3715 long long notification);

123