Home
last modified time | relevance | path

Searched refs:Client (Results 1 – 25 of 149) sorted by relevance

123456

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h265 : Client(Client), Id(Id) { in RemoteRTDyldMemoryManager()
320 OrcRemoteTargetClient &Client; variable
342 : Client(Client), Id(Id) {} in RPCMMAlloc()
382 OrcRemoteTargetClient &Client;
522 : Client(Client), Id(Id) {} in RemoteJITLinkMemoryManager()
544 OrcRemoteTargetClient &Client;
553 : Client(Client), Id(Id) {} in RemoteIndirectStubsManager()
661 OrcRemoteTargetClient &Client; variable
670 RemoteTrampolinePool(OrcRemoteTargetClient &Client) : Client(Client) {} in RemoteTrampolinePool() argument
688 OrcRemoteTargetClient &Client; variable
[all …]
/freebsd-13.1/tools/regression/sockets/unix_cmsg/
H A DREADME10 Usually each test does following steps: creates Server, forks Client,
11 Client sends something to Server, Server verifies whether everything is
39 If Client sends something to Server, then it sends 5 messages by default.
43 If Client sends something to Server, then it sends some data (few bytes)
53 means, that Client will not send associated data array if possible.
75 Client connects to Server. Server accepts connection and sets the
76 LOCAL_CREDS socket option for just accepted socket. Client sends N
104 Client connects to Server and tries to send several messages with
112 Client connects to Server. Both Client and Server verify that
142 Client sends one message with SCM_TIMESTAMP ancillary data object
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp43 Client = Diags.getClient(); in FixItRewriter()
48 Diags.setClient(Client, Owner.release() != nullptr); in ~FixItRewriter()
125 return Client ? Client->IncludeInDiagnosticCounts() : true; in IncludeInDiagnosticCounts()
137 Client->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
203 Diags.setClient(Client, false); in Diag()
/freebsd-13.1/stand/i386/btx/lib/
H A Dbtxcsu.S29 # Client entry point.
48 .comm __base,4 # Client base address
49 .comm __args,4 # Client arguments
/freebsd-13.1/crypto/heimdal/lib/ntlm/
H A Dntlm_err.et15 error_code TIME_SKEW, "Client time skewed to server"
16 error_code OEM, "Client set OEM string"
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dkirkwood-openrd-client.dts3 * Marvell OpenRD Client Board Description
16 model = "OpenRD Client";
H A Dkirkwood-t5325.dts3 * Device Tree file for HP t5325 Thin Client"
18 model = "HP t5325 Thin Client";
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dkrb5_err.et12 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.1/crypto/openssh/
H A DREADME.tun31 (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.1/sys/contrib/device-tree/Bindings/pinctrl/
H A Dintel,lgm-io.yaml23 # Client device subnode's properties
29 Client device subnodes use below standard properties.
H A Dfsl,imx8mm-pinctrl.yaml23 # Client device subnode's properties
29 Client device subnodes use below standard properties.
H A Dfsl,imx8mn-pinctrl.yaml23 # Client device subnode's properties
29 Client device subnodes use below standard properties.
H A Dfsl,imx8mq-pinctrl.yaml23 # Client device subnode's properties
29 Client device subnodes use below standard properties.
H A Dfsl,imx8mp-pinctrl.yaml23 # Client device subnode's properties
29 Client device subnodes use below standard properties.
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dlibsvn_client.pc.in7 Description: Subversion Client Library
/freebsd-13.1/contrib/ntp/html/scripts/
H A Dconfig.txt1 document.write("<p>Client and Server Configuration</p><ul>\
/freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp51 auto Client = addEntry(AllowableClients, InstallName); in addAllowableClient() local
52 Client->addTarget(Target); in addAllowableClient()
/freebsd-13.1/contrib/unbound/doc/
H A Dcontrol_proto_spec.txt4 Server listens on 8953 TCP (localhost by default). Client connects,
15 Client sends
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/keystone/
H A Dti,sci.txt66 TI-SCI Client Device Node:
69 Client nodes are maintained as children of the relevant TI-SCI device node.
/freebsd-13.1/sys/contrib/device-tree/Bindings/serial/
H A Dqcom,msm-uartdm.txt29 - 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.1/contrib/libcbor/doc/source/api/
H A Ddecoding.rst10Client application │
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h74 DiagnosticConsumer *Client; variable
/freebsd-13.1/sys/contrib/device-tree/Bindings/security/tpm/
H A Dtpm_tis_mmio.txt7 Refer to the 'TCG PC Client Specific TPM Interface Specification (TIS)' TCG
/freebsd-13.1/libexec/bootpd/
H A DInstallation20 bootpc 68/udp # BOOTP Client
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp755 Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()
778 if (Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()
804 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info); in EmitDiag()
805 if (Diag.Client->IncludeInDiagnosticCounts()) { in EmitDiag()

123456