Home
last modified time | relevance | path

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

12345678

/freebsd/sys/dev/isp/
H A Disp_target.c311 isp_notify_t notify; in isp_target_async() local
314 notify.nt_hba = isp; in isp_target_async()
315 notify.nt_wwn = INI_ANY; in isp_target_async()
319 notify.nt_tgt = TGT_ANY; in isp_target_async()
354 isp_notify_t notify; in isp_got_tmf_24xx() local
362 notify.nt_hba = isp; in isp_got_tmf_24xx()
388 notify.nt_sid = sid; in isp_got_tmf_24xx()
389 notify.nt_did = did; in isp_got_tmf_24xx()
529 isp_notify_t notify, *nt = &notify; in isp_handle_abts() local
725 isp_notify_t notify; in isp_handle_notify_24xx() local
[all …]
H A Disp_freebsd.c1794 notify->nt_sid, (unsigned long long) notify->nt_tagval, notify->nt_channel, notify->nt_lun); in isp_handle_platform_target_tmf()
1795 if (notify->nt_lun == LUN_ANY) { in isp_handle_platform_target_tmf()
1804 lun = notify->nt_lun; in isp_handle_platform_target_tmf()
1822 if (isp_find_pdb_by_portid(isp, notify->nt_channel, notify->nt_sid, &lp) == 0 && in isp_handle_platform_target_tmf()
1823 isp_find_pdb_by_handle(isp, notify->nt_channel, notify->nt_nphdl, &lp) == 0) { in isp_handle_platform_target_tmf()
1831 switch (notify->nt_ncode) { in isp_handle_platform_target_tmf()
1869 if (notify->nt_lreserved) { in isp_handle_platform_target_tmf()
1873 ntp->seq_id = notify->nt_tagval; in isp_handle_platform_target_tmf()
1882 if (notify->nt_need_ack) { in isp_handle_platform_target_tmf()
3074 isp_notify_t *notify; in isp_async() local
[all …]
/freebsd/contrib/bsnmp/snmp_target/
H A Dtarget_snmp.c525 struct target_notify *notify; in op_snmp_notify() local
545 if (notify != NULL) { in op_snmp_notify()
571 if (notify != NULL) { in op_snmp_notify()
600 if (notify == NULL) in op_snmp_notify()
759 struct target_notify *notify; in target_get_notify() local
764 for (notify = target_first_notify(); notify != NULL; in target_get_notify()
765 notify = target_next_notify(notify)) in target_get_notify()
767 return (notify); in target_get_notify()
776 struct target_notify *notify; in target_get_next_notify() local
784 for (notify = target_first_notify(); notify != NULL; in target_get_next_notify()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h38 void Append(llvm::StringRef path, llvm::StringRef replacement, bool notify);
40 void Append(const PathMappingList &rhs, bool notify);
45 bool notify);
47 void Clear(bool notify);
68 uint32_t insert_idx, bool notify);
70 bool Remove(size_t index, bool notify);
72 bool Remove(ConstString path, bool notify);
74 bool Replace(llvm::StringRef path, llvm::StringRef replacement, bool notify);
77 uint32_t index, bool notify);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp63 bool notify) { in Append() argument
67 if (notify && m_callback) in Append()
78 if (notify && m_callback) in Append()
93 Append(path, replacement, notify); in AppendUnique()
108 if (notify && m_callback) in Insert()
119 if (notify && m_callback) in Replace()
132 if (notify && m_callback) in Remove()
167 void PathMappingList::Clear(bool notify) { in Clear() argument
172 if (notify && m_callback) in Clear()
272 if (notify && m_callback) in Replace()
[all …]
/freebsd/usr.sbin/clear_locks/
H A Dclear_locks.c43 nlm4_notify notify; in main() local
56 notify.name = hostname; in main()
57 notify.state = 0; in main()
59 (xdrproc_t) xdr_nlm4_notify, (void *) &notify, in main()
/freebsd/contrib/bsnmp/snmpd/
H A Dtrap.c828 if (notify == NULL) in target_next_notify()
831 return (SLIST_NEXT(notify, tn)); in target_next_notify()
844 if ((notify = (struct target_notify *)malloc(sizeof(*notify))) == NULL) in target_new_notify()
847 memset(notify, 0, sizeof(*notify)); in target_new_notify()
848 strlcpy(notify->name, nname, sizeof(notify->name)); in target_new_notify()
853 return (notify); in target_new_notify()
868 free(notify); in target_new_notify()
872 return (notify); in target_new_notify()
879 free(notify); in target_delete_notify()
889 struct target_notify *notify; in target_flush_all() local
[all …]
/freebsd/sys/dev/xen/gntdev/
H A Dgntdev.c225 static void notify(struct notify_data *notify, vm_page_t page);
237 struct notify_data *notify; member
267 if (gref->notify) { in gref_list_dtor()
268 notify(gref->notify, gref->page); in gref_list_dtor()
288 if (gref->notify) in gref_list_dtor()
367 grefs[i].notify = NULL; in gntdev_alloc_gref()
518 if (gmap->notify) in gmap_list_dtor()
591 notify(gmap->notify, page); in notify_unmap_cleanup()
837 notify(struct notify_data *notify, vm_page_t page) in notify() argument
852 notify->action = 0; in notify()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp33 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { in Add() argument
41 if (notify) in Add()
47 bool BreakpointList::Remove(break_id_t break_id, bool notify) { in Remove() argument
57 if (notify) in Remove()
84 void BreakpointList::RemoveAll(bool notify) { in RemoveAll() argument
88 if (notify) { in RemoveAll()
96 void BreakpointList::RemoveAllowed(bool notify) { in RemoveAllowed() argument
102 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()
169 bool WatchpointList::Remove(lldb::watch_id_t watch_id, bool notify) { in Remove() argument
174 if (notify) { in Remove()
231 void WatchpointList::RemoveAll(bool notify) { in RemoveAll() argument
233 if (notify) { in RemoveAll()
/freebsd/contrib/llvm-project/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);
/freebsd/lib/librtld_db/
H A Drtld_db.c94 rd_event_addr(rd_agent_t *rdap, rd_event_e event, rd_notify_t *notify) in rd_event_addr() argument
99 notify); in rd_event_addr()
106 notify->type = RD_NOTIFY_BPT; in rd_event_addr()
107 notify->u.bptaddr = rdap->rda_preinit_addr; in rd_event_addr()
110 notify->type = RD_NOTIFY_BPT; in rd_event_addr()
111 notify->u.bptaddr = rdap->rda_postinit_addr; in rd_event_addr()
114 notify->type = RD_NOTIFY_BPT; in rd_event_addr()
115 notify->u.bptaddr = rdap->rda_dlactivity_addr; in rd_event_addr()
/freebsd/sbin/devd/
H A Ddevd.conf93 action "/etc/rc.suspend acpi $notify";
98 action "/etc/rc.resume acpi $notify";
128 action "/etc/acpi_ac $notify";
/freebsd/sys/dev/acpi_support/
H A Dacpi_asus.c1193 if ((notify & ~0x10) <= 15) { in acpi_asus_notify()
1194 sc->s_brn = notify & ~0x10; in acpi_asus_notify()
1196 } else if ((notify & ~0x20) <= 15) { in acpi_asus_notify()
1197 sc->s_brn = notify & ~0x20; in acpi_asus_notify()
1199 } else if (notify == 0x33) { in acpi_asus_notify()
1202 } else if (notify == 0x34) { in acpi_asus_notify()
1205 } else if (notify == 0x86) { in acpi_asus_notify()
1208 } else if (notify == 0x87) { in acpi_asus_notify()
1230 switch (notify) { in acpi_asus_lcdd_notify()
1255 if ((notify & ~0x20) <= 15) { in acpi_asus_eeepc_notify()
[all …]
/freebsd/sys/dev/acpica/
H A Dacpi_lid.c72 static void acpi_lid_notify_handler(ACPI_HANDLE h, UINT32 notify,
251 acpi_lid_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_lid_notify_handler() argument
255 ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify); in acpi_lid_notify_handler()
258 switch (notify) { in acpi_lid_notify_handler()
264 device_printf(sc->lid_dev, "unknown notify %#x\n", notify); in acpi_lid_notify_handler()
H A Dacpi_button.c68 static void acpi_button_notify_handler(ACPI_HANDLE h, UINT32 notify,
265 acpi_button_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_button_notify_handler() argument
272 ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify); in acpi_button_notify_handler()
275 switch (notify) { in acpi_button_notify_handler()
283 device_printf(sc->button_dev, "unknown notify %#x\n", notify); in acpi_button_notify_handler()
H A Dacpi_video.c210 UINT32 notify; member
235 if (acpi_video_evdev_map[i].notify == notify) { in acpi_video_push_evdev_event()
445 switch (notify) { in acpi_video_notify_handler()
489 notify); in acpi_video_notify_handler()
492 (void *)(uintptr_t)notify); in acpi_video_notify_handler()
495 acpi_video_push_evdev_event(sc->evdev, notify); in acpi_video_notify_handler()
791 switch (notify) { in acpi_video_vo_notify_handler()
808 notify, acpi_name(handle)); in acpi_video_vo_notify_handler()
813 switch (notify) { in acpi_video_vo_notify_handler()
826 if (notify == VID_NOTIFY_INC_BRN) { in acpi_video_vo_notify_handler()
[all …]
H A Dacpi_pci.c345 acpi_pci_bus_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_pci_bus_notify_handler() argument
351 switch (notify) { in acpi_pci_bus_notify_handler()
358 device_printf(dev, "unknown notify %#x\n", notify); in acpi_pci_bus_notify_handler()
364 acpi_pci_device_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_pci_device_notify_handler() argument
372 switch (notify) { in acpi_pci_device_notify_handler()
404 device_printf(dev, "unknown notify %#x for %s\n", notify, in acpi_pci_device_notify_handler()
H A Dacpi_acad.c122 acpi_acad_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_acad_notify_handler() argument
127 switch (notify) { in acpi_acad_notify_handler()
135 device_printf(dev, "unknown notify %#x\n", notify); in acpi_acad_notify_handler()
/freebsd/sys/dev/ice/
H A Dirdma_if.m36 * be called from the ice driver to notify the RDMA client driver of device
47 * Called by the ice driver during attach to notify the RDMA client driver
59 * Called by the ice driver during the if_init routine to notify the RDMA
71 * Called by the ice driver during the if_stop routine to notify the RDMA
83 * Called by the ice driver during detach to notify the RDMA client driver
97 * Called by the ice driver when link status changes to notify the RDMA client
/freebsd/sys/dev/vmgenc/
H A Dvmgenc_acpi.c120 vmgenc_notify(ACPI_HANDLE h, UINT32 notify, void *context) in vmgenc_notify() argument
125 switch (notify) { in vmgenc_notify()
134 device_printf(dev, "unknown notify %#x\n", notify); in vmgenc_notify()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp142 const bool notify = true; in SetEnabled() local
145 process_sp->EnableWatchpoint(watchpoint_sp, notify); in SetEnabled()
147 process_sp->DisableWatchpoint(watchpoint_sp, notify); in SetEnabled()
149 watchpoint_sp->SetEnabled(enabled, notify); in SetEnabled()
/freebsd/libexec/comsat/
H A Dcomsat.c64 static void notify(struct utmpx *, char[], off_t, int);
138 notify(utp, file, offset, folder); in mailfor()
145 notify(struct utmpx *utp, char file[], off_t offset, int folder) in notify() function
/freebsd/contrib/unbound/contrib/
H A Dunbound_portable.service.in28 Type=notify
48 BindPaths=/run/systemd/notify

12345678