Home
last modified time | relevance | path

Searched +full:null +full:- +full:delimited (Results 1 – 25 of 25) sorted by relevance

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/
H A DLegacy.interface.yaml6 - name: Mount
10 - name: ImageURL
15 - name: ReadWrite
17 description: False if the image should be read-only.
18 - name: FileDescriptor
21 File descriptor of named pipe used for passing null-delimited
23 pass `-1` should be passed as `INT`.
25 - name: Status
29 - xyz.openbmc_project.Common.Error.InternalFailure
31 - name: Unmount
[all …]
/openbmc/qemu/include/qemu/
H A Doption.h4 * Copyright (c) 2003-2008 Fabrice Bellard
33 * @p: a pointer to the option name, delimited by commas
34 * @value: a non-NULL pointer that will received the delimited options
37 * the delimited options.
51 QEMU_OPT_STRING = 0, /* no parsing (use string as-is) */
/openbmc/u-boot/common/eeprom/
H A Deeprom_field.c1 // SPDX-License-Identifier: GPL-2.0+
3 * (C) Copyright 2009-2016 CompuLab, Ltd.
17 int from = reverse ? field->size - 1 : 0; in __eeprom_field_print_bin()
18 int to = reverse ? 0 : field->size - 1; in __eeprom_field_print_bin()
20 printf(PRINT_FIELD_SEGMENT, field->name); in __eeprom_field_print_bin()
21 for (i = from; i != to; reverse ? i-- : i++) in __eeprom_field_print_bin()
22 printf("%02x%s", field->buf[i], delimiter); in __eeprom_field_print_bin()
24 printf("%02x\n", field->buf[i]); in __eeprom_field_print_bin()
31 int k, j, i = reverse ? len - 1 : 0; in __eeprom_field_update_bin()
36 if (len > field->size * 2) in __eeprom_field_update_bin()
[all …]
/openbmc/openbmc/poky/scripts/
H A Doe-git-proxy3 # oe-git-proxy is a simple tool to be via GIT_PROXY_COMMAND. It uses socat
7 # It uses NO_PROXY to skip using the proxy for a comma delimited list of
17 # SPDX-License-Identifier: GPL-2.0-only
23 set -f
25 if [ $# -lt 2 -o "$1" = '--help' -o "$1" = '-h' ] ; then
26 echo 'oe-git-proxy: error: the following arguments are required: host port'
27 echo 'Usage: oe-git-proxy host port'
29 echo 'OpenEmbedded git-proxy - a simple tool to be used via GIT_PROXY_COMMAND.'
32 echo 'It uses NO_PROXY to skip using the proxy for a comma delimited list'
41 echo ' -h, --help show this help message and exit'
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-qga.c24 g_assert(s != -1); in connect_qga()
31 if (ret == -1) { in connect_qga()
36 return -1; in connect_qga()
38 } while (ret == -1); in connect_qga()
48 g_main_loop_quit(fixture->loop); in qga_watch()
55 GError *error = NULL; in fixture_setup()
56 g_autofree char *cwd = NULL; in fixture_setup()
57 g_autofree char *path = NULL; in fixture_setup()
58 g_autofree char *cmd = NULL; in fixture_setup()
59 g_auto(GStrv) argv = NULL; in fixture_setup()
[all …]
/openbmc/qemu/qobject/
H A Djson-parser.c10 * See the COPYING.LIB file in the top-level directory.
25 #include "json-parser-int.h"
63 if (ctxt->err) { in parse_error()
69 error_setg(&ctxt->err, "JSON parse error, %s", message); in parse_error()
79 return -1; in cvt4hex()
83 cp |= s[i] - '0'; in cvt4hex()
85 cp |= 10 + s[i] - 'a'; in cvt4hex()
87 cp |= 10 + s[i] - 'A'; in cvt4hex()
89 return -1; in cvt4hex()
113 * quotation-mark = %x22 ; "
[all …]
H A Djson-lexer.c10 * See the COPYING.LIB file in the top-level directory.
15 #include "json-parser-int.h"
28 * begin-array = ws %x5B ws ; [ left square bracket
29 * begin-object = ws %x7B ws ; { left curly bracket
30 * end-array = ws %x5D ws ; ] right square bracket
31 * end-object = ws %x7D ws ; } right curly bracket
32 * name-separator = ws %x3A ws ; : colon
33 * value-separator = ws %x2C ws ; , comma
48 * false null true
49 * [This lexer accepts [a-z]+, and leaves rejecting unknown literal
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/
H A D0002-Add-debug-prefix-map-option.patch3 Date: Tue, 19 Nov 2019 13:12:17 -0600
4 Subject: [PATCH] Add --debug-prefix-map option
7 analogous to the "-fdebug-prefix-map" option in GCC, and allows files to
10 Upstream-Status: Submitted [https://bugzilla.nasm.us/show_bug.cgi?id=3392635]
11 Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
13 ---
18 output/outas86.c | 4 +++-
19 output/outcoff.c | 4 ++--
20 output/outelf.c | 13 ++++++++-----
21 output/outieee.c | 2 +-
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DPort.v1_17_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_]*$": {
19 "null",
34 "description": "The available OEM-specific actions for this resource.",
35 …"longDescription": "This property shall contain the available OEM-specific actions for this resour…
43 "longDescription": "This type shall contain CXL-specific properties for a port.",
45 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
52 "null",
65 "type": "null"
[all …]
H A DResource.v1_23_0.json3 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
4 …"copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or…
29 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
36 "null",
49 "null"
59 "null"
69 "null"
90 … "NSID": "This value has been deprecated due to its non-uniqueness and `NGUID` should be used."
93 "EUI": "The IEEE-defined 64-bit Extended Unique Identifier (EUI).",
105-defined 64-bit Extended Unique Identifier (EUI), as defined in the IEEE's Guidelines for 64-bit G…
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DPort.v1_17_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_]*$": {
19 "null",
34 "description": "The available OEM-specific actions for this resource.",
35 …"longDescription": "This property shall contain the available OEM-specific actions for this resour…
43 "longDescription": "This type shall contain CXL-specific properties for a port.",
45 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
52 "null",
65 "type": "null"
[all …]
H A DOperatingSystem.v1_0_2.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_]*$": {
19 "null",
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_]*$": {
46 "null",
55 "format": "uri-reference",
59 "null"
[all …]
H A DResource.v1_23_0.json3 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
4 …"copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or…
29 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
36 "null",
49 "null"
59 "null"
69 "null"
90 … "NSID": "This value has been deprecated due to its non-uniqueness and `NGUID` should be used."
93 "EUI": "The IEEE-defined 64-bit Extended Unique Identifier (EUI).",
105-defined 64-bit Extended Unique Identifier (EUI), as defined in the IEEE's Guidelines for 64-bit G…
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dvar_funcs.py40 The print-out of the resulting var dictionary is:
288 headers[0][0]: content-length
291 headers[1][0]: x-xss-protection
301 [content-length]: 559
302 [x-xss-protection]: 1; mode=block
304 Another example containing a sub-list (see process_indent description below):
313 …Note that the 2 qualifications for containing a sub-list are met: 1) 'Additional Device Support' h…
328 …process_indent This indicates that indented sub-dictionaries and sub-lists are to…
329 … processed as such. An entry may have a sub-dict or sub-list if 1) It has
354 parent_indent = len(key_value_list[0]) - len(key_value_list[0].lstrip())
[all …]
/openbmc/qemu/qga/
H A Dmain.c11 * See the COPYING file in the top-level directory.
21 #include "qemu/help-texts.h"
22 #include "qobject/json-parser.h"
25 #include "guest-agent-core.h"
26 #include "qga-qapi-init-commands.h"
33 #include "qemu-version.h"
37 #include "qga/service-win32.h"
38 #include "qga/vss-win32.h"
40 #include "commands-common.h"
46 #define QGA_VIRTIO_PATH_DEFAULT "/dev/virtio-ports/org.qemu.guest_agent.0"
[all …]
/openbmc/u-boot/cmd/
H A Dpxe.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright 2010-2011 Calxeda, Inc.
25 "default-" CONFIG_SYS_ARCH "-" CONFIG_SYS_SOC,
27 "default-" CONFIG_SYS_ARCH,
29 NULL
54 * filenames based on mac addresses. Convert's ':' to '-', and adds "01-" to
59 * Returns 1 for success, -ENOENT if 'ethaddr' is undefined in the
69 return -EINVAL; in format_mac_pxe()
73 return -ENOENT; in format_mac_pxe()
75 sprintf(outbuf, "01-%02x-%02x-%02x-%02x-%02x-%02x", in format_mac_pxe()
[all …]
/openbmc/docs/designs/
H A Dvirtual-media.md7 - Przemyslaw Czarnowski <przemyslaw.hawrylewicz.czarnowski@intel.com>
8 - Anna Platash <anna.platash@intel.com>
18 system. This document focuses on few redirection options, like in-browser
23 - Virtual Media is going to use Network Block Device as primary disk image
25 - NBDkit is being used, to serve images from remote storages over HTTPS/CIFS.
37 - Proxy mode - works directly from browser and uses JavaScript/HTML5 to
40 - Legacy mode - is initiated from browser using Redfish defined VirtualMedia
47 The component diagram below shows Virtual Media high-level overview
50 +------------------+ +----------------------------------+ +-----------------------+
51 |Remote Device| | |BMC| +------------+ | |HOST| |
[all …]
/openbmc/libbej/src/
H A Dbej_decoder_core.c15 * @brief Call a callback function. If the callback function is NULL, this will
16 * not do anything. If the callback function returns a non-zero value, this will
17 * cause the caller to return with the non-zero status.
22 if ((function) != NULL) \
35 * @param[in] bytes - valid pointer to a byte stream in little-endian format.
36 * @param[in] numOfBytes - number of bytes belongs to the value. Maximum value
49 uint64_t mask = (uint64_t)1 << (uint8_t)(bitsInVal - 1); in bejGetIntegerValue()
50 return (int64_t)((value ^ mask) - mask); in bejGetIntegerValue()
56 * @param[in] enSegment - a valid pointer to a start of a SFLV bejTuple.
57 * @param[out] offsets - this will hold the local offsets.
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dhighlight.pack.js2-highlight";for(o=o.split(/\s+/),n=0,r=o.length;r>n;n++)if(i=o[n],a(i)||w(i))return i}function o(e…
/openbmc/ipmitool/doc/
H A Dipmitool.13 ipmitool \- utility for controlling IPMI\-enabled devices
6 ipmitool [ <options> ] <command> [ <sub-commands and sub-options> ]
8 <options> := [ <general-options> | <conditional-opts> ]
13 <general-options> := [ -h | -V | -v | -I <interface> | -H <address> |
14 -d <N> | -p <port> | -c | -U <username> |
15 -L <privlvl> | -l <lun> | -m <local_address> |
16 -N <sec> | -R <count> | <password-option> |
17 <oem-option> | <bridge-options> ]
19 <conditional-opts> := [ <lan-options> | <lanplus-options> |
20 <command-options> ]
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch8 Upstream-Status: Pending
10 Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 ---
13 bfd/configure | 1333 ++++++++----
14 bfd/configure.ac | 2 +-
16 binutils/configure | 1331 ++++++++----
18 gas/configure | 1331 ++++++++----
20 gprof/configure | 1331 ++++++++----
22 gprofng/configure | 1693 ++++++++++++----
24 gprofng/gp-display-html/Makefile.in | 2 +
[all …]
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtwpol-yocto.txt39 # semi-colon delimited. # #
68 SEC_CRIT = $(IgnoreNone)-SHa ; # Critical files that cannot change
69 SEC_SUID = $(IgnoreNone)-SHa ; # Binaries with the SUID or SGID flags set
74 SIG_LOW = 33 ; # Non-critical files that are of minimal security impact
75 SIG_MED = 66 ; # Non-critical files that are of significant security impact
85 $(TWBIN)/siggen -> $(SEC_BIN) ;
86 $(TWBIN)/tripwire -> $(SEC_BIN) ;
87 $(TWBIN)/twadmin -> $(SEC_BIN) ;
88 $(TWBIN)/twprint -> $(SEC_BIN) ;
91 # Tripwire Data Files - Configuration Files, Policy Files, Keys, Reports, Databases
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DResource_v1.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!---->
3 <!--################################################################################ -->
4 <!-
[all...]
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DResource_v1.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!---->
3 <!--################################################################################ -->
4 <!--# Redfish Schema: Resource v1.23.0 -->
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-2025 DMTF. -->
9 <!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10 <!--################################################################################ -->
[all …]
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dvariables.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
16 :term:`U <UBOOT_BINARY>` :term:`V <VIRTUAL-RUNTIME>`
27 ``meta/conf/machine/include/arm/arch-arm.inc`` file sets the
39 Like all package-controlling variables, you must always use them in
43 ALLOW_EMPTY:${PN}-dev = "1"
44 ALLOW_EMPTY:${PN}-staticdev = "1"
51 commands can co-exist.
60 ":ref:`ref-classes-update-alternatives`"
80 ":ref:`ref-classes-update-alternatives`"
96 ":ref:`ref-classes-update-alternatives`"
[all …]