Home
last modified time | relevance | path

Searched +full:serial +full:- +full:out (Results 1 – 25 of 1013) sorted by relevance

12345678910>>...41

/freebsd/sys/contrib/edk2/Include/Protocol/
H A DSerialIo.h2 Serial IO protocol as defined in the UEFI 2.0 specification.
4 Abstraction of a basic serial device. Targeted at 16550 UART, but
7 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 SPDX-License-Identifier: BSD-2-Clause-Patent
33 /// Backward-compatible with EFI1.1.
87 // Serial IO Member Functions
91 Reset the serial device.
96 @retval EFI_DEVICE_ERROR The serial device could not be reset.
106 Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,
107 data bits, and stop bits on a serial device.
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h1 //===--- OpenACCKinds.h - OpenACC Enums -------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// Defines some OpenACC-specific enums and functions.
12 //===----------------------------------------------------------------------===//
28 Serial, enumerator
70 inline StreamTy &printOpenACCDirectiveKind(StreamTy &Out, in printOpenACCDirectiveKind() argument
74 return Out << "parallel"; in printOpenACCDirectiveKind()
76 case OpenACCDirectiveKind::Serial: in printOpenACCDirectiveKind()
77 return Out << "serial"; in printOpenACCDirectiveKind()
[all …]
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-x509.11 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "OPENSSL-X509 1ossl"
58 .TH OPENSSL-X509 1ossl 2025-09-30 3.5.4 OpenSSL
64 openssl\-x509 \- Certificate display and signing command
68 [\fB\-help\fR]
69 [\fB\-in\fR \fIfilename\fR|\fIuri\fR]
70 [\fB\-passin\fR \fIarg\fR]
71 [\fB\-new\fR]
72 [\fB\-x509toreq\fR]
73 [\fB\-req\fR]
[all …]
H A Dopenssl-ca.11 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "OPENSSL-CA 1ossl"
58 .TH OPENSSL-CA 1ossl 2025-09-30 3.5.4 OpenSSL
64 openssl\-ca \- sample minimal CA application
68 [\fB\-help\fR]
69 [\fB\-verbose\fR]
70 [\fB\-quiet\fR]
71 [\fB\-config\fR \fIfilename\fR]
72 [\fB\-name\fR \fIsection\fR]
73 [\fB\-section\fR \fIsection\fR]
[all …]
/freebsd/crypto/openssl/apps/
H A Dstoreutl.c2 * Copyright 2016-2025 The OpenSSL Project Authors. All Rights Reserved.
24 static BIO *out = NULL; variable
37 {OPT_HELP_STR, 1, '-', "Usage: %s [options] uri\n"},
40 {"help", OPT_HELP, '-', "Display this summary"},
41 {"", OPT_MD, '-', "Any supported digest"},
47 {"certs", OPT_SEARCHFOR_CERTS, '-', "Search for certificates only"},
48 {"keys", OPT_SEARCHFOR_KEYS, '-', "Search for keys only"},
49 {"crls", OPT_SEARCHFOR_CRLS, '-', "Search for CRLs only"},
51 {"issuer", OPT_CRITERION_ISSUER, 's', "Search by issuer and serial, issuer name"},
52 {"serial", OPT_CRITERION_SERIAL, 's', "Search by issuer and serial, serial number"},
[all …]
H A Dts.c2 * Copyright 2006-2025 The OpenSSL Project Authors. All Rights Reserved.
41 int cert, const char *in, const char *out, int text);
53 const char *out, int token_out, int text);
61 static int save_ts_serial(const char *serialfile, ASN1_INTEGER *serial);
91 {"help", OPT_HELP, '-', "Display this summary"},
104 {"token_in", OPT_TOKEN_IN, '-', "Input is a PKCS#7 file"},
105 {"token_out", OPT_TOKEN_OUT, '-', "Output is a PKCS#7 file"},
107 {"", OPT_MD, '-', "Any supported digest"},
110 {"query", OPT_QUERY, '-', "Generate a TS query"},
114 {"cert", OPT_CERT, '-', "Put cert request into query"},
[all …]
H A Dx509.c2 * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
33 #define UNSET_DAYS -2 /* -1 may be used for testing expiration checks */
34 #define EXT_COPY_UNSET -1
63 {"help", OPT_HELP, '-', "Display this summary"},
66 "Certificate input, or CSR input file with -req (default stdin)"},
67 {"passin", OPT_PASSIN, 's', "Private key and cert file pass-phrase source"},
68 {"new", OPT_NEW, '-', "Generate a certificate from scratch"},
69 {"x509toreq", OPT_X509TOREQ, '-',
71 {"req", OPT_REQ, '-', "Input is a CSR file (rather than a certificate)"},
78 "Key for signing, and to include unless using -force_pubkey"},
[all …]
/freebsd/crypto/openssh/
H A Dkrl.c14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
21 #include <openbsd-compat/sys-tree.h>
22 #include <openbsd-compat/sys-queue.h>
52 * Trees of revoked serial numbers, key IDs and keys. This allows
56 /* Tree of serial numbers. XXX make smarter: really need a real sparse bitmap */
108 if (a->hi >= b->lo && a->lo <= b->hi) in serial_cmp()
110 return a->lo < b->lo ? -1 : 1; in serial_cmp()
116 return strcmp(a->key_id, b->key_id); in key_id_cmp()
124 if (a->len != b->len) { in blob_cmp()
125 if ((r = memcmp(a->blob, b->blob, MINIMUM(a->len, b->len))) != 0) in blob_cmp()
[all …]
/freebsd/secure/caroot/
H A Dca-extract.pl2 #-
3 # SPDX-License-Identifier: BSD-2-Clause
7 # Copyright (c) 2025 Dag-Erling Smørgrav <des@FreeBSD.org>
27 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 # ca-extract.pl -- Extract trusted and untrusted certificates from
65 …or die("Error in command line arguments\n$0 [-d] [-i input-file] [-t trust-dir] [-u untrust-dir]\n…
93 open(OUT, "|-", qw(openssl x509 -text -inform DER -fingerprint))
95 print OUT $certdata;
96 close(OUT) or die "openssl x509 failed with exit code $?";
99 # converts a datastream that is to be \177-style octal constants
[all …]
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_serial_number_print.pod6 - Print a CertificateSerialNumber
12 int ossl_serial_number_print(BIO *out, const ASN1_INTEGER *bs, int indent);
16 This function writes a certificate serial number I<bs> to BIO I<out> in decimal if the serial
18 user of negative serial numbers, and handles wrapping of huge serial numbers.
20 serial number cannot be read into a long int.
22 If the serial number fits into a long int, it is printed on the same line as
27 This function returns 0 on success and -1 on failure.
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-x509.pod.in2 {- OpenSSL::safe::output_do_not_edit_headers(); -}
6 openssl-x509 - Certificate display and signing command
11 [B<-help>]
12 [B<-in> I<filename>|I<uri>]
13 [B<-passin> I<arg>]
14 [B<-new>]
15 [B<-x509toreq>]
16 [B<-req>]
17 [B<-copy_extensions> I<arg>]
18 [B<-inform> B<DER>|B<PEM>]
[all …]
/freebsd/sys/contrib/device-tree/src/arc/
H A Dabilis_tb101.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
15 bus-frequency = <166666666>;
18 clock-frequency = <1000000000>;
21 clock-mult = <1>;
22 clock-div = <2>;
25 clock-mult = <1>;
26 clock-div = <6>;
31 pctl_tsin_s0: pctl-tsin-s0 { /* Serial TS-in 0 */
34 pctl_tsin_s1: pctl-tsin-s1 { /* Serial TS-in 1 */
37 pctl_gpio_a: pctl-gpio-a { /* GPIO bank A */
[all …]
H A Dabilis_tb100.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
15 bus-frequency = <166666666>;
18 clock-frequency = <1000000000>;
21 clock-mult = <1>;
22 clock-div = <2>;
25 clock-mult = <1>;
26 clock-div = <6>;
31 pctl_tsin_s0: pctl-tsin-s0 { /* Serial TS-in 0 */
34 pctl_tsin_s1: pctl-tsin-s1 { /* Serial TS-in 1 */
37 pctl_gpio_a: pctl-gpio-a { /* GPIO bank A */
[all …]
/freebsd/share/man/man4/
H A Duplcom.427 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35 .Nd USB support for Prolific PL-2303/2303X/2303HX serial adapters driver
40 .Bd -ragged -offset indent
49 .Bd -literal -offset indent
55 driver provides support for various serial adapters based on the Prolific
56 PL-2303, PL-2303X and PL-2303HX USB-to-RS232 Bridge chips.
67 .Bl -bullet -compact
69 ADLINK ND-6530 USB-Serial Adapter
73 Alcor AU9720 USB-RS232 Serial Adapter
75 AlDiga AL-11U Modem
[all …]
/freebsd/sys/dev/puc/
H A Dpuc_cfg.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
36 #define PUC_PORT_1S 2 /* 1 serial port */
37 #define PUC_PORT_1S1P 3 /* 1 serial + 1 parallel ports */
38 #define PUC_PORT_1S2P 4 /* 1 serial + 2 parallel ports */
40 #define PUC_PORT_2S 6 /* 2 serial ports */
41 #define PUC_PORT_2S1P 7 /* 2 serial + 1 parallel ports */
42 #define PUC_PORT_3S 8 /* 3 serial ports */
43 #define PUC_PORT_4S 9 /* 4 serial ports */
[all …]
/freebsd/sys/contrib/openzfs/cmd/zpool/zpool.d/
H A Dpend_sec15 nonmed: Show SMART non-medium errors (SAS).
25 serial: Show disk serial number.
27 smart_test: Show SMART self-test results summary.
28 test_type: Show SMART self-test type (short, long... ).
29 test_status: Show SMART self-test status.
30 test_progress: Show SMART self-test percentage done.
31 test_ended: Show when the last SMART self-test ended (if supported).
46 # is chosen quasi-sequentially (based off our PID). This allows us to return
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
[all …]
H A Dsmart15 nonmed: Show SMART non-medium errors (SAS).
25 serial: Show disk serial number.
27 smart_test: Show SMART self-test results summary.
28 test_type: Show SMART self-test type (short, long... ).
29 test_status: Show SMART self-test status.
30 test_progress: Show SMART self-test percentage done.
31 test_ended: Show when the last SMART self-test ended (if supported).
46 # is chosen quasi-sequentially (based off our PID). This allows us to return
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
[all …]
H A Dsmart_test15 nonmed: Show SMART non-medium errors (SAS).
25 serial: Show disk serial number.
27 smart_test: Show SMART self-test results summary.
28 test_type: Show SMART self-test type (short, long... ).
29 test_status: Show SMART self-test status.
30 test_progress: Show SMART self-test percentage done.
31 test_ended: Show when the last SMART self-test ended (if supported).
46 # is chosen quasi-sequentially (based off our PID). This allows us to return
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
[all …]
H A Data_err15 nonmed: Show SMART non-medium errors (SAS).
25 serial: Show disk serial number.
27 smart_test: Show SMART self-test results summary.
28 test_type: Show SMART self-test type (short, long... ).
29 test_status: Show SMART self-test status.
30 test_progress: Show SMART self-test percentage done.
31 test_ended: Show when the last SMART self-test ended (if supported).
46 # is chosen quasi-sequentially (based off our PID). This allows us to return
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
[all …]
H A Dcmd_to15 nonmed: Show SMART non-medium errors (SAS).
25 serial: Show disk serial number.
27 smart_test: Show SMART self-test results summary.
28 test_type: Show SMART self-test type (short, long... ).
29 test_status: Show SMART self-test status.
30 test_progress: Show SMART self-test percentage done.
31 test_ended: Show when the last SMART self-test ended (if supported).
46 # is chosen quasi-sequentially (based off our PID). This allows us to return
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
[all …]
H A Ddefect15 nonmed: Show SMART non-medium errors (SAS).
25 serial: Show disk serial number.
27 smart_test: Show SMART self-test results summary.
28 test_type: Show SMART self-test type (short, long... ).
29 test_status: Show SMART self-test status.
30 test_progress: Show SMART self-test percentage done.
31 test_ended: Show when the last SMART self-test ended (if supported).
46 # is chosen quasi-sequentially (based off our PID). This allows us to return
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
[all …]
H A Dhealth15 nonmed: Show SMART non-medium errors (SAS).
25 serial: Show disk serial number.
27 smart_test: Show SMART self-test results summary.
28 test_type: Show SMART self-test type (short, long... ).
29 test_status: Show SMART self-test status.
30 test_progress: Show SMART self-test percentage done.
31 test_ended: Show when the last SMART self-test ended (if supported).
46 # is chosen quasi-sequentially (based off our PID). This allows us to return
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
[all …]
H A Dhours_on15 nonmed: Show SMART non-medium errors (SAS).
25 serial: Show disk serial number.
27 smart_test: Show SMART self-test results summary.
28 test_type: Show SMART self-test type (short, long... ).
29 test_status: Show SMART self-test status.
30 test_progress: Show SMART self-test percentage done.
31 test_ended: Show when the last SMART self-test ended (if supported).
46 # is chosen quasi-sequentially (based off our PID). This allows us to return
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
[all …]
H A Dnonmed15 nonmed: Show SMART non-medium errors (SAS).
25 serial: Show disk serial number.
27 smart_test: Show SMART self-test results summary.
28 test_type: Show SMART self-test type (short, long... ).
29 test_status: Show SMART self-test status.
30 test_progress: Show SMART self-test percentage done.
31 test_ended: Show when the last SMART self-test ended (if supported).
46 # is chosen quasi-sequentially (based off our PID). This allows us to return
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
[all …]
H A Dnvme_err15 nonmed: Show SMART non-medium errors (SAS).
25 serial: Show disk serial number.
27 smart_test: Show SMART self-test results summary.
28 test_type: Show SMART self-test type (short, long... ).
29 test_status: Show SMART self-test status.
30 test_progress: Show SMART self-test percentage done.
31 test_ended: Show when the last SMART self-test ended (if supported).
46 # is chosen quasi-sequentially (based off our PID). This allows us to return
53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l)
56 find "$dir" -type f -printf '%f\n' | while read -r file ; do
[all …]

12345678910>>...41