| /freebsd-14.2/tools/regression/sockets/unix_cmsg/ |
| H A D | 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) 52 means, that Client will not send associated data array if possible. 74 Client connects to Server. Server accepts connection and sets the 75 LOCAL_CREDS socket option for just accepted socket. Client sends N 103 Client connects to Server and tries to send several messages with 111 Client connects to Server. Both Client and Server verify that 141 Client sends one message with SCM_TIMESTAMP ancillary data object [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | 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-14.2/crypto/openssl/test/ssl-tests/ |
| H A D | 20-cert-select.cnf | 22 test-17 = 17-TLS 1.2 Ed25519 Client Auth 23 test-18 = 18-TLS 1.2 Ed448 Client Auth 55 test-50 = 50-TLS 1.3 Ed25519 Client Auth 56 test-51 = 51-TLS 1.3 Ed448 Client Auth 605 [17-TLS 1.2 Ed25519 Client Auth] 608 [17-TLS 1.2 Ed25519 Client Auth-ssl] 636 [18-TLS 1.2 Ed448 Client Auth] 639 [18-TLS 1.2 Ed448 Client Auth-ssl] 1648 [50-TLS 1.3 Ed25519 Client Auth] 1679 [51-TLS 1.3 Ed448 Client Auth] [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/rtc/ |
| H A D | fsl,scu-rtc.yaml | 7 title: i.MX SCU Client Device Node - RTC Based on SCU Message Protocol 12 description: i.MX SCU Client Device Node 13 Client nodes are maintained as children of the relevant IMX-SCU device node.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/watchdog/ |
| H A D | fsl,scu-wdt.yaml | 7 title: i.MX SCU Client Device Node - Watchdog Based on SCU Message Protocol 12 description: i.MX SCU Client Device Node 13 Client nodes are maintained as children of the relevant IMX-SCU device node.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | fsl,scu-thermal.yaml | 7 title: i.MX SCU Client Device Node - Thermal Based on SCU Message Protocol 12 description: i.MX SCU Client Device Node 13 Client nodes are maintained as children of the relevant IMX-SCU device node.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/input/ |
| H A D | fsl,scu-key.yaml | 7 title: i.MX SCU Client Device Node - SCU Key Based on SCU Message Protocol 12 description: i.MX SCU Client Device Node 13 Client nodes are maintained as children of the relevant IMX-SCU device node.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/power/ |
| H A D | fsl,scu-pd.yaml | 7 title: i.MX SCU Client Device Node - Power Domain Based on SCU Message Protocol 12 description: i.MX SCU Client Device Node 13 Client nodes are maintained as children of the relevant IMX-SCU device node.
|
| /freebsd-14.2/stand/i386/btx/lib/ |
| H A D | btxcsu.S | 27 # Client entry point. 46 .comm __base,4 # Client base address 47 .comm __args,4 # Client arguments
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | fsl,scu-pinctrl.yaml | 7 title: i.MX SCU Client Device Node - Pinctrl Based on SCU Message Protocol 12 description: i.MX SCU Client Device Node 13 Client nodes are maintained as children of the relevant IMX-SCU device node. 32 Client device subnodes use below standard properties.
|
| H A D | intel,lgm-io.yaml | 23 # Client device subnode's properties 29 Client device subnodes use below standard properties.
|
| H A D | fsl,imx8ulp-pinctrl.yaml | 23 # Client device subnode's properties 29 Client device subnodes use below standard properties.
|
| H A D | fsl,imx8mm-pinctrl.yaml | 23 # Client device subnode's properties 29 Client device subnodes use below standard properties.
|
| H A D | fsl,imx8mq-pinctrl.yaml | 23 # Client device subnode's properties 29 Client device subnodes use below standard properties.
|
| H A D | fsl,imx93-pinctrl.yaml | 26 # Client device subnode's properties 32 Client device subnodes use below standard properties.
|
| H A D | fsl,imx8mp-pinctrl.yaml | 23 # Client device subnode's properties 29 Client device subnodes use below standard properties.
|
| H A D | fsl,imxrt1170.yaml | 24 # Client device subnode's properties 30 Client device subnodes use below standard properties.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/nvmem/ |
| H A D | fsl,scu-ocotp.yaml | 7 title: i.MX SCU Client Device Node - OCOTP Based on SCU Message Protocol 12 description: i.MX SCU Client Device Node 13 Client nodes are maintained as children of the relevant IMX-SCU device node.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 185 HTTPClient &Client; member in llvm::__anon00f4cbc30211::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-14.2/sys/contrib/device-tree/Bindings/clock/ |
| H A D | fsl,scu-clk.yaml | 7 title: i.MX SCU Client Device Node - Clock Controller Based on SCU Message Protocol 12 description: i.MX SCU Client Device Node 13 Client nodes are maintained as children of the relevant IMX-SCU device node.
|
| /freebsd-14.2/crypto/heimdal/lib/ntlm/ |
| H A D | ntlm_err.et | 15 error_code TIME_SKEW, "Client time skewed to server" 16 error_code OEM, "Client set OEM string"
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | kirkwood-openrd-client.dts | 3 * Marvell OpenRD Client Board Description 16 model = "OpenRD Client";
|
| /freebsd-14.2/contrib/llvm-project/clang/tools/clang-repl/ |
| H A D | ClangRepl.cpp | 74 clang::DiagnosticConsumer *Client = CI->getDiagnostics().getClient(); in checkDiagErrors() local 75 Client->EndSourceFile(); in checkDiagErrors() 76 Errs = Client->getNumErrors(); in checkDiagErrors() 79 Client->BeginSourceFile(CI->getLangOpts(), &CI->getPreprocessor()); in checkDiagErrors()
|
| /freebsd-14.2/crypto/heimdal/lib/krb5/ |
| H A D | 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-14.2/crypto/openssh/ |
| H A D | 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
|