| /freebsd-13-stable/tools/regression/sockets/unix_cmsg/ |
| HD | README | 9 Usually each test does following steps: creates Server, forks Client, 10 Client sends something to Server, Server verifies whether everything is 38 If Client sends something to Server, then it sends 5 messages by default. 42 If Client sends something to Server, then it sends some data (few bytes) 44 command line option. The "-s 0" command line option means, that Client will 47 option means, that Client will send zero bytes represented by the NULL value 50 If Client sends some ancillary data object, then this ancillary data object 52 means, that Client will not send associated data array if possible. 59 Client connects to Server and sends N messages with SCM_CREDS ancillary 66 socket option for it. Client connects to Server two times, each time [all …]
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| HD | FixItRewriter.cpp | 43 Client = Diags.getClient(); in FixItRewriter() 48 Diags.setClient(Client, Owner.release() != nullptr); in ~FixItRewriter() 126 return Client ? Client->IncludeInDiagnosticCounts() : true; in IncludeInDiagnosticCounts() 138 Client->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 204 Diags.setClient(Client, false); in Diag()
|
| /freebsd-13-stable/stand/i386/btx/lib/ |
| HD | btxcsu.S | 27 # Client entry point. 46 .comm __base,4 # Client base address 47 .comm __args,4 # Client arguments
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Debuginfod/ |
| HD | Debuginfod.cpp | 185 HTTPClient &Client; member in llvm::__anon4ed3ea460211::StreamedHTTPResponseHandler 189 StreamedHTTPResponseHandler(CreateStreamFn CreateStream, HTTPClient &Client) in StreamedHTTPResponseHandler() argument 190 : CreateStream(CreateStream), Client(Client) {} in StreamedHTTPResponseHandler() 200 unsigned Code = Client.responseCode(); in handleBodyChunk() 285 HTTPClient Client; in getCachedOrDownloadArtifact() local 286 Client.setTimeout(Timeout); in getCachedOrDownloadArtifact() 295 [&]() { return CacheAddStream(Task, ""); }, Client); in getCachedOrDownloadArtifact() 298 Error Err = Client.perform(Request, Handler); in getCachedOrDownloadArtifact() 302 unsigned Code = Client.responseCode(); in getCachedOrDownloadArtifact()
|
| /freebsd-13-stable/crypto/heimdal/lib/ntlm/ |
| HD | ntlm_err.et | 15 error_code TIME_SKEW, "Client time skewed to server" 16 error_code OEM, "Client set OEM string"
|
| /freebsd-13-stable/sys/contrib/device-tree/src/arm/ |
| HD | kirkwood-openrd-client.dts | 3 * Marvell OpenRD Client Board Description 16 model = "OpenRD Client";
|
| HD | kirkwood-t5325.dts | 3 * Device Tree file for HP t5325 Thin Client" 18 model = "HP t5325 Thin Client";
|
| /freebsd-13-stable/crypto/heimdal/lib/krb5/ |
| HD | krb5_err.et | 12 error_code NAME_EXP, "Client's entry in database has expired" 15 error_code C_OLD_MAST_KVNO, "Client's key is encrypted in an old master key" 17 error_code C_PRINCIPAL_UNKNOWN, "Client not found in Kerberos database" 20 error_code NULL_KEY, "Client or server has a null key" 32 error_code CLIENT_NOTYET, "Client not yet valid - try again later" 76 error_code CLIENT_NOT_TRUSTED, "Client not trusted" 96 error_code CLIENT_NAME_MISMATCH, "Client name mismatch in certificate" 148 error_code KRB5_IN_TKT_REALM_MISMATCH, "Client/server realm mismatch in initial ticket request"
|
| /freebsd-13-stable/crypto/openssh/ |
| HD | README.tun | 31 (3) Client: Configure the local network tunnel interface 52 (4) Client: Configure the OpenSSH client 87 | Client |------( Internet )-----| access.somewhere.net | 103 (5) Client: Connect to the server and establish the tunnel
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/ |
| HD | InterfaceFile.cpp | 30 auto Client = addEntry(AllowableClients, InstallName); in addAllowableClient() local 31 Client->addTarget(Target); in addAllowableClient() 377 for (const auto &Client : BA.AllowableClients) in setFromBinaryAttrs() local 378 addAllowableClient(Client, Targ); in setFromBinaryAttrs()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_client/ |
| HD | libsvn_client.pc.in | 7 Description: Subversion Client Library
|
| /freebsd-13-stable/contrib/ntp/html/scripts/ |
| HD | config.txt | 1 document.write("<p>Client and Server Configuration</p><ul>\
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/serial/ |
| D | qcom,msm-uartdm.txt | 29 - qcom,tx-crci: Identificator <u32> for Client Rate Control Interface to be 32 - qcom,rx-crci: Identificator <u32> for Client Rate Control Interface to be
|
| /freebsd-13-stable/contrib/unbound/doc/ |
| HD | control_proto_spec.txt | 4 Server listens on 8953 TCP (localhost by default). Client connects, 15 Client sends
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/arm/keystone/ |
| D | ti,sci.txt | 66 TI-SCI Client Device Node: 69 Client nodes are maintained as children of the relevant TI-SCI device node.
|
| /freebsd-13-stable/contrib/libcbor/doc/source/api/ |
| HD | decoding.rst | 10 │ Client application │
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/ |
| HD | FixItRewriter.h | 74 DiagnosticConsumer *Client; variable
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/ |
| HD | DiagnosticIDs.cpp | 787 Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag() 810 if (Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag() 836 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info); in EmitDiag() 837 if (Diag.Client->IncludeInDiagnosticCounts()) { in EmitDiag()
|
| /freebsd-13-stable/libexec/bootpd/ |
| HD | Installation | 20 bootpc 68/udp # BOOTP Client
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/security/tpm/ |
| HD | tpm_tis_mmio.txt | 7 Refer to the 'TCG PC Client Specific TPM Interface Specification (TIS)' TCG
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/dma/ |
| HD | zxdma.txt | 26 Client:
|
| HD | k3dma.txt | 30 Client:
|
| /freebsd-13-stable/sys/mips/conf/ |
| HD | BERI_DE4_BASE | 13 options NFSCL # Network Filesystem Client
|
| /freebsd-13-stable/sys/dev/ow/ |
| HD | README.txt | 16 Client drivers may only call the own(9) interface. The ow(4) driver
|
| /freebsd-13-stable/release/packages/ |
| HD | Makefile.package | 38 dhclient_COMMENT= DHCP Client 39 dhclient_DESC= DHCP Client
|