| /openbsd-src/gnu/usr.bin/perl/cpan/Win32/t/ |
| H A D | GetOSName.t | 7 # "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 D | SimpleRemoteEPCServer.h | 89 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 D | llvm-debuginfod.cpp | 80 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 D | RemoteJITUtils.cpp | 167 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 D | HTTPServer.cpp | 63 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 D | HTTPServer.h | 27 class Server; variable 91 std::unique_ptr<httplib::Server> Server; variable
|
| /openbsd-src/regress/usr.sbin/relayd/ |
| H A D | direct.pl | 24 use Server; 41 my $s = Server->new(
|
| H A D | relayd.pl | 25 use Server; 45 $s = Server->new(
|
| H A D | remote.pl | 27 use Server; 101 $s = Server->new(
|
| /openbsd-src/regress/sys/kern/sosplice/tcp/ |
| H A D | direct.pl | 24 use Server; 40 my $s = Server->new(
|
| H A D | relay.pl | 25 use Server; 41 my $s = Server->new(
|
| H A D | echo.pl | 25 use Server; 43 my $r = Server->new(
|
| H A D | remote.pl | 27 use Server; 91 my $s = Server->new(
|
| /openbsd-src/regress/sys/kern/sosplice/udp/ |
| H A D | direct.pl | 24 use Server; 40 my $s = Server->new(
|
| H A D | relay.pl | 25 use Server; 41 my $s = Server->new(
|
| H A D | remote.pl | 27 use Server; 93 my $s = Server->new(
|
| /openbsd-src/gnu/llvm/llvm/tools/lli/ChildTarget/ |
| H A D | ChildTarget.cpp | 53 auto Server = in main() local 66 ExitOnErr(Server->waitForDisconnect()); in main()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/ |
| H A D | facilities-routing.t | 21 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 D | llvm-jitlink-executor.cpp | 159 auto Server = in main() local 175 ExitOnErr(Server->waitForDisconnect()); in main()
|
| /openbsd-src/sys/dev/eisa/ |
| H A D | eisadevs | 304 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 D | syslogd.pl | 25 use Server; 62 $s ||= Server->new(
|
| /openbsd-src/regress/usr.bin/doas/ |
| H A D | master.passwd | 5 www:*:67:67::0:0:HTTP Server:/var/www:/sbin/nologin
|
| /openbsd-src/regress/lib/libssl/certs/ |
| H A D | server2-ecdsa.pem | 1 subject= CN = LibreSSL Test Server 2 ECDSA
|
| H A D | server3-ecdsa.pem | 1 subject= CN = LibreSSL Test Server 3 ECDSA
|
| H A D | server1-ecdsa.pem | 1 subject= CN = LibreSSL Test Server 1 ECDSA
|