Home
last modified time | relevance | path

Searched refs:server_features (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/xen/interface/io/
H A Dxs_wire.h125 uint32_t server_features; /* Bitmap of features supported by the server */ member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp336 llvm::SmallVector<llvm::StringRef, 16> server_features; in GetRemoteQSupported() local
337 response.GetStringRef().split(server_features, ';'); in GetRemoteQSupported()
339 for (llvm::StringRef x : server_features) { in GetRemoteQSupported()