Home
last modified time | relevance | path

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

12345678910>>...42

/openbmc/linux/drivers/acpi/acpica/
H A Dutstrtoul64.c1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
4 * Module Name: utstrtoul64 - String-to-integer conversion support for both
5 * 64-bit and 32-bit integers
17 * This module contains the top-level string to 64/32-bit unsigned integer
20 * 1) A standard strtoul() function that supports 64-bit integers, base
23 * constants than the runtime (interpreter) integer-to-string conversions.
29 * iASL - Preprocessor (constants and math expressions)
30 * iASL - Main parser, conversion of constants to integers
31 * iASL - Data Table Compiler parser (constants and math expressions)
32 * interpreter - Implicit and explicit conversions, GPE method names
[all …]
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.81 .\" This page Copyright (C) 2010 - 2015 Len Brown <len.brown@intel.com>
5 x86_energy_perf_policy \- Manage Energy vs. Performance Policy via x86 Model Specific Registers
10 .RB "scope: \-\-cpu\ cpu-list | \-\-pkg\ pkg-list"
12 .RB "cpu-list, pkg-list: # | #,# | #-# | all"
14 .RB "field: \-\-all | \-\-epb | \-\-hwp-epp | \-\-hwp-min | \-\-hwp-max | \-\-hwp-desired"
16 .RB "other: (\-\-force | \-\-hwp-enable | \-\-turbo-enable) value)"
18 .RB "value: # | default | performance | balance-performance | balance-power | power"
21 displays and updates energy-performance policy settings specific to
23 updates, no matter if the Linux cpufreq sub-system is enabled or not.
27 such as how aggressively the hardware enters and exits CPU idle states (C-states)
[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/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 …]
/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/linux/Documentation/netlink/
H A Dgenetlink-legacy.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
3 ---
4 $id: http://kernel.org/schemas/netlink/genetlink-legacy.yaml#
5 $schema: https://json-schema.org/draft-07/schema
12 len-or-define:
13 type: [ string, integer ]
14 pattern: ^[0-9A-Za-z_]+( - 1)?$
21 required: [ name, doc, attribute-sets, operations ]
26 type: string
28 type: string
[all …]
H A Dnetlink-raw.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
3 ---
4 $id: http://kernel.org/schemas/netlink/netlink-raw.yaml#
5 $schema: https://json-schema.org/draft-07/schema
12 len-or-define:
13 type: [ string, integer ]
14 pattern: ^[0-9A-Za-z_]+( - 1)?$
21 required: [ name, doc, attribute-sets, operations ]
26 type: string
28 type: string
[all …]
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dbrcm,usb-pinmap.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/usb/brcm,usb-pinmap.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Al Cooper <alcooperx@gmail.com>
15 - const: brcm,usb-pinmap
22 description: Interrupt for signals mirrored to out-gpios.
24 in-gpios:
29 brcm,in-functions:
30 $ref: /schemas/types.yaml#/definitions/string-array
[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/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget1 What: /config/usb-gadget
5 This group contains sub-groups corresponding to created
8 What: /config/usb-gadget/gadget
18 to bind a gadget, empty string "" to unbind.
21 names are super-speed-plus, super-speed,
22 high-speed, full-speed, and low-speed.
34 What: /config/usb-gadget/gadget/configs
40 What: /config/usb-gadget/gadget/configs/config
51 What: /config/usb-gadget/gadget/configs/config/strings
55 This group contains subdirectories for language-specific
[all …]
/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/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/bmcweb/redfish-core/schema/dmtf/csdl/
H A DCoolingLoop_v1.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!---->
3 <!--################################################################################ -->
4 <!--# Redfish Schema: CoolingLoop v1.0.3 -->
5 <!--# -->
6 <!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7 <!--# available at http://www.dmtf.org/standards/redfish -->
8 <!--# Copyright 2014-2024 DMTF. -->
9 <!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10 <!--################################################################################ -->
[all …]
/openbmc/linux/fs/xfs/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
10 on the SGI IRIX platform. It is completely multi-threaded, can
17 for complete details. This implementation is on-disk compatible
38 xfs_info against a filesystem mountpoint and checking for a string
39 beginning with "crc=". If the string "crc=0" is found, the
40 filesystem is a V4 filesystem. If no such string is found, please
51 bool "Support deprecated case-insensitive ascii (ascii-ci=1) format"
56 on systems that have been coerced into using ISO 8859-1, and it does
58 the locale settings in userspace, so it corrupts UTF-8 names.
65 xfs_info against a filesystem mountpoint and checking for a string
[all …]
/openbmc/linux/Documentation/networking/
H A Dalias.rst1 .. SPDX-License-Identifier: GPL-2.0
4 IP-Aliasing
7 IP-aliases are an obsolete way to manage multiple IP-addresses/masks
8 per interface. Newer tools such as iproute2 support multiple
9 address/prefixes per interface, but aliases are still supported
12 An alias is formed by adding a colon and a string when running ifconfig.
13 This string is usually numeric, but this is not a must.
24 ~~ -> request alias #0 creation (if not yet exists) for eth0
36 ~~~~~~~~~~ -> will delete alias
39 Alias (re-)configuring
H A Dmptcp-sysctl.rst1 .. SPDX-License-Identifier: GPL-2.0
10 enabled - BOOLEAN
14 per-namespace sysctl.
18 add_addr_timeout - INTEGER (seconds)
23 The default value matches TCP_RTO_MAX. This is a per-namespace
28 checksum_enabled - BOOLEAN
32 per-namespace sysctl.
36 allow_join_initial_addr_port - BOOLEAN
45 This is a per-namespace sysctl.
49 pm_type - INTEGER
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DSensor.v1_10_1.json4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 …"copyright": "Copyright 2014-2024 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_10_1.json4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 …"copyright": "Copyright 2014-2024 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_0_3.json4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 …"copyright": "Copyright 2014-2024 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-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/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/linux/Documentation/trace/
H A Dboottime-trace.rst1 .. SPDX-License-Identifier: GPL-2.0
4 Boot-time tracing
12 Boot-time tracing allows users to trace boot-time process including
13 device initialization with full features of ftrace including per-event
14 filter and actions, histograms, kprobe-events and synthetic-events,
27 .. [1] See :ref:`Documentation/admin-guide/bootconfig.rst <bootconfig>`
28 .. [2] See :ref:`Documentation/admin-guide/kernel-parameters.rst <kernelparameters>`
31 ---------------------
37 Output trace-event data on printk buffer too.
53 Add fgraph non-tracing function filters.
[all …]

12345678910>>...42