Home
last modified time | relevance | path

Searched refs:ASCII (Results 1 – 25 of 198) sorted by relevance

12345678

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A Dlong-help8 --id <ASCII string>
10 conf-variable: IPSec ID <ASCII string>
14 conf-variable: IPSec secret <ASCII string>
20 --username <ASCII string>
22 conf-variable: Xauth username <ASCII string>
26 conf-variable: Xauth password <ASCII string>
32 --domain <ASCII string>
34 conf-variable: Domain <ASCII string>
84 --application-version <ASCII string>
87 conf-variable: Application version <ASCII string>
[all …]
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_string_attribute_test.cpp33 "string_type" : "ASCII", in TEST_F()
47 static_cast<uint8_t>(BIOSStringAttribute::Encoding::ASCII)); in TEST_F()
55 "string_type" : "ASCII", in TEST_F()
82 "string_type" : "ASCII", in TEST_F()
118 "string_type" : "ASCII", in TEST_F()
168 "string_type" : "ASCII", in TEST_F()
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-ima.rst52 Then IMA ASCII measurement log has the following format:
156 Then IMA ASCII measurement log will have the following entry:
157 (converted from ASCII to text for readability)
197 then IMA ASCII measurement log will have an entry with:
198 (converted from ASCII to text for readability)
235 then IMA ASCII measurement log will have the following entry:
236 (converted from ASCII to text for readability)
269 then IMA ASCII measurement log will have an entry with:
270 (converted from ASCII to text for readability)
302 then IMA ASCII measurement log will have an entry with:
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-acpi31 - ASCII table signature
40 - ASCII OEM identification
43 - ASCII OEM table identification
49 - ASCII ASL compiler vendor ID
H A Dsysfs-secvar33 <variable_name>. The variable name is unique and is in ASCII
61 ASCII format. The directory is only created if the backing
68 Description: Config version as reported by the hypervisor in ASCII decimal
77 represented in ASCII decimal format.
89 Description: Total size of the PLPKS in bytes, represented in ASCII decimal
98 in ASCII decimal format.
106 represented as an 8 byte hexadecimal ASCII string. Consult the
116 hexadecimal ASCII string. Consult the hypervisor documentation
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dexternal_account_provider.hpp30 ASCII, enumerator
63 {TACACSplusPasswordExchangeProtocol::ASCII, "ASCII"},
H A Daccount_service.hpp50 ASCII, enumerator
117 {TACACSplusPasswordExchangeProtocol::ASCII, "ASCII"},
/openbmc/pldm/libpldmresponder/
H A Dbios_string_attribute.hpp28 ASCII = 0x01, enumerator
39 {"ASCII", Encoding::ASCII},
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-class-ubi54 Contains ASCII "0\n" if the UBI background thread is disabled,
55 and ASCII "1\n" if it is enabled.
115 Contains ASCII "1\n" if the read-only flag is set on this
159 Contains ASCII "0\n" if the UBI volume is OK, and ASCII "1\n"
199 Volume type. Contains ASCII "dynamic\n" for dynamic volumes and
207 Contains ASCII "0\n" if the update marker is not set for this
H A Dsysfs-firmware-opal-dump28 id: An ASCII representation of the dump ID
30 type: An ASCII representation of the type of
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/
H A Denscript_1.6.6.bb1 SUMMARY = "A plain ASCII to PostScript converter"
3 program. Enscript converts ASCII files to PostScript(TM) and spools generated \
/openbmc/linux/Documentation/w1/slaves/
H A Dw1_ds2406.rst22 driver ORs this state with 0x30, so shell scripts get an ASCII 0/1/2/3 to
24 respectively. Bits 2-7 are ignored, so it's safe to write ASCII data.
H A Dw1_ds2438.rst36 When writing to sysfs file bits 2-7 are ignored, so it's safe to write ASCII.
68 registers and provided as an ASCII decimal value.
85 After the voltage conversion the value is returned as decimal ASCII.
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-device-info.rst52 ASCII string. The driver version is stored in the
67 - Serial number as a NUL-terminated ASCII string.
71 - Location of the device in the system as a NUL-terminated ASCII
/openbmc/linux/Documentation/crypto/
H A Darchitecture.rst249 The following ASCII art decomposes the kernel crypto API layers when
253 For other use cases of AEAD ciphers, the ASCII art applies as well, but
268 following ASCII art applies too. However, the decomposition of GCM into
272 Each block in the following ASCII art is an independent cipher instance
280 The ASCII art picture also indicates the call structure, i.e. who calls
320 the ASCII art above:
364 Generic block ciphers follow the same concept as depicted with the ASCII
368 ASCII art picture above applies as well with the difference that only
375 depicted in the ASCII art picture above.
378 sha256_generic.c. The following ASCII art illustrates the
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/
H A Deject-2.1.5-spaces.patch7 occurrences off '\0##' with the ASCII value of 0##. Requires a writable
20 + * occurrences off '\0##' with the ASCII value of 0##. Requires a writable
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dchromeos-acpi-device.rst89 A null-terminated ASCII string containing the hardware ID from the Model-Specific Data area of
105 A null-terminated ASCII string containing the complete firmware version for the rewritable
119 A null-terminated ASCII string containing the complete firmware version for the read-only
214 Where ASCIIZ means a null-terminated ASCII string.
345 A package containing a list of null-terminated ASCII strings, one for each control method
/openbmc/qemu/tests/qapi-schema/
H A Dstring-code-point-127.json1 # We accept printable ASCII: code points 32..126. Test code point 127:
H A Dstring-code-point-31.json1 # We accept printable ASCII: code points 32..126. Test code point 127:
/openbmc/qemu/hw/mips/
H A Dtrace-events3 malta_fpga_display(const char *text) "ASCII '%s'"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/bitwise/files/
H A Dptest.out.expected9 ASCII: .......B
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-asciitree_0.3.3.bb1 SUMMARY = "Draws ASCII trees."
H A Dpython3-texttable_1.7.0.bb1 SUMMARY = "module for creating simple ASCII tables"
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-smartypants_2.0.0.bb1 SUMMARY = "Translator of plain ASCII punctuation characters into 'smart' typographic punctuation HT…
/openbmc/pldm/libpldmresponder/examples/bios/
H A Dstring_attrs.json6 // Possible values of string type {Unknown=0x00, ASCII=0x01, Hex=0x02,

12345678