Home
last modified time | relevance | path

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

123

/freebsd-12-stable/contrib/gdb/gdb/doc/
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-stable/contrib/wpa/src/eap_server/
Deap_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 …]
Deap_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()
678 data->notification = EAP_SIM_SUCCESS; in eap_sim_process_reauth()
697 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_sim_process_reauth()
712 if (data->notification == EAP_SIM_SUCCESS && data->use_result_ind) in eap_sim_process_client_error()
725 if (data->notification == EAP_SIM_SUCCESS && data->use_result_ind) in eap_sim_process_notification()
[all …]
/freebsd-12-stable/lib/libc/net/
Dnscachedcli.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-12-stable/contrib/ntp/ntpsnmpd/
Dntpv4-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-12-stable/contrib/wpa/src/eap_peer/
Deap_sim.c610 u8 id, u16 notification) in eap_sim_response_notification() argument
613 u8 *k_aut = (notification & 0x4000) == 0 ? data->k_aut : NULL; in eap_sim_response_notification()
939 if (attr->notification == -1) { in eap_sim_process_notification()
946 if ((attr->notification & 0x4000) == 0 && in eap_sim_process_notification()
952 eap_sim_report_notification(sm->msg_ctx, attr->notification, 0); in eap_sim_process_notification()
953 if (attr->notification >= 0 && attr->notification < 32768) { in eap_sim_process_notification()
954 data->error_code = attr->notification; in eap_sim_process_notification()
956 } else if (attr->notification == EAP_SIM_SUCCESS && in eap_sim_process_notification()
959 return eap_sim_response_notification(data, id, attr->notification); in eap_sim_process_notification()
Deap_aka.c738 u8 id, u16 notification) in eap_aka_response_notification() argument
741 u8 *k_aut = (notification & 0x4000) == 0 ? data->k_aut : NULL; in eap_aka_response_notification()
1206 if (attr->notification == -1) { in eap_aka_process_notification()
1213 if ((attr->notification & 0x4000) == 0 && in eap_aka_process_notification()
1219 eap_sim_report_notification(sm->msg_ctx, attr->notification, 1); in eap_aka_process_notification()
1220 if (attr->notification >= 0 && attr->notification < 32768) { in eap_aka_process_notification()
1221 data->error_code = attr->notification; in eap_aka_process_notification()
1223 } else if (attr->notification == EAP_SIM_SUCCESS && in eap_aka_process_notification()
1226 return eap_aka_response_notification(data, id, attr->notification); in eap_aka_process_notification()
/freebsd-12-stable/contrib/wpa/src/eap_common/
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()
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);
Dikev2_common.h313 const u8 *notification; member
Dikev2_common.c328 payloads->notification = pdata; in ikev2_parse_payloads()
/freebsd-12-stable/contrib/libevent/
Dlibevent.pc.in9 Description: libevent is an asynchronous notification event loop library
/freebsd-12-stable/contrib/ntp/sntp/libevent/
Dlibevent.pc.in9 Description: libevent is an asynchronous notification event loop library
/freebsd-12-stable/crypto/openssl/doc/man3/
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-stable/sys/dev/isci/scil/
Dintel_sata.h180 U32 notification :1; member
/freebsd-12-stable/sys/netinet/
Dsctp_input.c1411 struct sockaddr *init_src, int *notification,
1428 struct sockaddr *init_src, int *notification, in sctp_process_cookie_existing() argument
1581 *notification = SCTP_NOTIFY_ASSOC_UP; in sctp_process_cookie_existing()
1749 *notification = SCTP_NOTIFY_ASSOC_UP; in sctp_process_cookie_existing()
1805 inp, netp, init_src, notification, in sctp_process_cookie_existing()
1822 *notification = SCTP_NOTIFY_ASSOC_RESTART; in sctp_process_cookie_existing()
2007 struct sockaddr *init_src, int *notification, in sctp_process_cookie_new() argument
2223 *notification = SCTP_NOTIFY_ASSOC_UP; in sctp_process_cookie_new()
2322 int notification = 0; in sctp_handle_cookie_echo() local
2591 netp, to, &notification, in sctp_handle_cookie_echo()
[all …]
Dsctputil.c4057 sctp_ulp_notify(uint32_t notification, struct sctp_tcb *stcb, in sctp_ulp_notify() argument
4072 if ((notification == SCTP_NOTIFY_INTERFACE_DOWN) || in sctp_ulp_notify()
4073 (notification == SCTP_NOTIFY_INTERFACE_UP) || in sctp_ulp_notify()
4074 (notification == SCTP_NOTIFY_INTERFACE_CONFIRMED)) { in sctp_ulp_notify()
4079 switch (notification) { in sctp_ulp_notify()
4227 __func__, notification, notification); in sctp_ulp_notify()
/freebsd-12-stable/contrib/libevent/cmake/
DUseDoxygen.cmake29 set(DOXYGEN_PROJECT_BRIEF "Event notification library")
/freebsd-12-stable/contrib/ntp/sntp/libevent/cmake/
DUseDoxygen.cmake29 set(DOXYGEN_PROJECT_BRIEF "Event notification library")
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dfuture81 // setting the result with deferred notification
110 // setting the result with deferred notification
138 // setting the result with deferred notification
1313 // setting the result with deferred notification
1457 // setting the result with deferred notification
1583 // setting the result with deferred notification
/freebsd-12-stable/sys/dev/mmc/
Dmmcbr_if.m132 # requests are queued. Time passes. The bridge then gets notification
/freebsd-12-stable/usr.sbin/bsnmpd/bsnmpd/
Dsnmpd.config313 # snmpTargetAddrTagList.$(tag) = "test notification"
/freebsd-12-stable/sys/dev/isp/
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-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
Dlinux_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))
2794 void __sanitizer_syscall_pre_impl_mq_notify(long mqdes, long notification);
2796 long notification);
Dnetbsd_syscall_hooks.h1377 #define __sanitizer_syscall_pre_mq_notify(mqdes, notification) \ argument
1379 (long long)(notification))
1380 #define __sanitizer_syscall_post_mq_notify(res, mqdes, notification) \ argument
1382 (long long)(notification))
3885 long long notification);
3887 long long notification);

123