| /NextBSD/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.
|
| /NextBSD/contrib/wpa/src/eap_server/ |
| HD | eap_server_aka.c | 43 u16 notification; member 597 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification); in eap_aka_build_notification() 598 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification, in eap_aka_build_notification() 724 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_aka_determine_identity() 775 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_aka_determine_identity() 816 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_aka_fullauth() 862 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_aka_process_identity() 874 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_aka_process_identity() 881 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_aka_process_identity() 926 data->notification = in eap_aka_process_challenge() [all …]
|
| HD | eap_server_sim.c | 37 u16 notification; member 294 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification); in eap_sim_build_notification() 295 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification, in eap_sim_build_notification() 559 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_sim_process_start() 575 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_sim_process_challenge() 584 data->notification = EAP_SIM_SUCCESS; in eap_sim_process_challenge() 657 data->notification = EAP_SIM_SUCCESS; in eap_sim_process_reauth() 675 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_sim_process_reauth() 690 if (data->notification == EAP_SIM_SUCCESS && data->use_result_ind) in eap_sim_process_client_error() 703 if (data->notification == EAP_SIM_SUCCESS && data->use_result_ind) in eap_sim_process_notification() [all …]
|
| /NextBSD/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()
|
| /NextBSD/sys/compat/mach/defs/ |
| HD | mach_port.defs | 312 * Requests a notification from the kernel. The request 314 * the notification. If a send-once right was previously 321 * The sync value specifies whether a notification should 323 * depends on the notification: 326 * and the notification gets sent immediately. 329 * possible notification as soon as it is possible to send 331 * notification only after a subsequent failed send 333 * generate a dead-name notification if name is already dead 334 * or becomes dead before a send-possible notification fires. 335 * MACH_NOTIFY_NO_SENDERS: the notification gets sent [all …]
|
| /NextBSD/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 …]
|
| /NextBSD/contrib/wpa/src/eap_peer/ |
| HD | eap_sim.c | 587 u8 id, u16 notification) in eap_sim_response_notification() argument 590 u8 *k_aut = (notification & 0x4000) == 0 ? data->k_aut : NULL; in eap_sim_response_notification() 894 if (attr->notification == -1) { in eap_sim_process_notification() 901 if ((attr->notification & 0x4000) == 0 && in eap_sim_process_notification() 907 eap_sim_report_notification(sm->msg_ctx, attr->notification, 0); in eap_sim_process_notification() 908 if (attr->notification >= 0 && attr->notification < 32768) { in eap_sim_process_notification() 910 } else if (attr->notification == EAP_SIM_SUCCESS && in eap_sim_process_notification() 913 return eap_sim_response_notification(data, id, attr->notification); in eap_sim_process_notification()
|
| HD | eap_aka.c | 702 u8 id, u16 notification) in eap_aka_response_notification() argument 705 u8 *k_aut = (notification & 0x4000) == 0 ? data->k_aut : NULL; in eap_aka_response_notification() 1131 if (attr->notification == -1) { in eap_aka_process_notification() 1138 if ((attr->notification & 0x4000) == 0 && in eap_aka_process_notification() 1144 eap_sim_report_notification(sm->msg_ctx, attr->notification, 1); in eap_aka_process_notification() 1145 if (attr->notification >= 0 && attr->notification < 32768) { in eap_aka_process_notification() 1147 } else if (attr->notification == EAP_SIM_SUCCESS && in eap_aka_process_notification() 1150 return eap_aka_response_notification(data, id, attr->notification); in eap_aka_process_notification()
|
| /NextBSD/contrib/wpa/src/eap_common/ |
| HD | eap_sim_common.c | 505 attr->notification = -1; in eap_sim_parse_attr() 612 attr->notification = apos[0] * 256 + apos[1]; in eap_sim_parse_attr() 614 attr->notification); in eap_sim_parse_attr() 1168 void eap_sim_report_notification(void *msg_ctx, int notification, int aka) in eap_sim_report_notification() argument 1174 switch (notification) { in eap_sim_report_notification() 1198 if (notification >= 32768) { in eap_sim_report_notification() 1201 type, notification); in eap_sim_report_notification() 1205 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 | 329 payloads->notification = pdata; in ikev2_parse_payloads()
|
| /NextBSD/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.
|
| /NextBSD/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
|
| /NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| HD | MIExtensions.txt | 84 # =library-loaded notification 86 The =library-loaded notification has 3 extra fields:
|
| /NextBSD/sys/dev/isci/scil/ |
| HD | intel_sata.h | 178 U32 notification :1; member
|
| /NextBSD/sys/netinet/ |
| HD | sctp_input.c | 1438 struct sockaddr *init_src, int *notification, 1455 struct sockaddr *init_src, int *notification, in sctp_process_cookie_existing() argument 1624 *notification = SCTP_NOTIFY_ASSOC_UP; in sctp_process_cookie_existing() 1790 *notification = SCTP_NOTIFY_ASSOC_UP; in sctp_process_cookie_existing() 1871 inp, netp, init_src, notification, in sctp_process_cookie_existing() 1888 *notification = SCTP_NOTIFY_ASSOC_RESTART; in sctp_process_cookie_existing() 2029 struct sockaddr *init_src, int *notification, in sctp_process_cookie_new() argument 2304 *notification = SCTP_NOTIFY_ASSOC_UP; in sctp_process_cookie_new() 2419 int notification = 0; in sctp_handle_cookie_echo() local 2669 netp, to, ¬ification, in sctp_handle_cookie_echo() [all …]
|
| HD | sctputil.c | 3606 sctp_ulp_notify(uint32_t notification, struct sctp_tcb *stcb, in sctp_ulp_notify() argument 3625 if ((notification == SCTP_NOTIFY_INTERFACE_DOWN) || in sctp_ulp_notify() 3626 (notification == SCTP_NOTIFY_INTERFACE_UP) || in sctp_ulp_notify() 3627 (notification == SCTP_NOTIFY_INTERFACE_CONFIRMED)) { in sctp_ulp_notify() 3632 switch (notification) { in sctp_ulp_notify() 3780 __func__, notification, notification); in sctp_ulp_notify()
|
| /NextBSD/sys/dev/mmc/ |
| HD | mmcbr_if.m | 78 # requests are queued. Time passes. The bridge then gets notification
|
| /NextBSD/etc/ |
| HD | snmpd.config | 249 # snmpTargetAddrTagList.$(tag) = "test notification"
|
| /NextBSD/contrib/libc++/include/ |
| D | future | 82 // setting the result with deferred notification 111 // setting the result with deferred notification 139 // setting the result with deferred notification 1404 // setting the result with deferred notification 1581 // setting the result with deferred notification 1725 // setting the result with deferred notification
|
| /NextBSD/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
|
| /NextBSD/contrib/compiler-rt/include/sanitizer/ |
| HD | linux_syscall_hooks.h | 1388 #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)) 2786 void __sanitizer_syscall_pre_impl_mq_notify(long mqdes, long notification); 2788 long notification);
|
| /NextBSD/contrib/ofed/libibverbs/fixes/ |
| HD | XRC_man_pages.patch | 196 +uint8_t en_sqd_async_notify; /* Enable SQD.drained async notification (Valid on… 461 +uint8_t en_sqd_async_notify; /* Enable SQD.drained async notification - irrelevant…
|