Searched refs:notification (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.h13 // solib loaded/unloaded notification function we put a breakpoint on gives us
102 lldb::addr_t notification = LLDB_INVALID_ADDRESS; // Version >= 1 member in struct:DynamicLoaderMacOSXDYLD::DYLDAllImageInfos
113 notification = LLDB_INVALID_ADDRESS;
H A DDynamicLoaderMacOSXDYLD.cpp319 // Static callback function that gets called when our DYLD notification
327 // DYLD passes three arguments to the notification breakpoint.
446 addr_size + // notification
502 m_dyld_all_image_infos.notification = data.GetAddress(&offset);
524 // dyld and the notification address need to be adjusted.
531 m_dyld_all_image_infos.notification -
535 m_dyld_all_image_infos.notification =
1003 (uint64_t)m_dyld_all_image_infos.notification);
1017 if (m_dyld_all_image_infos.notification != LLDB_INVALID_ADDRESS) {
1019 // Set the notification breakpoin
[all...]
/openbsd-current/usr.sbin/ldpd/
H A DMakefile6 ldpe.c log.c logmsg.c neighbor.c notification.c packet.c parse.y \
/openbsd-current/usr.sbin/vmd/
H A Dvioscsi.h111 u_int8_t notification; member in struct:scsi_gesn_event_header
H A Dvioscsi.c1452 /* set event header length and notification */
1454 gesn_event_header->notification = GESN_NOTIFY_POWER_MGMT;
/openbsd-current/regress/usr.sbin/rpki-client/
H A DMakefile.inc107 -n < ${.CURDIR}/../rrdp/notification.xml 2>&1 | tee rrdp-r1.out
111 -n < ${.CURDIR}/../rrdp/notification.xml 2>&1 | tee rrdp-r2.out
/openbsd-current/sys/dev/fdt/
H A Dqcpas.c1178 uint32_t notification; local
1194 printf("%s: invalid battgmr notification\n",
1198 memcpy(&notification, buf + sizeof(hdr),
1200 switch (notification) {
1209 printf("%s: unknown battmgr notification"
1210 " 0x%02x\n", __func__, notification);
/openbsd-current/usr.sbin/snmpd/
H A Dmib.y632 notifications : notification
633 | notification ',' notifications
636 notification : descriptor label
/openbsd-current/gnu/llvm/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1396 #define __sanitizer_syscall_pre_mq_notify(mqdes, notification) \
1397 __sanitizer_syscall_pre_impl_mq_notify((long)(mqdes), (long)(notification))
1398 #define __sanitizer_syscall_post_mq_notify(res, mqdes, notification) \
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) \
1379 (long long)(notification))
1380 #define __sanitizer_syscall_post_mq_notify(res, mqdes, notification) \
1382 (long long)(notification))
3885 long long notification);
3887 long long notification);
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DInterceptResult.pm586 It returns a new list of notification messages (strings).
/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Dhandlers.c1469 static int handle_g2v_notification(struct intel_vgpu *vgpu, int notification) argument
1477 switch (notification) {
1492 gvt_vgpu_err("Invalid PV notification %d\n", notification);
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.pm2060 destroys it. Two notification messages, WM_MSGBOXINIT and WM_MSGBOXDISMISS,

Completed in 310 milliseconds