Home
last modified time | relevance | path

Searched +full:per +full:- +full:string (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/openbmc/libcper/sections/
H A Dcper-section-ccix-per.c2 * Describes functions for converting CCIX PER log CPER sections from binary and JSON format
8 #include <string.h>
12 #include <libcper/cper-utils.h>
13 #include <libcper/sections/cper-section-ccix-per.h>
15 #include <string.h>
17 //Converts a single CCIX PER log CPER section into JSON IR.
24 "A CCIX PER Log Error occurred"); in cper_section_ccix_per_to_ir()
27 "Error: Could not write to CCIX PER Log description string\n"); in cper_section_ccix_per_to_ir()
30 "Error: CCIX PER Log description string truncated\n"); in cper_section_ccix_per_to_ir()
39 if (size < ccix_error->Length) { in cper_section_ccix_per_to_ir()
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/
H A Dlibtext-charwidth-perl_0.04.bb1 SUMMARY = "Text::CharWidth - Get number of occupied columns of a string on terminal."
5 example, ASCII characters occupy one column per character, east Asian \
7 per character, and combining characters (apperaring in ISO-8859-11 Thai, \
8 Unicode, and so on) occupy zero columns per character. mbwidth() gives the \
9 width of the first character of the given string and mbswidth() gives the \
10 width of the whole given string."
13 HOMEPAGE = "https://metacpan.org/release/KUBOTA/Text-CharWidth-0.04"
15 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
18 SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-CharWidth-${PV}.tar.gz"
22 S = "${WORKDIR}/Text-CharWidth-${PV}"
/openbmc/ibm-logging/
H A Dmanager.hpp13 #include <string>
45 * @param[in] bus - the D-Bus bus object
62 * @param[in] id - the entry ID
72 * @param[in] msg - the sdbusplus message
82 * @param[in] msg - the sdbusplus message
98 * @param[in] objectPath - object path of the error log
99 * @param[in] interfaces - map of all interfaces and properties
100 * on a phosphor-logging error log
102 void create(const std::string& objectPath,
112 * @param[in] objectPath - object path of the error log
[all …]
/openbmc/obmc-ikvm/
H A Dikvm_args.hpp3 #include <string>
23 * @param[in] c - Number of arguments
24 * @param[in] v - Array of arguments
40 * @param[in] argc - The number of arguments in the command line call
41 * @param[in] argv - The array of arguments from the command line
64 * @return Value of the desired frame rate in frames per second
84 * @return Reference to the string storing the path to the keyboard device
86 inline const std::string& getKeyboardPath() const in getKeyboardPath()
94 * @return Reference to the string storing the path to the mouse device
96 inline const std::string& getPointerPath() const in getPointerPath()
[all …]
H A Dikvm_video.hpp6 #include <string>
22 * @param[in] p - Path to the V4L2 video device
23 * @param[in] input - Reference to the Input object
24 * @param[in] fr - desired frame rate of the video
26 Video(const std::string& p, Input& input, int fr = 30, int sub = 0);
47 /* @brief Performs the resize and re-allocates framebuffer */
61 * @brief Gets the desired video frame rate in frames per second
123 /* @brief Number of bits per component of a pixel */
160 /* @brief Desired frame rate of video stream in frames per second */
173 const std::string path;
/openbmc/u-boot/include/
H A Dvsprintf.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * (C) Copyright 2000-2009
16 * strict_strtoul - convert a string to an unsigned long strictly
17 * @param cp The string to be converted
21 * value, otherwise it returns -EINVAL and *res is set to 0.
23 * strict_strtoul converts a string to an unsigned long only if the
24 * string is really an unsigned long string, any string containing
25 * any invalid char at the tail will be rejected and -EINVAL is returned,
34 * return the converted value of prefix part of the string.
46 * trailing_strtol() - extract a trailing integer from a string
[all …]
H A Ddisplay_options.h1 /* SPDX-License-Identifier: GPL-2.0+ */
5 * (C) Copyright 2000-2002
13 * print_size() - Print a size with a suffix
16 * xxx GiB, xxx.y GiB, etc as needed; allow for optional trailing string
20 * @suffix String to print after the size
25 * print_freq() - Print a frequency with a suffix
28 * optional trailing string (like "\n")
31 * @suffix String to print after the frequency
36 * print_buffer() - Print data buffer in hex and ascii form
45 * @linelen: Number of values to print per line; specify 0 for default length
[all …]
H A Dvideo.h9 * AIRVENT SAM s.p.a - RIMINI(ITALY)
32 * Bits per pixel selector. Each value n is such that the bits-per-pixel is
53 * struct video_priv - Device information used by the video uclass
58 * @bpix: Encoded bits per pixel (enum video_log2_bpp)
71 * @cmap: Colour map for 8-bit-per-pixel displays
72 * @fg_col_idx: Foreground color code (bit 3 = bold, bit 0-2 = color)
97 /* Placeholder - there are no video operations at present */
101 #define video_get_ops(dev) ((struct video_ops *)(dev)->driver->ops)
104 * video_reserve() - Reserve frame-buffer memory for video devices
109 * a size and position for each frame buffer as part of the pre-relocation
[all …]
/openbmc/phosphor-post-code-manager/
H A Dmeson.options2 'max-boot-cycle-count',
10 'bios-post-code-log',
16 'max-post-code-size-per-cycle',
20 description: 'Maximum post code file size per cycle',
24 'postcode-display-path',
25 type: 'string',
/openbmc/u-boot/cmd/
H A Dmac.c1 // SPDX-License-Identifier: GPL-2.0+
17 " - read EEPROM content into memory data structure\n"
19 " - save memory data structure to the EEPROM\n"
21 " - program system id per hard coded value\n"
22 "mac num string\n"
23 " - program system serial number to value string\n"
24 "mac errata string\n"
25 " - program errata data to value string\n"
27 " - program date to string value YYMMDDhhmmss\n"
29 " - program the number of network ports to integer N\n"
[all …]
/openbmc/u-boot/drivers/gpio/
H A Dadi_gpio2.c5 * Copyright 2008-2013 Analog Devices Inc.
7 * Licensed under the GPL-2 or later
30 str_ident[ident].name[RESOURCE_LABEL_SIZE - 1] = 0; in set_label()
42 printf("adi_gpio2: please provide none-null label\n"); in cmp_label()
47 return -EINVAL; in cmp_label()
65 return -EINVAL; in check_gpio()
68 return -EINVAL; in check_gpio()
76 gpio_array[gpio_bank(gpio)]->port_fer &= ~gpio_bit(gpio); in port_setup()
78 gpio_array[gpio_bank(gpio)]->port_fer |= gpio_bit(gpio); in port_setup()
81 gpio_array[gpio_bank(gpio)]->port_fer_clear = gpio_bit(gpio); in port_setup()
[all …]
/openbmc/u-boot/tools/buildman/
H A Dcmdline.py1 # SPDX-License-Identifier: GPL-2.0+
16 parser.add_option('-b', '--branch', type='string',
18 parser.add_option('-B', '--bloat', dest='show_bloat',
21 parser.add_option('--boards', type='string', action='append',
23 parser.add_option('-c', '--count', dest='count', type='int',
24 default=-1, help='Run build on the top n commits')
25 parser.add_option('-C', '--force-reconfig', dest='force_reconfig',
28 parser.add_option('-d', '--detail', dest='show_detail',
31 parser.add_option('-D', '--config-only', action='store_true', default=False,
33 parser.add_option('-e', '--show_errors', action='store_true',
[all …]
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Dformatter.py4 """Describes a strategy to use when outputting a parse tree to a string.
16 * 'html' - HTML entity substitution for generic HTML documents. (default)
17 * 'html5' - HTML entity substitution for HTML5 documents, as
19 * 'minimal' - Only make the substitutions necessary to guarantee
21 * None - Do not perform any substitution. This will be faster
25 * 'html' - Entity substitution for XHTML documents.
26 * 'minimal' - Only make the substitutions necessary to guarantee
28 * None - Do not perform any substitution. This will be faster
64 (HTML rules). To get <tag>, pass in the empty string.
70 is the empty string as HTML-style boolean attributes.
[all …]
/openbmc/entity-manager/schemas/
H A Dspdm_endpoint.json2 "$schema": "http://json-schema.org/draft-07/schema#",
12 "type": "string"
15 … "description": "Network port SPDM TCP responder is listening on per DSP0287_1.0.0",
24 "type": "string"
28 "type": "string",
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dsoftware_config.hpp6 #include <string>
19 * entity-manager via D-Bus. Each Code Updater can create its own configuration
26 SoftwareConfig(const std::string& objPath, uint32_t vendorIANA,
27 const std::string& compatible, const std::string& configType,
28 const std::string& name);
31 const std::string objectPath;
33 // https://github.com/openbmc/entity-manager/blob/master/schemas/firmware.json
36 const std::string configName;
39 const std::string configType;
43 sdbusplus::async::task<std::string> getInventoryItemObjectPath(
[all …]
/openbmc/phosphor-ipmi-blobs/test/
H A Dipmi_unittest.cpp10 // ipmid.hpp isn't installed where we can grab it and this value is per BMC
16 // The method should verify it did receive a non-null input pointer. in TEST()
22 // Verify that if the input length is 0 that it'll return the empty string. in TEST()
23 const std::string request = "asdf"; in TEST()
31 // Verify that if there isn't a nul-terminator found in an otherwise valid in TEST()
32 // string, it'll return the emptry string. in TEST()
42 // Verify that if it's provided a valid nul-terminated string, it'll in TEST()
44 std::string request = "asdf"; in TEST()
/openbmc/u-boot/drivers/video/
H A DKconfig13 to display a command-line console or splash screen. Enabling this
24 This driver can be use with "simple-panel" and
26 (leds/backlight/pwm-backlight.txt)
34 This driver can be used with "simple-panel" and
36 (leds/backlight/gpio-backlight.txt)
39 bool "Support 8-bit-per-pixel displays"
43 Support drawing text and bitmaps onto a 8-bit-per-pixel display.
49 bool "Support 16-bit-per-pixel displays"
53 Support drawing text and bitmaps onto a 16-bit-per-pixel display.
59 bool "Support 32-bit-per-pixel displays"
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DSensor.v1_11_1.json4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 …"copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or…
12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
21 "string"
34 "description": "The available OEM-specific actions for this resource.",
35 …"longDescription": "This property shall contain the available OEM-specific actions for this resour…
51 "type": "string"
56 …"longDescription": "This Redfish Specification-described type shall contain links to resources tha…
58 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
67 "string"
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DSensor.v1_11_1.json4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 …"copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or…
12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
21 "string"
34 "description": "The available OEM-specific actions for this resource.",
35 …"longDescription": "This property shall contain the available OEM-specific actions for this resour…
51 "type": "string"
56 …"longDescription": "This Redfish Specification-described type shall contain links to resources tha…
58 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
67 "string"
[all …]
H A DCoolingLoop.v1_1_0.json4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 …"copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or…
12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
21 "string"
28 "description": "The available OEM-specific actions for this resource.",
29 …"longDescription": "This property shall contain the available OEM-specific actions for this resour…
39 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
48 "string"
58 "string",
89 …ntain the density of the coolant, in kilograms per cubic meter units, as measured at room temperat…
[all …]
/openbmc/phosphor-pid-control/sensors/
H A Dsensor.hpp6 #include <string>
21 * any of sensor is meant to be sampled once per second. By default.
23 * @param[in] type - the sensor type (e.g. fan)
26 static int64_t getDefaultTimeout(const std::string& type) in getDefaultTimeout()
31 Sensor(const std::string& name, int64_t timeout, in Sensor()
54 virtual std::string getFailReason(void) in getFailReason()
59 std::string getName(void) const in getName()
78 std::string _name;
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Ldap/
H A DCreate.interface.yaml5 - name: CreateConfig
7 This method always creates a new config file as well as a D-Bus object
10 updated as per the
13 - name: LDAPServerURI
14 type: string
17 - name: LDAPBindDN
18 type: string
22 - name: LDAPBaseDN
23 type: string
26 - name: LDAPBINDDNpassword
[all …]
/openbmc/phosphor-pid-control/buildjson/
H A Dbuildjson.cpp36 "KeyError: should only have one 'pids' key per zone."); in validateJson()
42 "Invalid Configuration: must be at least one pid per zone."); in validateJson()
47 json parseValidateJson(const std::string& path) in parseValidateJson()
58 throw ConfigurationException("Invalid json - parse failed"); in parseValidateJson()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/
H A DUUID.interface.yaml4 - name: UUID
5 type: string
8 8-4-4-4-12 format as per RFC 4122.
/openbmc/libcper/specification/json/sections/
H A Dcper-ccix-per.json2 "$schema": "https://json-schema.org/draft/2020-12/schema",
4 "description": "CCIX PER Section",
18 "type": "string"

12345678910>>...22