/freebsd/lib/libsys/ |
H A D | mq_notify.2 | 49 .Fn mq_notify "mqd_t mqdes" "const struct sigevent *notification" 51 If the argument notification is not 57 The notification specified by the 58 .Fa notification 61 At any time, only one process may be registered for notification by a 64 registered for notification of message arrival at the specified message 68 .Fa notification 73 .Fa notification->sigev_notify 84 .Fa notification->sigev_signo 88 .Fa notification->sigev_notify_thread_id [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/ |
H A D | zed-functions.sh | 174 # Send a notification via all available methods. 177 # subject: notification subject 178 # pathname: pathname containing the notification message (OPTIONAL) 181 # 0: notification succeeded via at least one method 182 # 1: notification failed 183 # 2: no notification methods configured 224 # Send a notification via email to the address specified by ZED_EMAIL_ADDR. 233 # - @SUBJECT@ is replaced with the notification subject 234 # If @SUBJECT@ was omited here, a "Subject: ..." header will be added to notification 238 # subject: notification subject [all …]
|
H A D | generic-notify.sh | 4 # Send notification in response to a given zevent. 7 # enabled-zedlets directory to have a notification sent when a particular 12 # Only one notification per ZED_NOTIFY_INTERVAL_SECS will be sent for a given 17 # 0: notification sent 18 # 1: notification failed 19 # 2: notification not configured 20 # 3: notification suppressed 25 # Rate-limit the notification based in part on the filename.
|
H A D | data-notify.sh | 4 # Send notification in response to a DATA error. 6 # Only one notification per ZED_NOTIFY_INTERVAL_SECS will be sent for a given 11 # 0: notification sent 12 # 1: notification failed 13 # 2: notification not configured 14 # 3: notification suppressed
|
H A D | resilver_finish-notify.sh | 4 # Send notification in response to a RESILVER_FINISH or SCRUB_FINISH. 11 # 0: notification sent 12 # 1: notification failed 13 # 2: notification not configured 14 # 3: notification suppressed 34 # For scrub, suppress notification if the pool is healthy
|
H A D | scrub_finish-notify.sh | 4 # Send notification in response to a RESILVER_FINISH or SCRUB_FINISH. 11 # 0: notification sent 12 # 1: notification failed 13 # 2: notification not configured 14 # 3: notification suppressed 34 # For scrub, suppress notification if the pool is healthy
|
H A D | zed.rc | 29 # The string @SUBJECT@ will be replaced with the notification subject; 32 # If @SUBJECT@ was omited here, a "Subject: ..." header will be added to notification 47 # Notification verbosity. 48 # If set to 0, suppress notification if the pool is healthy. 49 # If set to 1, send notification regardless of pool health. 69 # Pushbullet channel tag for push notification feeds that can be subscribed to. 87 # This defines the application from which the notification will be sent. 160 # This defines which topic will receive the ntfy notification.
|
H A D | trim_finish-notify.sh | 4 # Send notification in response to a TRIM_FINISH. The event 8 # 0: notification sent 9 # 1: notification failed 10 # 2: notification not configured
|
H A D | statechange-notify.sh | 16 # Send notification in response to a fault induced statechange 22 # 0: notification sent 23 # 1: notification failed 24 # 2: notification not configured
|
/freebsd/usr.bin/biff/ |
H A D | biff.1 | 46 toggle the notification for other terminals than the one 53 Disable notification. 55 Enable header notification. 57 Enable bell notification. 60 When header notification is enabled, the header and first few lines of 70 When bell notification is enabled, only two bell characters 77 displays the present notification status of the terminal to the 83 For synchronous notification use the 97 Notification was enabled at the time of invocation. 99 Notification was disabled at the time of invocation.
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_aka.c | 37 IDENTITY, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE enumerator 45 u16 notification; member 75 case NOTIFICATION: in eap_aka_state_txt() 76 return "NOTIFICATION"; in eap_aka_state_txt() 651 wpa_printf(MSG_DEBUG, "EAP-AKA: Generating Notification"); in eap_aka_build_notification() 654 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification); in eap_aka_build_notification() 655 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification, in eap_aka_build_notification() 696 case NOTIFICATION: in eap_aka_buildReq() 754 case NOTIFICATION: in eap_aka_subtype_ok() 904 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_aka_determine_identity() [all …]
|
H A D | eap_server_sim.c | 34 START, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE enumerator 40 u16 notification; member 60 case NOTIFICATION: in eap_sim_state_txt() 61 return "NOTIFICATION"; in eap_sim_state_txt() 326 wpa_printf(MSG_DEBUG, "EAP-SIM: Generating Notification"); in eap_sim_build_notification() 329 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification); in eap_sim_build_notification() 330 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification, in eap_sim_build_notification() 370 case NOTIFICATION: in eap_sim_buildReq() 425 case NOTIFICATION: in eap_sim_unexpected_subtype() 700 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_sim_process_start() [all …]
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | ntpv4-mib.mib | 22 MODULE-IDENTITY, OBJECT-TYPE , mib-2, Integer32, NOTIFICATION-TYPE, 25 MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP 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. 696 -- Section 5: Notification objects 710 -- SNMP notification definitions 715 ntpEntNotifModeChange NOTIFICATION-TYPE 719 "The notification to be sent when the NTP entity changes mode, [all …]
|
/freebsd/share/man/man3/ |
H A D | sigevent.3 | 31 .Nd "asynchronous event notification" 35 Some operations permit threads to request asynchronous notification of events 39 This structure contains several fields that describe the requested notification: 42 .It Vt int Ta sigev_notify Ta notification method 58 field specifies the notification method used when the event triggers: 61 No notification is sent. 74 The notification function in
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | time-event.h | 84 * @TE_V1_NOTIF_HOST_EVENT_START: request/receive notification on event start 85 * @TE_V1_NOTIF_HOST_EVENT_END:request/receive notification on event end 88 * @TE_V1_NOTIF_HOST_FRAG_START: request/receive notification on frag start 89 * @TE_V1_NOTIF_HOST_FRAG_END:request/receive notification on frag end 94 * A notification (both event and fragment) includes a status indicating weather 96 * notification the status is always success. There is no start/end fragment 97 * notification for monolithic events. 144 * A notification (both event and fragment) includes a status indicating weather 146 * notification the status is always success. There is no start/end fragment 147 * notification fo [all...] |
H A D | offload.h | 16 * @WOWLAN_WAKE_PKT_NOTIFICATION: Notification in &struct iwl_wowlan_wake_pkt_notif 21 * @WOWLAN_INFO_NOTIFICATION: Notification in 28 * @D3_END_NOTIFICATION: End D3 state notification 63 * struct iwl_stored_beacon_notif_v2 - Stored beacon notification 74 * struct iwl_stored_beacon_notif_v3 - Stored beacon notification
|
H A D | cmdhdr.h | 63 * driver, and each response/notification received from uCode. 85 * the response/notification, i.e. when the response/notification 95 * 15 unsolicited RX or uCode-originated notification 104 * driver, and each response/notification received from uCode.
|
/freebsd/contrib/ofed/libibverbs/man/ |
H A D | ibv_get_cq_event.3 | 64 2. Requests for notification upon a new (first) completion event 70 4. Request for notification upon the next completion event 86 /* Request notification before any completion can be created */ 88 fprintf(stderr, "Couldn't request CQ notification\en"); 105 /* Request notification upon the next completion event */ 107 fprintf(stderr, "Couldn't request CQ notification\en");
|
H A D | ibv_req_notify_cq.3 | 6 ibv_req_notify_cq \- request completion notification on a completion queue (CQ) 14 requests a completion notification on the completion queue (CQ) 35 The request for notification is "one shot." Only one completion event
|
/freebsd/contrib/bsnmp/snmp_target/ |
H A D | snmp_target.3 | 43 Notification MIB as defined in RFC 3413. The module is used to manage the 44 internal list of SNMPv3 notification target addresses in 49 to send SNMPv3 Trap-PDUs to the configured notification target addresses. 79 for SNMP notifications it is relevant if the notification is SNMP Inform 175 This column is used to create new notification target entries or delete existing 184 tables from the SNMP-NOTIFICATION-MIB are not supported by the module. 185 Notification filtering is supported via the
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | au_notify.3 | 37 .Nd "audit event notification" 51 audit notification API tracks audit state in a form permitting efficient 64 If audit notification has not already been initialized by calling 71 function initializes audit notification. 75 function cancels audit notification and frees the resources associated with it.
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | notif-wait.h | 22 * struct iwl_notification_wait - notification wait entry 24 * @fn: Function called with the notification. If the function 35 * notification declare it on the stack, and call 41 * Each notification is one-shot. If at some point we
|
/freebsd/sbin/devd/ |
H A D | devd.conf.5 | 72 sends an event notification to userland. 312 Type of notification, see below. 342 Resume notification. 344 Suspend notification. 393 Notification that the CPU core has reached critical temperature. 414 Notification when the default VNET instance of the 477 Notification that a process has crashed and dumped core. 479 Notification that the system has woken from the suspended state. 513 Notification of events from various types of Power Management Units. 614 Notification of a filesystem is mounted for the first time. [all …]
|
/freebsd/contrib/wpa/src/ap/ |
H A D | hs20.c | 110 /* TODO: should refuse to send notification if the STA is not associated in hs20_send_wnm_notification() 111 * or if the STA did not indicate support for WNM-Notification */ in hs20_send_wnm_notification() 117 "WNM-Notification: '%s'", url); in hs20_send_wnm_notification() 161 /* TODO: should refuse to send notification if the STA is not associated in hs20_send_wnm_notification_deauth_req() 162 * or if the STA did not indicate support for WNM-Notification */ in hs20_send_wnm_notification_deauth_req() 204 "HS 2.0: Too long T&C Server URL for WNM-Notification: '%s'", in hs20_send_wnm_notification_t_c()
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | pci_gvt-d-opregion.h | 79 uint32_t sxsw; ///< Offset 0x1B4 Display Switch Notification on Sx 82 uint32_t cnot; ///< Offset 0x1BC Current OS Notification 103 /// OpRegion Mailbox 3 - BIOS/Driver Notification - ASLE Support 145 /// OpRegion Mailbox 5 - BIOS/Driver Notification - Data storage BIOS to Driver 165 mbox3; ///< Mailbox 3: BIOS to Driver Notification (Offset 0x300, 170 mbox5; ///< Mailbox 5: BIOS to Driver Notification Extension (Offset
|