Searched refs:is_host (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h19 PlatformOpenBSD(bool is_host);
30 static ConstString GetPluginNameStatic(bool is_host);
32 static const char *GetPluginDescriptionStatic(bool is_host);
H A DPlatformOpenBSD.cpp72 ConstString PlatformOpenBSD::GetPluginNameStatic(bool is_host) { argument
73 if (is_host) {
82 const char *PlatformOpenBSD::GetPluginDescriptionStatic(bool is_host) { argument
83 if (is_host)
120 PlatformOpenBSD::PlatformOpenBSD(bool is_host) argument
121 : PlatformPOSIX(is_host) // This is the local host platform
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h19 PlatformFreeBSD(bool is_host);
30 static ConstString GetPluginNameStatic(bool is_host);
32 static const char *GetPluginDescriptionStatic(bool is_host);
H A DPlatformFreeBSD.cpp74 ConstString PlatformFreeBSD::GetPluginNameStatic(bool is_host) { argument
75 if (is_host) {
84 const char *PlatformFreeBSD::GetPluginDescriptionStatic(bool is_host) { argument
85 if (is_host)
122 PlatformFreeBSD::PlatformFreeBSD(bool is_host) argument
123 : PlatformPOSIX(is_host) // This is the local host platform
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h19 PlatformNetBSD(bool is_host);
30 static ConstString GetPluginNameStatic(bool is_host);
32 static const char *GetPluginDescriptionStatic(bool is_host);
H A DPlatformNetBSD.cpp66 ConstString PlatformNetBSD::GetPluginNameStatic(bool is_host) { argument
67 if (is_host) {
76 const char *PlatformNetBSD::GetPluginDescriptionStatic(bool is_host) { argument
77 if (is_host)
114 PlatformNetBSD::PlatformNetBSD(bool is_host) argument
115 : PlatformPOSIX(is_host) // This is the local host platform
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h20 PlatformPOSIX(bool is_host);
H A DPlatformPOSIX.cpp40 PlatformPOSIX::PlatformPOSIX(bool is_host) argument
41 : RemoteAwarePlatform(is_host), // This is the local host platform
/freebsd-11-stable/sys/dev/usb/controller/
H A Dsaf1761_otg.c1766 uint8_t is_host; local
1790 is_host = (xfer->xroot->udev->flags.usb_mode == USB_MODE_HOST);
1801 if (is_host)
1827 if (is_host) {
1847 if (is_host) {
1936 if (is_host) {
1944 if (is_host) {
1984 if (is_host) {
H A Ddwc_otg.c3152 uint8_t is_host; local
3174 is_host = (xfer->xroot->udev->flags.usb_mode == USB_MODE_HOST);
3181 if (is_host)
3206 if (is_host) {
3214 if (is_host) {
3291 if (is_host) {
3299 if (is_host) {
3339 if (is_host) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp379 Platform::Platform(bool is_host) argument
380 : m_is_host(is_host), m_os_version_set_while_connected(false),

Completed in 101 milliseconds