/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | PathMappingList.cpp | 63 bool notify) { in Append() 71 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append() 84 llvm::StringRef replacement, bool notify) { in AppendUnique() 98 uint32_t index, bool notify) { in Insert() 113 uint32_t index, bool notify) { in Replace() 124 bool PathMappingList::Remove(size_t index, bool notify) { in Remove() 167 void PathMappingList::Clear(bool notify) { in Clear() 266 bool notify) { in Replace() 279 bool PathMappingList::Remove(ConstString path, bool notify) { in Remove()
|
H A D | ThreadList.cpp | 695 bool ThreadList::SetSelectedThreadByID(lldb::tid_t tid, bool notify) { in SetSelectedThreadByID() 710 bool ThreadList::SetSelectedThreadByIndexID(uint32_t index_id, bool notify) { in SetSelectedThreadByIndexID()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointList.cpp | 30 Add(BreakpointSP & bp_sp,bool notify) Add() argument 44 Remove(break_id_t break_id,bool notify) Remove() argument 81 RemoveAll(bool notify) RemoveAll() argument 93 RemoveAllowed(bool notify) RemoveAllowed() argument
|
H A D | WatchpointList.cpp | 20 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { in Add() argument 167 Remove(lldb::watch_id_t watch_id,bool notify) Remove() argument 228 RemoveAll(bool notify) RemoveAll() argument
|
H A D | Watchpoint.cpp | 411 void Watchpoint::SetEnabled(bool enabled, bool notify) { in SetEnabled() 427 void Watchpoint::SetWatchpointType(uint32_t type, bool notify) { in SetWatchpointType()
|
/freebsd/sys/dev/isp/ |
H A D | isp_target.c | 311 isp_notify_t notify; in isp_target_async() local 354 isp_notify_t notify; isp_got_tmf_24xx() local 529 isp_notify_t notify, *nt = ¬ify; isp_handle_abts() local 725 isp_notify_t notify; isp_handle_notify_24xx() local [all...] |
/freebsd/usr.sbin/clear_locks/ |
H A D | clear_locks.c | 43 nlm4_notify notify; in main() local
|
/freebsd/contrib/bsnmp/snmp_target/ |
H A D | target_snmp.c | 525 struct target_notify *notify; in op_snmp_notify() local 759 struct target_notify *notify; in target_get_notify() local 776 struct target_notify *notify; in target_get_next_notify() local
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | trap.c | 826 target_next_notify(struct target_notify *notify) in target_next_notify() 838 struct target_notify *notify, *temp, *prev; in target_new_notify() local 876 target_delete_notify(struct target_notify *notify) in target_delete_notify() 889 struct target_notify *notify; in target_flush_all() local
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_rdma.h | 45 void (*notify)(void *ha, void *qlnx_rdma_dev, enum qlnx_rdma_event); member
|
/freebsd/sys/dev/acpi_support/ |
H A D | acpi_asus_wmi.c | 290 UINT32 notify; member 797 acpi_asus_wmi_get_event_code(device_t wmi_dev, UINT32 notify, int *code) in acpi_asus_wmi_get_event_code() 816 acpi_asus_wmi_push_evdev_event(struct evdev_dev *evdev, UINT32 notify) in acpi_asus_wmi_push_evdev_event() 901 acpi_asus_wmi_notify(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_asus_wmi_notify()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | rdmavt_cq.h | 85 u8 notify; member
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_pci.c | 369 acpi_pci_bus_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_pci_bus_notify_handler() 388 acpi_pci_device_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_pci_device_notify_handler()
|
H A D | acpi_lid.c | 251 acpi_lid_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_lid_notify_handler()
|
H A D | acpi_video.c | 210 UINT32 notify; member 226 acpi_video_push_evdev_event(struct evdev_dev *evdev, UINT32 notify) in acpi_video_push_evdev_event() 436 acpi_video_notify_handler(ACPI_HANDLE handle, UINT32 notify, void *context) in acpi_video_notify_handler() 781 acpi_video_vo_notify_handler(ACPI_HANDLE handle, UINT32 notify, void *context) in acpi_video_vo_notify_handler()
|
H A D | acpi_acad.c | 122 acpi_acad_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_acad_notify_handler()
|
H A D | acpi_button.c | 265 acpi_button_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_button_notify_handler()
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_hda.h | 78 int (*notify)(struct hda_codec_inst *hci, uint8_t run, uint8_t stream, member
|
/freebsd/sys/dev/xen/gntdev/ |
H A D | gntdev.c | 237 struct notify_data *notify; member 482 struct notify_data *notify; member 826 notify(struct notify_data *notify, vm_page_t page) in notify() argument
|
/freebsd/libexec/comsat/ |
H A D | comsat.c | 140 notify(struct utmpx *utp, char file[], off_t offset, int folder) in notify() function
|
/freebsd/sys/dev/vmgenc/ |
H A D | vmgenc_acpi.c | 120 vmgenc_notify(ACPI_HANDLE h, UINT32 notify, void *context) in vmgenc_notify()
|
/freebsd/usr.sbin/powerd/ |
H A D | powerd.c | 365 int notify; local 386 int notify; local [all...] |
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ModuleList.cpp | 170 const bool notify = false; in UpdateSymlinkMappings() local 247 void ModuleList::Append(const ModuleSP &module_sp, bool notify) { in Append() 280 bool ModuleList::AppendIfNeeded(const ModuleSP &new_module, bool notify) { in AppendIfNeeded() 334 bool ModuleList::Remove(const ModuleSP &module_sp, bool notify) { in Remove()
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_kloop.c | 975 bool notify = false; in netmap_pt_guest_txsync() local 1043 bool notify = false; in netmap_pt_guest_rxsync() local
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBWatchpoint.cpp | 148 const bool notify = true; SetEnabled() local
|