Home
last modified time | relevance | path

Searched refs:notification (Results 1 – 25 of 69) sorted by relevance

123

/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A Dobserver.texi15 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 Dexabgp.eval_all.in60 notification;
83 notification;
H A Dexabgp.as0.test2.in25 notification;
H A Dexabgp.attr.in25 notification;
/openbsd/sbin/isakmpd/
H A DTO-DO8 * 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 DDynamicLoaderMacOSXDYLD.h102 lldb::addr_t notification = LLDB_INVALID_ADDRESS; // Version >= 1 member
113 notification = LLDB_INVALID_ADDRESS; in Clear()
H A DDynamicLoaderMacOSXDYLD.cpp502 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 DVM-MIB.txt1148 "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 DSNMPv2-MIB.txt385 -- 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 Drrdp-r7.out1 test-rrdp: parse failed - non conforming attribute 'xmlns' found in notification elem
/openbsd/usr.sbin/ldpd/
H A DMakefile6 ldpe.c log.c logmsg.c neighbor.c notification.c packet.c parse.y \
/openbsd/usr.sbin/vmd/
H A Dvioscsi.h111 u_int8_t notification; member
/openbsd/regress/usr.sbin/rpki-client/
H A DMakefile.inc111 -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 Dcvs.info-4696 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 Dqcpas.c1329 uint32_t notification; in qcpas_pmic_rtr_recv() local
1348 memcpy(&notification, 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 Dfuture81 // 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__availability145 // <semaphore>, and notification functions on std::atomic.
/openbsd/usr.bin/vi/
H A DREADME32 To ask questions about vi, report vi problems, request notification of
/openbsd/usr.sbin/snmpd/
H A Dmib.y632 notifications : notification
633 | notification ',' notifications
636 notification : descriptor
/openbsd/bin/ksh/
H A DCONTRIBUTORS39 added async job notification, added CDPATH and other cd fixes, misc bug
/openbsd/gnu/llvm/llvm/docs/
H A DSecurity.rst10 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 DSupportPolicy.rst129 notification contained within the sub-community.
/openbsd/gnu/llvm/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1396 #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 Dnetbsd_syscall_hooks.h1377 #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 Dperlsecpolicy.pod371 is ready to release publicly, a pre-release notification
418 The security team will send a follow-up notification to everyone that

123