Home
last modified time | relevance | path

Searched refs:Server (Results 1 – 25 of 174) sorted by relevance

1234567

/openbsd-src/gnu/usr.bin/perl/cpan/Win32/t/
H A DGetOSName.t7 # "2000 [Server]" => "Server"
8 # "{Home Server}" => "Windows Home Server" (prefixed with "Windows ")
27 ["2000 [Server]", "2000", 2, 5, 0, 0x0000, 2, 0],
28 ["[Small Business Server] 2000", "2000", 2, 5, 0, 0x0020, 2, 0],
29 ["2000 [Advanced Server]", "2000", 2, 5, 0, 0x0002, 2, 0],
30 ["2000 [Datacenter Server]", "2000", 2, 5, 0, 0x0080, 2, 0],
39 ["[Small Business Server] 2003", "2003", 2, 5, 2, 0x0020, 2, 0],
40 ["{Storage Server} 2003", "2003", 2, 5, 2, 0x2000, 2, 0],
41 ["{Home Server}", "2003", 2, 5, 2, 0x8000, 2, 0],
43 ["{Compute Cluster Server} 2003", "2003", 2, 5, 2, 0x4000, 2, 0],
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h89 auto Server = std::make_unique<SimpleRemoteEPCServer>(); in Create() local
90 Setup S(*Server); in Create()
96 if (!Server->ReportError) in Create()
97 Server->ReportError = [](Error Err) { in Create()
103 *Server, std::forward<TransportTCtorArgTs>(TransportTCtorArgs)...); in Create()
106 Server->T = std::move(*T); in Create()
107 if (auto Err = Server->T->start()) in Create()
111 Server->Services = std::move(S.services()); in Create()
112 Server->Services.push_back( in Create()
114 for (auto &Service : Server->Services) in Create()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfod/
H A Dllvm-debuginfod.cpp80 DebuginfodServer Server(Log, Collection); in main() local
83 Port = ExitOnErr(Server.Server.bind(HostInterface.c_str())); in main()
85 ExitOnErr(Server.Server.bind(Port, HostInterface.c_str())); in main()
89 Pool.async([&]() { ExitOnErr(Server.Server.listen()); }); in main()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp167 addrinfo *Server; in connectTCPSocketImpl() local
168 for (Server = AI; Server != nullptr; Server = Server->ai_next) { in connectTCPSocketImpl()
175 if (connect(SockFD, Server->ai_addr, Server->ai_addrlen) == 0) in connectTCPSocketImpl()
183 if (Server == nullptr) in connectTCPSocketImpl()
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DHTTPServer.cpp63 HTTPServer::HTTPServer() { Server = std::make_unique<httplib::Server>(); } in HTTPServer()
111 Server->Get(std::string(UrlPathPattern), in get()
121 if (!Server->bind_to_port(HostInterface, ListenPort)) in bind()
129 int ListenPort = Server->bind_to_any_port(HostInterface); in bind()
140 if (!Server->listen_after_bind()) in listen()
148 Server->stop(); in stop()
/openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h27 class Server; variable
91 std::unique_ptr<httplib::Server> Server; variable
/openbsd-src/regress/usr.sbin/relayd/
H A Ddirect.pl24 use Server;
41 my $s = Server->new(
H A Drelayd.pl25 use Server;
45 $s = Server->new(
H A Dremote.pl27 use Server;
101 $s = Server->new(
/openbsd-src/regress/sys/kern/sosplice/tcp/
H A Ddirect.pl24 use Server;
40 my $s = Server->new(
H A Drelay.pl25 use Server;
41 my $s = Server->new(
H A Decho.pl25 use Server;
43 my $r = Server->new(
H A Dremote.pl27 use Server;
91 my $s = Server->new(
/openbsd-src/regress/sys/kern/sosplice/udp/
H A Ddirect.pl24 use Server;
40 my $s = Server->new(
H A Drelay.pl25 use Server;
41 my $s = Server->new(
H A Dremote.pl27 use Server;
93 my $s = Server->new(
/openbsd-src/gnu/llvm/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp53 auto Server = in main() local
66 ExitOnErr(Server->waitForDisconnect()); in main()
/openbsd-src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/
H A Dfacilities-routing.t21 if POE::Component::Server::Syslog->VERSION < 1.14;
41 POE::Component::Server::Syslog->spawn(
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
H A Dllvm-jitlink-executor.cpp159 auto Server = in main() local
175 ExitOnErr(Server->waitForDisconnect()); in main()
/openbsd-src/sys/dev/eisa/
H A Deisadevs304 product CPQ 0601 ProSignia Server
305 product CPQ 0609 ProSignia Server
306 product CPQ 0611 ProSignia Server
307 product CPQ 0621 ProSignia Server (ASSY # 3154)
308 product CPQ 0629 ProSignia Server (ASSY # 3154)
309 product CPQ 0631 ProLiant 1000 Server
310 product CPQ 0639 ProLiant 1000 Server
317 product CPQ 1501 SYSTEMPRO/XL Server
318 product CPQ 1509 ProLiant 4000 Server
319 product CPQ 1519 ProLiant 2000 Server
[all …]
/openbsd-src/regress/usr.sbin/syslogd/
H A Dsyslogd.pl25 use Server;
62 $s ||= Server->new(
/openbsd-src/regress/usr.bin/doas/
H A Dmaster.passwd5 www:*:67:67::0:0:HTTP Server:/var/www:/sbin/nologin
/openbsd-src/regress/lib/libssl/certs/
H A Dserver2-ecdsa.pem1 subject= CN = LibreSSL Test Server 2 ECDSA
H A Dserver3-ecdsa.pem1 subject= CN = LibreSSL Test Server 3 ECDSA
H A Dserver1-ecdsa.pem1 subject= CN = LibreSSL Test Server 1 ECDSA

1234567