Searched defs:enable (Results 251 - 275 of 321) sorted by path

<<111213

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_x86.cpp438 HardwareSingleStep( bool enable) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp943 bool RegisterContextDarwin_i386::HardwareSingleStep(bool enable) { argument
H A DRegisterContextDarwin_x86_64.cpp1037 bool RegisterContextDarwin_x86_64::HardwareSingleStep(bool enable) { argument
H A DRegisterContextThreadMemory.cpp187 bool RegisterContextThreadMemory::HardwareSingleStep(bool enable) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm.cpp70 bool RegisterContextCorePOSIX_arm::HardwareSingleStep(bool enable) { argument
H A DRegisterContextPOSIXCore_arm64.cpp71 bool RegisterContextCorePOSIX_arm64::HardwareSingleStep(bool enable) { argument
H A DRegisterContextPOSIXCore_mips64.cpp89 bool RegisterContextCorePOSIX_mips64::HardwareSingleStep(bool enable) { argument
H A DRegisterContextPOSIXCore_powerpc.cpp109 bool RegisterContextCorePOSIX_powerpc::HardwareSingleStep(bool enable) { argument
H A DRegisterContextPOSIXCore_s390x.cpp94 bool RegisterContextCorePOSIX_s390x::HardwareSingleStep(bool enable) { argument
H A DRegisterContextPOSIXCore_x86_64.cpp97 bool RegisterContextCorePOSIX_x86_64::HardwareSingleStep(bool enable) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp745 EnableCommand(CommandInterpreter &interpreter, bool enable, const char *name, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp290 bool RegisterContext::HardwareSingleStep(bool enable) { return false; } argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp188 Error LocalCXXRuntimeOverrides::enable(JITDylib &JD, function in class:llvm::orc::LocalCXXRuntimeOverrides
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCAsmInfo.h47 void setDwarfUsesRelocationsAcrossSections(bool enable) { argument
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dtsan_annotations.cpp55 AnnotateEnableRaceDetection(const char *f, int l, int enable) {} argument
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c560 int enable; local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c65045 sqlite3_enable_shared_cache(int enable) argument
[all...]
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c2865 do_rpz_enable_disable(RES* ssl, struct worker* worker, char* arg, int enable) { argument
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_bsd.c297 bsd_ctrl_iface(void *priv, int enable) argument
H A Ddriver_ndis.c2394 wpa_driver_ndis_set_wzc(struct wpa_driver_ndis_data *drv, int enable) argument
2658 wpa_driver_ndis_set_wzc(struct wpa_driver_ndis_data *drv, int enable) argument
/freebsd-11-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay.h172 Boolean enable; member in struct:ieee802_1x_kay
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c9579 unsigned int enable = ~0, type = 0; local
H A Dsme.c2229 void sme_sched_obss_scan(struct wpa_supplicant *wpa_s, int enable) argument
H A Dsme.h120 sme_sched_obss_scan(struct wpa_supplicant *wpa_s, int enable) argument
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c4856 dbus_bool_t enable; local

Completed in 725 milliseconds

<<111213