| /freebsd-11-stable/contrib/gdb/gdb/doc/ |
| HD | observer.texi | 15 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/ |
| HD | eap_server_aka.c | 44 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 …]
|
| HD | eap_server_sim.c | 38 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/ |
| HD | nscachedcli.c | 460 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, ¬ification, 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, ¬ification, sizeof(int)); in __close_cached_mp_write_session()
|
| /freebsd-11-stable/contrib/ntp/ntpsnmpd/ |
| HD | ntpv4-mib.mib | 664 "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/ |
| HD | eap_sim.c | 605 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()
|
| HD | eap_aka.c | 729 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/ |
| HD | eap_sim_common.c | 503 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()
|
| HD | eap_sim_common.h | 196 int notification, counter, selected_version, client_error_code; member 228 void eap_sim_report_notification(void *msg_ctx, int notification, int aka);
|
| HD | ikev2_common.h | 313 const u8 *notification; member
|
| HD | ikev2_common.c | 328 payloads->notification = pdata; in ikev2_parse_payloads()
|
| /freebsd-11-stable/contrib/ntp/sntp/libevent/ |
| HD | libevent.pc.in | 9 Description: libevent is an asynchronous notification event loop library
|
| HD | whatsnew-2.0.txt | 300 3.2. Improved notification on Linux 311 notification.
|
| /freebsd-11-stable/crypto/openssl/doc/crypto/ |
| HD | X509_STORE_CTX_get_error.pod | 198 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/ |
| HD | intel_sata.h | 178 U32 notification :1; member
|
| /freebsd-11-stable/sys/netinet/ |
| HD | sctp_input.c | 1499 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, ¬ification, in sctp_handle_cookie_echo() [all …]
|
| HD | sctputil.c | 3748 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/ |
| HD | mmcbr_if.m | 132 # requests are queued. Time passes. The bridge then gets notification
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/include/ |
| HD | future | 81 // 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/ |
| HD | snmpd.config | 301 # snmpTargetAddrTagList.$(tag) = "test notification"
|
| /freebsd-11-stable/sys/dev/isp/ |
| HD | DriverManual.txt | 146 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/ |
| HD | linux_syscall_hooks.h | 1387 #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);
|
| HD | netbsd_syscall_hooks.h | 1350 #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/ |
| HD | user.subr | 641 # display [X]dialog notification to show activity) 773 # display [X]dialog notification to show activity)
|
| /freebsd-11-stable/contrib/wpa/hostapd/ |
| HD | README-WPS | 141 addition, hostapd control interface event is sent as a notification of
|