Searched defs:notify (Results 1 - 25 of 86) sorted by relevance

1234

/freebsd-current/usr.sbin/clear_locks/
H A Dclear_locks.c43 nlm4_notify notify; local
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dqlnx_rdma.h45 void (*notify)(void *ha, void *qlnx_rdma_dev, enum qlnx_rdma_event); member in struct:qlnx_rdma_if
/freebsd-current/sys/ofed/include/rdma/
H A Drdmavt_cq.h85 u8 notify; member in struct:rvt_cq
/freebsd-current/usr.sbin/bhyve/
H A Dpci_hda.h78 int (*notify)(struct hda_codec_inst *hci, uint8_t run, uint8_t stream, member in struct:hda_codec_class
H A Dlibslirp.h121 void (*notify)(void *opaque); member in struct:SlirpCb
/freebsd-current/sys/dev/acpica/
H A Dacpi_lid.c251 acpi_lid_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) argument
H A Dacpi_button.c265 acpi_button_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) argument
H A Dacpi_acad.c122 acpi_acad_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) argument
H A Dacpi_dock.c395 acpi_dock_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) argument
H A Dacpi_perf.c402 acpi_px_notify(ACPI_HANDLE h, UINT32 notify, void *context) argument
H A Dacpi_pci.c345 acpi_pci_bus_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) argument
364 acpi_pci_device_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) argument
H A Dacpi_cmbat.c188 acpi_cmbat_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) argument
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp33 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { argument
47 bool BreakpointList::Remove(break_id_t break_id, bool notify) { argument
84 void BreakpointList::RemoveAll(bool notify) { argument
96 void BreakpointList::RemoveAllowed(bool notify) { argument
H A DWatchpointList.cpp20 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { argument
169 bool WatchpointList::Remove(lldb::watch_id_t watch_id, bool notify) { argument
231 void WatchpointList::RemoveAll(bool notify) { argument
/freebsd-current/contrib/bsnmp/snmp_target/
H A Dtarget_snmp.c525 struct target_notify *notify; local
759 struct target_notify *notify; local
776 struct target_notify *notify; local
[all...]
/freebsd-current/libexec/comsat/
H A Dcomsat.c145 notify(struct utmpx *utp, char file[], off_t offset, int folder) function
/freebsd-current/sys/dev/vmgenc/
H A Dvmgenc_acpi.c120 vmgenc_notify(ACPI_HANDLE h, UINT32 notify, void *context) argument
/freebsd-current/sys/dev/acpi_support/
H A Dacpi_panasonic.c478 acpi_panasonic_notify(ACPI_HANDLE h, UINT32 notify, void *context) argument
/freebsd-current/sys/dev/xen/cpu/
H A Dxen_acpi_cpu.c458 acpi_notify(ACPI_HANDLE h, UINT32 notify, void *context) argument
/freebsd-current/lib/librtld_db/
H A Drtld_db.c94 rd_event_addr(rd_agent_t *rdap, rd_event_e event, rd_notify_t *notify) argument
/freebsd-current/sys/dev/xen/evtchn/
H A Devtchn_dev.c482 struct ioctl_evtchn_notify *notify; local
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp71 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { argument
62 Append(llvm::StringRef path, llvm::StringRef replacement, bool notify) argument
83 AppendUnique(llvm::StringRef path, llvm::StringRef replacement, bool notify) argument
97 Insert(llvm::StringRef path, llvm::StringRef replacement, uint32_t index, bool notify) argument
112 Replace(llvm::StringRef path, llvm::StringRef replacement, uint32_t index, bool notify) argument
124 Remove(size_t index, bool notify) argument
167 Clear(bool notify) argument
265 Replace(llvm::StringRef path, llvm::StringRef new_path, bool notify) argument
279 Remove(ConstString path, bool notify) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp142 const bool notify = true; local
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp188 LoadBinaryWithUUIDAndAddress( Process *process, llvm::StringRef name, UUID uuid, addr_t value, bool value_is_offset, bool force_symbol_search, bool notify, bool set_address_in_target, bool allow_memory_image_last_resort) argument
/freebsd-current/contrib/bsnmp/snmpd/
H A Dtrap.c826 target_next_notify(struct target_notify *notify) argument
838 struct target_notify *notify, *temp, *prev; local
876 target_delete_notify(struct target_notify *notify) argument
889 struct target_notify *notify; local
[all...]

Completed in 178 milliseconds

1234