Home
last modified time | relevance | path

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

1234

/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp63 bool notify) { in Append() argument
71 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append() argument
84 llvm::StringRef replacement, bool notify) { in AppendUnique() argument
98 uint32_t index, bool notify) { in Insert() argument
113 uint32_t index, bool notify) { in Replace() argument
124 Remove(size_t index,bool notify) Remove() argument
167 Clear(bool notify) Clear() argument
266 Replace(llvm::StringRef path,llvm::StringRef new_path,bool notify) Replace() argument
279 Remove(ConstString path,bool notify) Remove() argument
[all...]
H A DThreadList.cpp696 SetSelectedThreadByID(lldb::tid_t tid,bool notify) SetSelectedThreadByID() argument
711 SetSelectedThreadByIndexID(uint32_t index_id,bool notify) SetSelectedThreadByIndexID() argument
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp33 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { in Add()
47 bool BreakpointList::Remove(break_id_t break_id, bool notify) { in Remove()
84 void BreakpointList::RemoveAll(bool notify) { in RemoveAll()
96 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()
169 bool WatchpointList::Remove(lldb::watch_id_t watch_id, bool notify) { in Remove()
231 void WatchpointList::RemoveAll(bool notify) { in RemoveAll()
H A DWatchpoint.cpp389 SetEnabled(bool enabled,bool notify) SetEnabled() argument
405 SetWatchpointType(uint32_t type,bool notify) SetWatchpointType() argument
/freebsd-src/sys/dev/isp/
H A Disp_target.c311 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 = &notify; isp_handle_abts() local
725 isp_notify_t notify; isp_handle_notify_24xx() local
[all...]
/freebsd-src/usr.sbin/clear_locks/
H A Dclear_locks.c43 nlm4_notify notify; in main() local
/freebsd-src/contrib/bsnmp/snmp_target/
H A Dtarget_snmp.c525 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-src/contrib/bsnmp/snmpd/
H A Dtrap.c826 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-src/sys/dev/qlnx/qlnxe/
H A Dqlnx_rdma.h45 void (*notify)(void *ha, void *qlnx_rdma_dev, enum qlnx_rdma_event); member
/freebsd-src/sys/ofed/include/rdma/
H A Drdmavt_cq.h85 u8 notify; member
/freebsd-src/sys/dev/acpica/
H A Dacpi_pci.c345 acpi_pci_bus_notify_handler(ACPI_HANDLE h,UINT32 notify,void * context) acpi_pci_bus_notify_handler() argument
364 acpi_pci_device_notify_handler(ACPI_HANDLE h,UINT32 notify,void * context) acpi_pci_device_notify_handler() argument
H A Dacpi_lid.c251 acpi_lid_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_lid_notify_handler()
H A Dacpi_video.c210 UINT32 notify; member
226 acpi_video_push_evdev_event(struct evdev_dev *evdev, UINT32 notify) in acpi_video_push_evdev_event() argument
436 acpi_video_notify_handler(ACPI_HANDLE handle, UINT32 notify, void *context) in acpi_video_notify_handler() argument
781 acpi_video_vo_notify_handler(ACPI_HANDLE handle,UINT32 notify,void * context) acpi_video_vo_notify_handler() argument
[all...]
H A Dacpi_acad.c122 acpi_acad_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_acad_notify_handler()
H A Dacpi_button.c265 acpi_button_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_button_notify_handler()
/freebsd-src/usr.sbin/bhyve/
H A Dpci_hda.h78 int (*notify)(struct hda_codec_inst *hci, uint8_t run, uint8_t stream, member
/freebsd-src/sys/dev/xen/gntdev/
H A Dgntdev.c237 struct notify_data *notify; member
482 struct notify_data *notify; member
837 notify(struct notify_data * notify,vm_page_t page) notify() argument
[all...]
/freebsd-src/libexec/comsat/
H A Dcomsat.c145 notify(struct utmpx *utp, char file[], off_t offset, int folder) in notify() function
/freebsd-src/sys/dev/vmgenc/
H A Dvmgenc_acpi.c120 vmgenc_notify(ACPI_HANDLE h, UINT32 notify, void *context) in vmgenc_notify()
/freebsd-src/sys/dev/acpi_support/
H A Dacpi_asus.c1182 acpi_asus_notify(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_asus_notify()
1219 acpi_asus_lcdd_notify(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_asus_lcdd_notify()
1244 acpi_asus_eeepc_notify(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_asus_eeepc_notify()
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp165 const bool notify = false; UpdateSymlinkMappings() local
242 Append(const ModuleSP & module_sp,bool notify) Append() argument
275 AppendIfNeeded(const ModuleSP & new_module,bool notify) AppendIfNeeded() argument
329 Remove(const ModuleSP & module_sp,bool notify) Remove() argument
[all...]
/freebsd-src/lib/librtld_db/
H A Drtld_db.c94 rd_event_addr(rd_agent_t * rdap,rd_event_e event,rd_notify_t * notify) rd_event_addr() argument
/freebsd-src/sys/dev/netmap/
H A Dnetmap_kloop.c975 bool notify = false; in netmap_pt_guest_txsync() local
1043 bool notify = false; in netmap_pt_guest_rxsync() local
/freebsd-src/sbin/dump/
H A Dmain.c83 int notify = 0; /* notify operator flag */ variable

1234