Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 25 of 199) sorted by relevance

12345678

/openbsd/sys/dev/pci/drm/amd/display/dmub/src/
H A Ddmub_srv_stat.c47 struct dmub_notification *notify) in dmub_srv_stat_get_notification() argument
58 notify->pending_notification = false; in dmub_srv_stat_get_notification()
67 notify->pending_notification = false; in dmub_srv_stat_get_notification()
76 dmub_memcpy((void *)&notify->aux_reply, in dmub_srv_stat_get_notification()
81 notify->type = DMUB_NOTIFICATION_HPD; in dmub_srv_stat_get_notification()
88 notify->result = AUX_RET_SUCCESS; in dmub_srv_stat_get_notification()
107 notify->result = DPIA_BW_REQ_FAILED; in dmub_srv_stat_get_notification()
109 notify->result = DPIA_BW_REQ_SUCCESS; in dmub_srv_stat_get_notification()
111 notify->result = DPIA_EST_BW_CHANGED; in dmub_srv_stat_get_notification()
130 notify->pending_notification = false; in dmub_srv_stat_get_notification()
[all …]
/openbsd/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() argument
58 status = dmub_srv_stat_get_notification(dmub, notify); in dc_stat_get_dmub_notification()
62 if (notify->type == DMUB_NOTIFICATION_HPD || in dc_stat_get_dmub_notification()
63 notify->type == DMUB_NOTIFICATION_HPD_IRQ || in dc_stat_get_dmub_notification()
64 notify->type == DMUB_NOTIFICATION_DPIA_NOTIFICATION || in dc_stat_get_dmub_notification()
65 notify->type == DMUB_NOTIFICATION_SET_CONFIG_REPLY) { in dc_stat_get_dmub_notification()
66 notify->link_index = in dc_stat_get_dmub_notification()
67 get_link_index_from_dpia_port_index(dc, notify->link_index); in dc_stat_get_dmub_notification()
/openbsd/usr.sbin/vmd/
H A Dcontrol.c129 if (notify->ctl_vmid < 1) in control_dispatch_vmd()
130 notify->ctl_vmid = vmr.vmr_id; in control_dispatch_vmd()
141 if (notify) { in control_dispatch_vmd()
143 free(notify); in control_dispatch_vmd()
160 free(notify); in control_dispatch_vmd()
352 if (notify->ctl_fd == fd) { in control_close()
354 free(notify); in control_close()
380 struct ctl_notify *notify; in control_dispatch_imsg() local
474 if (notify == NULL) in control_dispatch_imsg()
476 notify->ctl_vmid = vid.vid_id; in control_dispatch_imsg()
[all …]
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DPathMappingList.h37 void Append(llvm::StringRef path, llvm::StringRef replacement, bool notify);
39 void Append(const PathMappingList &rhs, bool notify);
44 bool notify);
46 void Clear(bool notify);
61 uint32_t insert_idx, bool notify);
63 bool Remove(size_t index, bool notify);
65 bool Remove(ConstString path, bool notify);
67 bool Replace(llvm::StringRef path, llvm::StringRef replacement, bool notify);
70 uint32_t index, bool notify);
H A DThreadList.h74 bool SetSelectedThreadByID(lldb::tid_t tid, bool notify = false);
76 bool SetSelectedThreadByIndexID(uint32_t index_id, bool notify = false);
/openbsd/gnu/llvm/lldb/source/Target/
H A DPathMappingList.cpp62 bool notify) { in Append() argument
65 if (notify && m_callback) in Append()
75 if (notify && m_callback) in Append()
89 Append(path, replacement, notify); in AppendUnique()
103 if (notify && m_callback) in Insert()
113 if (notify && m_callback) in Replace()
125 if (notify && m_callback) in Remove()
158 void PathMappingList::Clear(bool notify) { in Clear() argument
162 if (notify && m_callback) in Clear()
259 if (notify && m_callback) in Replace()
[all …]
/openbsd/sys/dev/acpi/
H A Dacpisony.c133 acpisony_notify(struct aml_node *node, int notify, void *arg) in acpisony_notify() argument
138 if (notify == SONY_NOTIFY_FN_KEY) { in acpisony_notify()
139 notify -= 0x90; in acpisony_notify()
140 DPRINTF(("notify = %X", notify)); in acpisony_notify()
142 if (notify == acpisony_find_offset(sc, 0x100)) { in acpisony_notify()
146 if (notify == acpisony_find_offset(sc, 0x127)) { in acpisony_notify()
157 notify = val & 0xff; in acpisony_notify()
159 DPRINTF(("Treat %X events, notify %X\n", key, notify)); in acpisony_notify()
161 DPRINTF(("rfkill update, notify %X\n", notify)); in acpisony_notify()
164 switch (notify) { in acpisony_notify()
[all …]
H A Dacpiasus.c147 acpiasus_notify(struct aml_node *node, int notify, void *arg) in acpiasus_notify() argument
151 if (notify >= ASUS_NOTIFY_BRIGHTNESSLOW && in acpiasus_notify()
152 notify <= ASUS_NOTIFY_BRIGHTNESSHIGH) { in acpiasus_notify()
155 (notify & 0xf) * 100 / 0xf); in acpiasus_notify()
160 switch (notify) { in acpiasus_notify()
201 printf("%s: unknown event 0x%02x\n", DEVNAME(sc), notify); in acpiasus_notify()
H A Dacpivideo.c105 acpivideo_notify(struct aml_node *node, int notify, void *arg) in acpivideo_notify() argument
109 switch (notify) { in acpivideo_notify()
115 DPRINTF(("%s: event 0x%02x\n", DEVNAME(sc), notify)); in acpivideo_notify()
118 printf("%s: unknown event 0x%02x\n", DEVNAME(sc), notify); in acpivideo_notify()
H A Dacpivout.c129 acpivout_notify(struct aml_node *node, int notify, void *arg) in acpivout_notify() argument
133 switch (notify) { in acpivout_notify()
150 printf("%s: unknown event 0x%02x\n", DEVNAME(sc), notify); in acpivout_notify()
/openbsd/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() argument
115 observer_list->observer->notify = notify; in generic_observer_attach()
162 (*current_node->observer->notify) (current_node->observer->data, args); in generic_observer_notify()
/openbsd/gnu/usr.bin/perl/
H A Dinstall_lib.pl64 or warn "Couldn't unlink $name: $!\n" ) unless $opts{notify};
86 unless $opts{notify};
95 unless ($opts{notify} or File::Copy::copy($from, $to) and ++$success) {
115 unless $opts{notify};
125 unless $opts{notify};
160 mode=>0777, verbose=>$opts{verbose}}) unless $opts{notify};
214 unless $opts{notify};
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointList.cpp30 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { in Add() argument
38 if (notify) in Add()
44 bool BreakpointList::Remove(break_id_t break_id, bool notify) { in Remove() argument
54 if (notify) in Remove()
81 void BreakpointList::RemoveAll(bool notify) { in RemoveAll() argument
85 if (notify) { in RemoveAll()
93 void BreakpointList::RemoveAllowed(bool notify) { in RemoveAllowed() argument
99 if (notify) in RemoveAllowed()
H A DWatchpointList.cpp20 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { in Add() argument
24 if (notify) { in Add()
167 bool WatchpointList::Remove(lldb::watch_id_t watch_id, bool notify) { in Remove() argument
172 if (notify) { in Remove()
228 void WatchpointList::RemoveAll(bool notify) { in RemoveAll() argument
230 if (notify) { in RemoveAll()
H A DWatchpoint.cpp241 void Watchpoint::SetEnabled(bool enabled, bool notify) { in SetEnabled() argument
254 if (notify && !m_is_ephemeral && changed) in SetEnabled()
259 void Watchpoint::SetWatchpointType(uint32_t type, bool notify) { in SetWatchpointType() argument
264 if (notify && in SetWatchpointType()
/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h38 lldb::break_id_t Add(lldb::BreakpointSP &bp_sp, bool notify);
91 bool Remove(lldb::break_id_t breakID, bool notify);
113 void RemoveAll(bool notify);
118 void RemoveAllowed(bool notify);
H A DWatchpointList.h53 lldb::watch_id_t Add(const lldb::WatchpointSP &wp_sp, bool notify);
141 bool Remove(lldb::watch_id_t watchID, bool notify);
185 void RemoveAll(bool notify);
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dthread-db.c178 td_notify_t notify; in thread_db_enable_reporting() local
200 err = td_ta_event_addr (thread_agent, TD_CREATE, &notify); in thread_db_enable_reporting()
207 set_breakpoint_at ((CORE_ADDR) (unsigned long) notify.u.bptaddr, in thread_db_enable_reporting()
215 err = td_ta_event_addr (thread_agent, TD_DEATH, &notify); in thread_db_enable_reporting()
222 set_breakpoint_at ((CORE_ADDR) (unsigned long) notify.u.bptaddr, in thread_db_enable_reporting()
/openbsd/usr.bin/skeyaudit/
H A Dskeyaudit.c38 void notify(struct passwd *, int, int);
133 notify(pw, left, iflag); in main()
159 notify(pw, left, iflag); in main()
166 notify(struct passwd *pw, int seq, int interactive) in notify() function
/openbsd/gnu/llvm/lldb/source/API/
H A DSBWatchpoint.cpp147 const bool notify = true; in SetEnabled() local
150 process_sp->EnableWatchpoint(watchpoint_sp.get(), notify); in SetEnabled()
152 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify); in SetEnabled()
154 watchpoint_sp->SetEnabled(enabled, notify); in SetEnabled()
/openbsd/usr.sbin/rpki-client/
H A Dcert.c509 char *carepo = NULL, *rpkimft = NULL, *notify = NULL; in sbgp_sia() local
512 assert(cert->repo == NULL && cert->mft == NULL && cert->notify == NULL); in sbgp_sia()
563 ad->location, &notify)) in sbgp_sia()
565 if (strncasecmp(notify, HTTPS_PROTO, in sbgp_sia()
568 fn, cert->notify); in sbgp_sia()
569 free(notify); in sbgp_sia()
572 if (cert->notify != NULL) { in sbgp_sia()
575 free(notify); in sbgp_sia()
578 cert->notify = notify; in sbgp_sia()
[all...]
H A Drrdp.c183 rrdp_new(unsigned int id, char *local, char *notify, struct rrdp_session *state) in rrdp_new() argument
193 s->notifyuri = notify; in rrdp_new()
203 notify); in rrdp_new()
407 char *local, *notify, *last_mod; in rrdp_input_handler() local
427 io_read_str(b, &notify); in rrdp_input_handler()
429 rrdp_new(id, local, notify, state); in rrdp_input_handler()
/openbsd/sys/netinet/
H A Dtcp_subr.c606 void (*notify)(struct inpcb *, int) = tcp_notify; in tcp6_ctlinput() local
636 notify = in_rtchange, d = NULL; in tcp6_ctlinput()
695 notify(inp, inet6ctlerrmap[cmd]); in tcp6_ctlinput()
704 sa6_src, 0, rdomain, cmd, NULL, notify); in tcp6_ctlinput()
719 void (*notify)(struct inpcb *, int) = tcp_notify; in tcp_ctlinput() local
738 notify = in_rtchange, ip = 0; in tcp_ctlinput()
801 notify = tcp_mtudisc, ip = 0; in tcp_ctlinput()
803 notify = tcp_mtudisc_increase, ip = 0; in tcp_ctlinput()
819 notify(inp, errno); in tcp_ctlinput()
834 in_pcbnotifyall(&tcbtable, satosin(sa), rdomain, errno, notify); in tcp_ctlinput()
/openbsd/games/monop/
H A Dmorg.c98 notify(); in mortgage()
207 notify(); in force_morg()
/openbsd/sbin/isakmpd/
H A Ddpd.c148 u_int16_t notify = GET_ISAKMP_NOTIFY_MSG_TYPE(p->p); in dpd_handle_notify() local
157 constant_name(isakmp_notify_cst, notify), p_seq)); in dpd_handle_notify()
159 switch (notify) { in dpd_handle_notify()

12345678