/openbsd/gnu/usr.bin/binutils/gdb/doc/ |
H A D | 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. 45 @cindex notification about inferior execution stop 52 Note that the @code{normal_stop} notification is not emitted when 55 commands list, the commands are executed after the notification 71 Send a notification to all @var{event} observers.
|
/openbsd/regress/usr.sbin/bgpd/integrationtests/ |
H A D | exabgp.eval_all.in | 60 notification; 83 notification;
|
H A D | exabgp.as0.test2.in | 25 notification;
|
H A D | exabgp.attr.in | 25 notification;
|
/openbsd/sbin/isakmpd/ |
H A D | TO-DO | 8 * Implement the local policy governing logging and notification of exceptional 93 * INITIAL CONTACT notification sending when appropriate. [done] 95 * INITIAL CONTACT notification handling. [done] 108 * Acknowledged notification exchange.
|
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderMacOSXDYLD.h | 102 lldb::addr_t notification = LLDB_INVALID_ADDRESS; // Version >= 1 member 113 notification = LLDB_INVALID_ADDRESS; in Clear()
|
H A D | DynamicLoaderMacOSXDYLD.cpp | 502 m_dyld_all_image_infos.notification = data.GetAddress(&offset); in ReadAllImageInfosStructure() 531 m_dyld_all_image_infos.notification - in ReadAllImageInfosStructure() 535 m_dyld_all_image_infos.notification = in ReadAllImageInfosStructure() 1003 (uint64_t)m_dyld_all_image_infos.notification); in PutToLog() 1017 if (m_dyld_all_image_infos.notification != LLDB_INVALID_ADDRESS) { in SetNotificationBreakpoint() 1023 m_dyld_all_image_infos.notification, so_addr); in SetNotificationBreakpoint() 1031 m_dyld_all_image_infos.notification, so_addr); in SetNotificationBreakpoint()
|
/openbsd/share/snmp/ |
H A D | VM-MIB.txt | 1148 "Indicates if the notification generator will send 1159 "Indicates if the notification generator will send 1183 "This notification is generated when the operational 1197 "This notification is generated when the operational 1211 "This notification is generated when the operational 1225 "This notification is generated when the operational 1239 "This notification is generated when the operational 1253 "This notification is generated when the operational 1267 "This notification is generated when the operational 1281 "This notification is generated when the operational [all …]
|
H A D | SNMPv2-MIB.txt | 385 -- supporting a notification originator application, 395 "The authoritative identification of the notification 425 supporting a notification originator application, is 434 supporting a notification originator application, 454 -- Note the egpNeighborLoss notification is defined 596 "An additional notification for an SNMP entity supporting 606 which support notification originator applications."
|
/openbsd/regress/usr.sbin/rpki-client/rrdp/ |
H A D | rrdp-r7.out | 1 test-rrdp: parse failed - non conforming attribute 'xmlns' found in notification elem
|
/openbsd/usr.sbin/ldpd/ |
H A D | Makefile | 6 ldpe.c log.c logmsg.c neighbor.c notification.c packet.c parse.y \
|
/openbsd/usr.sbin/vmd/ |
H A D | vioscsi.h | 111 u_int8_t notification; member
|
/openbsd/regress/usr.sbin/rpki-client/ |
H A D | Makefile.inc | 111 -n < ${.CURDIR}/../rrdp/notification.xml 2>&1 | tee rrdp-r1.out 115 -n < ${.CURDIR}/../rrdp/notification.xml 2>&1 | tee rrdp-r2.out
|
/openbsd/gnu/usr.bin/cvs/doc/ |
H A D | cvs.info-4 | 696 to set notification policies on a per-directory basis. The 724 Add the current user to the list of people to receive notification 757 Remove a notification request established using `cvs watch add'; 762 When the conditions exist for notification, CVS calls the `notify' 769 information regarding the notification will be supplied to the command 773 ALL mail %s -s "CVS notification" 780 this easy, CVS allows you to associate a notification address for each 788 which triggers notification matches the user name of the person getting 810 notification for any of FILES. 831 FILES read-only for which users have requested notification using [all …]
|
/openbsd/sys/dev/fdt/ |
H A D | qcpas.c | 1329 uint32_t notification; in qcpas_pmic_rtr_recv() local 1348 memcpy(¬ification, buf + sizeof(hdr), in qcpas_pmic_rtr_recv() 1350 switch (notification) { in qcpas_pmic_rtr_recv() 1360 " 0x%02x\n", __func__, notification); in qcpas_pmic_rtr_recv()
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | future | 81 // setting the result with deferred notification 110 // setting the result with deferred notification 138 // setting the result with deferred notification 1320 // setting the result with deferred notification 1464 // setting the result with deferred notification 1590 // setting the result with deferred notification
|
H A D | __availability | 145 // <semaphore>, and notification functions on std::atomic.
|
/openbsd/usr.bin/vi/ |
H A D | README | 32 To ask questions about vi, report vi problems, request notification of
|
/openbsd/usr.sbin/snmpd/ |
H A D | mib.y | 632 notifications : notification 633 | notification ',' notifications 636 notification : descriptor
|
/openbsd/bin/ksh/ |
H A D | CONTRIBUTORS | 39 added async job notification, added CDPATH and other cd fixes, misc bug
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | Security.rst | 10 4. Ensure timely notification and release to vendors who package and distribute LLVM-based toolchai… 11 5. Ensure timely notification to users of LLVM-based toolchains whose compiled code is security-sen…
|
H A D | SupportPolicy.rst | 129 notification contained within the sub-community.
|
/openbsd/gnu/llvm/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1396 #define __sanitizer_syscall_pre_mq_notify(mqdes, notification) \ argument 1397 __sanitizer_syscall_pre_impl_mq_notify((long)(mqdes), (long)(notification)) 1398 #define __sanitizer_syscall_post_mq_notify(res, mqdes, notification) \ argument 1400 (long)(notification)) 2808 void __sanitizer_syscall_pre_impl_mq_notify(long mqdes, long notification); 2810 long notification);
|
H A D | netbsd_syscall_hooks.h | 1377 #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);
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlsecpolicy.pod | 371 is ready to release publicly, a pre-release notification 418 The security team will send a follow-up notification to everyone that
|