Home
last modified time | relevance | path

Searched defs:notify (Results 1 – 25 of 72) sorted by relevance

123

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPathMappingList.cpp62 bool notify) { in Append()
69 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append()
81 llvm::StringRef replacement, bool notify) { in AppendUnique()
94 uint32_t index, bool notify) { in Insert()
108 uint32_t index, bool notify) { in Replace()
118 bool PathMappingList::Remove(size_t index, bool notify) { in Remove()
158 void PathMappingList::Clear(bool notify) { in Clear()
254 bool notify) { in Replace()
266 bool PathMappingList::Remove(ConstString path, bool notify) { in Remove()
H A DThreadList.cpp696 bool ThreadList::SetSelectedThreadByID(lldb::tid_t tid, bool notify) { in SetSelectedThreadByID()
711 bool ThreadList::SetSelectedThreadByIndexID(uint32_t index_id, bool notify) { in SetSelectedThreadByIndexID()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointList.cpp30 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { in Add()
44 bool BreakpointList::Remove(break_id_t break_id, bool notify) { in Remove()
81 void BreakpointList::RemoveAll(bool notify) { in RemoveAll()
93 void BreakpointList::RemoveAllowed(bool notify) { in RemoveAllowed()
H A DWatchpointList.cpp20 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { in Add()
167 bool WatchpointList::Remove(lldb::watch_id_t watch_id, bool notify) { in Remove()
228 void WatchpointList::RemoveAll(bool notify) { in RemoveAll()
H A DWatchpoint.cpp241 void Watchpoint::SetEnabled(bool enabled, bool notify) { in SetEnabled()
259 void Watchpoint::SetWatchpointType(uint32_t type, bool notify) { in SetWatchpointType()
/openbsd-src/usr.sbin/vmd/
H A Dcontrol.c88 struct ctl_notify *notify = NULL, *notify_next; control_dispatch_vmd() local
341 struct ctl_notify *notify, *notify_next; control_close() local
380 struct ctl_notify *notify; control_dispatch_imsg() local
[all...]
H A Dvionet.c384 int notify = 0; vionet_rx() local
718 int notify = 0; vionet_tx() local
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dobserver.c68 generic_observer_notification_ftype *notify; member
109 generic_observer_notification_ftype * notify, in generic_observer_attach()
H A Dgnu-nat.c1713 do_mach_notify_dead_name (mach_port_t notify, mach_port_t dead_port) in do_mach_notify_dead_name()
1761 do_mach_notify_no_senders (mach_port_t notify, mach_port_mscount_t count) in do_mach_notify_no_senders()
1767 do_mach_notify_port_deleted (mach_port_t notify, mach_port_t name) in do_mach_notify_port_deleted()
1773 do_mach_notify_msg_accepted (mach_port_t notify, mach_port_t name) in do_mach_notify_msg_accepted()
1779 do_mach_notify_port_destroyed (mach_port_t notify, mach_port_t name) in do_mach_notify_port_destroyed()
1785 do_mach_notify_send_once (mach_port_t notify) in do_mach_notify_send_once()
/openbsd-src/sys/dev/pci/drm/amd/display/dmub/src/
H A Ddmub_srv_stat.c47 struct dmub_notification *notify) in dmub_srv_stat_get_notification()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_stat.c48 void dc_stat_get_dmub_notification(const struct dc *dc, struct dmub_notification *notify) in dc_stat_get_dmub_notification()
/openbsd-src/usr.bin/skeyaudit/
H A Dskeyaudit.c166 notify(struct passwd *pw, int seq, int interactive) in notify() function
/openbsd-src/games/monop/
H A Dmisc.c58 notify(void) in notify() function
/openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dthread-db.c178 td_notify_t notify; in thread_db_enable_reporting() local
/openbsd-src/usr.sbin/rpki-client/
H A Drrdp.c183 rrdp_new(unsigned int id, char *local, char *notify, struct rrdp_session *state) in rrdp_new() argument
407 char *local, *notify, *last_mod; rrdp_input_handler() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp257 const bool notify = true; in LoadBinariesViaMetadata() local
316 const bool notify = true; in LoadBinariesViaMetadata() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp810 const bool notify = false; in GetSharedModuleKernel() local
843 const bool notify = false; in GetSharedModuleKernel() local
948 bool notify) { in LoadPlatformBinaryAndSetup()
/openbsd-src/sys/dev/acpi/
H A Dacpivideo.c105 acpivideo_notify(struct aml_node *node, int notify, void *arg) in acpivideo_notify()
H A Dacpiasus.c147 acpiasus_notify(struct aml_node *node, int notify, void *arg) in acpiasus_notify()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp174 const bool notify = false; in UpdateSymlinkMappings() local
229 void ModuleList::Append(const ModuleSP &module_sp, bool notify) { in Append()
262 bool ModuleList::AppendIfNeeded(const ModuleSP &new_module, bool notify) { in AppendIfNeeded()
316 bool ModuleList::Remove(const ModuleSP &module_sp, bool notify) { in Remove()
/openbsd-src/sys/netinet/
H A Dudp_usrreq.c735 void (*notify)(struct inpcb *, int) = udp_notify; udp6_ctlinput() local
879 void (*notify)(struct inpcb *, int) = udp_notify; udp_ctlinput() local
H A Dtcp_subr.c606 void (*notify)(struct inpcb *, int) = tcp_notify; in tcp6_ctlinput() local
719 void (*notify)(struct inpcb *, int) = tcp_notify; in tcp_ctlinput() local
[all...]
/openbsd-src/usr.sbin/mrouted/
H A Drsrr.c441 rsrr_cache_send(struct gtable *gt, int notify) in rsrr_cache_send()
/openbsd-src/libexec/comsat/
H A Dcomsat.c245 notify(struct utmp *utp, off_t offset) in notify() function
/openbsd-src/sbin/isakmpd/
H A Ddpd.c148 u_int16_t notify = GET_ISAKMP_NOTIFY_MSG_TYPE(p->p); in dpd_handle_notify() local

123