Searched refs:NOTIFY (Results 1 – 16 of 16) sorted by relevance
/freebsd/sbin/devd/ |
H A D | parse.y | 50 %token ATTACH DETACH NOMATCH NOTIFY MEDIA_TYPE CLASS SUBDEVICE 120 : NOTIFY NUMBER BEGINBLOCK match_or_action_list ENDBLOCK SEMICOLON 122 | NOTIFY NUMBER BEGINBLOCK ENDBLOCK SEMICOLON
|
/freebsd/lib/libdevdctl/tests/ |
H A D | libdevdctl_unittest.cc | 76 { Event::NOTIFY, "DEVFS", &DevfsEvent::Builder }, 77 { Event::NOTIFY, "GEOM", &GeomEvent::Builder }
|
/freebsd/cddl/usr.sbin/zfsd/ |
H A D | zfsd.cc | 100 { Event::NOTIFY, "GEOM", &GeomEvent::Builder }, 101 { Event::NOTIFY, "ZFS", &ZfsEvent::Builder }
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | ikev2.c | 388 data->state = NOTIFY; in ikev2_process_kei() 576 data->state = NOTIFY; in ikev2_process_auth_secret() 715 case NOTIFY: in ikev2_validate_rx_state() 800 if (data->state == NOTIFY) in ikev2_responder_process() 811 if (data->state == NOTIFY) in ikev2_responder_process() 1235 case NOTIFY: in ikev2_responder_build()
|
H A D | ikev2.h | 24 enum { SA_INIT, SA_AUTH, CHILD_SA, NOTIFY, IKEV2_DONE, IKEV2_FAILED } enumerator
|
/freebsd/lib/libdevdctl/ |
H A D | event.cc | 84 { Event::NOTIFY, "Notify" }, 376 case NOTIFY: in ParseEventString()
|
H A D | event.h | 76 NOTIFY = '!', enumerator
|
/freebsd/contrib/sendmail/src/ |
H A D | helpfile | 97 dsn RCPT To:<recipient> [ NOTIFY={NEVER,SUCCESS,FAILURE,DELAY} ] 103 dsn NOTIFY When to send a DSN. Multiple options are OK, comma-
|
/freebsd/contrib/unbound/doc/ |
H A D | FEATURES | 31 RFC 1995, 1996, 2136: not authoritative, so no AXFR, IXFR, NOTIFY or
|
H A D | TODO | 41 o listen to NOTIFY messages for zones and flush the cache for that zone
|
H A D | Changelog | 1495 - Note in the unbound.conf text that NOTIFY is allowed from the url:
|
/freebsd/cddl/usr.sbin/zfsd/tests/ |
H A D | zfsd_unittest.cc | 110 { Event::NOTIFY, "ZFS", &MockZfsEvent::MockZfsEventBuilder }
|
/freebsd/sys/dev/mpr/mpi/ |
H A D | mpi2_history.txt | 517 * 02-23-11 02.00.17 Added SAS NOTIFY Primitive event, and added
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | cma.c | 1671 CMA_INIT_CMD(&cmd, sizeof cmd, NOTIFY); in rdma_notify()
|
/freebsd/contrib/ldns/ |
H A D | Changelog | 915 * added ldns-notify to send NOTIFY packets
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 3855 Don't issue DSNs for addresses which use the NOTIFY parameter (per 7245 In some cases, NOTIFY=NEVER was not being honored. Problem noted 7479 actually local delivery, and NOTIFY=SUCCESS is specified in 7638 DSN NOTIFY parameters were not properly propagated across queue runs; 7639 this caused the NOTIFY info to sometimes be lost. Problem 7681 (equivalent to NOTIFY=notify on the RCPT command). Note 7991 notifications to be sent even if NOTIFY=NEVER had been
|