Home
last modified time | relevance | path

Searched full:formatted (Results 1 – 25 of 220) sorted by relevance

123456789

/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp35 * @returns Message Success formatted to JSON */
47 * @returns Message GeneralError formatted to JSON */
57 * @returns Message Created formatted to JSON */
68 * @returns Message NoOperation formatted to JSON */
79 * @returns Message PropertyDuplicate formatted to JSON */
91 * @returns Message PropertyUnknown formatted to JSON */
104 * @returns Message PropertyValueTypeError formatted to JSON */
119 * @returns Message PropertyValueFormatError formatted to JSON */
134 * @returns Message PropertyValueNotInList formatted to JSON */
149 * @returns Message PropertyValueOutOfRange formatted to JSON */
[all …]
/openbmc/u-boot/doc/
H A DREADME.ext452 ext4write- create a file in ext4 formatted partition
55 2. To list the files in an ext4-formatted partition, run:
62 3. To read and load a file from an ext4-formatted partition to RAM, run:
69 4. To write a file to an ext4-formatted partition.
H A DREADME.zfs20 3. To read and load a file from an ZFS formatted partition to RAM, execute
/openbmc/u-boot/include/
H A Dlcd_console.h97 * lcd_printf() - Print to screen a formatted string at location of the cursor
99 * @fmt: The formatted string to print
100 * @...: The arguments for the formatted string
/openbmc/bmcweb/redfish-core/include/utils/
H A Dtime_utils.hpp37 // Returns the formatted date time string.
43 // Returns the formatted date time string with millisecond precision
49 // Returns the formatted date time string with microsecond precision
/openbmc/qemu/tests/qtest/
H A Dlibqtest.h29 * @fmt: Format for creating other arguments to pass to QEMU, formatted
40 * @fmt: Format for creating other arguments to pass to QEMU, formatted
171 * @fmt: QMP message to send to qemu, formatted like
185 * @fmt: QMP message to send to qemu, formatted like
197 * @fmt: QMP message to send to qemu, formatted like
209 * @fmt: text to send, formatted like sprintf()
231 * @fmt: QMP message to send to QEMU, formatted like
246 * @fmt: QMP message to send to QEMU, formatted like
262 * @fmt: QMP message to send to QEMU, formatted like
277 * @fmt: QMP message to send to QEMU, formatted like
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-test/
H A Drun-ptest12 # Returns the simple test formatted name
19 # Returns the simple test formatted result
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-test/
H A Drun-ptest12 # Returns the simple test formatted name
19 # Returns the simple test formatted result
/openbmc/openbmc/poky/meta/recipes-devtools/json-c/
H A Djson-c_0.18.bb3 you to easily construct JSON objects in C, output them as JSON formatted strings \
4 and parse JSON formatted strings back into the C representation of JSON objects."
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-library-functions.rst24 The strings passed below can be formatted with ``str.format()``, for example::
28 Formatted string can also be used directly::
/openbmc/phosphor-power/
H A Dformat_utils.hpp35 * ", ". The individual elements are formatted using std::format.
41 * @return formatted string containing the specified elements
/openbmc/openbmc/meta-openpower/recipes-phosphor/configuration/
H A Dentity-manager_%.bbappend3 # Systems with IBM processors tend to use IBM-formatted VPD, so fru-device
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-html2text_2024.2.26.bb1 SUMMARY = "Convert HTML to Markdown-formatted text"
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_tui.py97 The message to formatted into single line.
99 :return: Formatted singleline message.
289 Returns a formatted version of the server's address.
291 :return: formatted address
564 formatted = []
567 formatted.append((level, msg))
571 formatted.append(token)
572 self.history.add_to_history(formatted)
/openbmc/phosphor-webui/app/common/services/
H A DdataService.js74 var formatted = data.formatted_data || {};
78 this.network_interfaces = formatted.interfaces || [];
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/
H A Dxwud_1.0.7.bb6 in a specially formatted dump file, such as produced by xwd."
/openbmc/openbmc-tools/autojson/
H A Dautojson.py3 # and attempted to be formatted alphabetically
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Djson_utils.hpp60 * @brief Converts an integer to a formatted string
63 * @return std::string - the formatted string
/openbmc/openbmc/meta-ibm/recipes-phosphor/mboxd/mboxd/
H A Dcheck_pnor_format.sh16 echo "${pnordev} is not formatted UBI"
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLinux-man-pages-copyleft-var15 Formatted or processed versions of this manual, if unaccompanied by
H A DLinux-man-pages-copyleft20 Formatted or processed versions of this manual, if unaccompanied by
/openbmc/openbmc/meta-google/recipes-google/ipmi/
H A Dipmi-fru-sh.bb1 SUMMARY = "Shell functions for manipulating IPMI formatted EEPROMs"
/openbmc/openbmc-test-automation/tools/
H A Dgithub_issues_to_csv104 "username", nargs="?", help="GitHub user name, formatted as 'username'"
110 help="Repository names, formatted as 'basereponame/repo'",
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dset_required_questions.py23 raise ValueError("Badly formatted coordinates %s in line %s." % (coord, l.strip()))
25 raise ValueError("Skipping badly formatted line %s, %s" % (l.strip(), e))
/openbmc/phosphor-hwmon/
H A Dhwmonio.hpp84 /** @brief Perform formatted hwmon sysfs read.
106 /** @brief Perform formatted hwmon sysfs write.

123456789