/openbmc/linux/scripts/ |
H A D | markup_oops.pl | 2 # SPDX-License-Identifier: GPL-2.0-only 22 'cross-compile|c=s' => \$cross_compile, 28 my $kerver = `uname -r`; 49 if ($line =~ /EAX: ([0-9a-f]+) EBX: ([0-9a-f]+) ECX: ([0-9a-f]+) EDX: ([0-9a-f]+)/) { 55 if ($line =~ /ESI: ([0-9a-f]+) EDI: ([0-9a-f]+) EBP: ([0-9a-f]+) ESP: ([0-9a-f]+)/) { 60 if ($line =~ /RAX: ([0-9a-f]+) RBX: ([0-9a-f]+) RCX: ([0-9a-f]+)/) { 65 if ($line =~ /RDX: ([0-9a-f]+) RSI: ([0-9a-f]+) RDI: ([0-9a-f]+)/) { 70 if ($line =~ /RBP: ([0-9a-f]+) R08: ([0-9a-f]+) R09: ([0-9a-f]+)/) { 74 if ($line =~ /R10: ([0-9a-f]+) R11: ([0-9a-f]+) R12: ([0-9a-f]+)/) { 79 if ($line =~ /R13: ([0-9a-f]+) R14: ([0-9a-f]+) R15: ([0-9a-f]+)/) { [all …]
|
/openbmc/webui-vue/src/views/Settings/Network/ |
H A D | ModalIpv6.vue | 2 <b-modal 3 id="modal-add-ipv6" 8 <b-form id="form-ipv6" @submit.prevent="handleSubmit"> 9 <b-row> 10 <b-col sm="6"> 11 <b-form-group 13 label-for="ipAddress" 15 <b-form-input 17 v-model="form.ipAddress" 22 <b-form-invalid-feedback role="alert"> [all …]
|
H A D | ModalDefaultGateway.vue | 2 <b-modal 3 id="modal-default-gateway" 8 <b-form id="gateway-settings" @submit.prevent="handleSubmit"> 9 <b-row> 10 <b-col sm="6"> 11 <b-form-group 13 label-for="defaultGateway" 15 <b-form-input 17 v-model.trim="form.defaultGateway" 18 data-test-id="network-input-gateway" [all …]
|
/openbmc/linux/Documentation/filesystems/ |
H A D | 9p.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 v9fs: Plan 9 Resource Sharing for Linux 10 v9fs is a Unix implementation of the Plan 9 9p remote filesystem protocol. 19 the 9p client is available in the form of a USENIX paper: 26 http://xcpu.org/papers/xcpu-talk.pdf 29 * CellFS: A New Programming Model for the Cell BE 30 http://xcpu.org/papers/cellfs-talk.pdf 31 * PROSE I/O: Using 9p to enable Application Partitions 33 * VirtFS: A Virtualization Aware File System pass-through 41 mount -t 9p 10.10.1.2 /mnt/9 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/ |
H A D | 51-these-are-not-joysticks-rm.rules | 1 # /etc/udev/rules.d/51-these-are-not-joysticks-rm.rules 3 # This file is auto-generated. For more information: 4 # https://github.com/denilsonsa/udev-joystick-blacklist 7 SUBSYSTEM=="input", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c30a", KERNEL=="js[0-9]*", RUN+="/b… 9 SUBSYSTEM=="input", ATTRS{idVendor}=="04d9", ATTRS{idProduct}=="a0df", KERNEL=="js[0-9]*", RUN+="/b… 10 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0010", ENV{ID_INPUT_JOYSTICK}=="?*"… 11 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0010", KERNEL=="js[0-9]*", RUN+="/b… 12 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0011", ENV{ID_INPUT_JOYSTICK}=="?*"… 13 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0011", KERNEL=="js[0-9]*", RUN+="/b… 14 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0012", ENV{ID_INPUT_JOYSTICK}=="?*"… [all …]
|
/openbmc/linux/include/net/9p/ |
H A D | 9p.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * 9P protocol definitions. 14 * enum p9_debug_flags - bits for mount time debug parameter 16 * @P9_DEBUG_9P: 9P protocol tracing 25 * @P9_DEBUG_FSC: FS-cache tracing 41 P9_DEBUG_FID = (1<<9), 62 * enum p9_msg_t - 9P message types 64 * @P9_RLERROR: response for any failed request for 9P2000.L 69 * @P9_TMKNOD: create a special file object request 70 * @P9_RMKNOD: create a special file object response [all …]
|
/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/ |
H A D | OpenBMCManager.v1_0_0.json | 2 …"$id": "https://github.com/openbmc/bmcweb/tree/master/redfish-core/schema/oem/openbmc/json-schema/… 3 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 11 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 12 "description": "This property shall specify a valid odata or Redfish property.", 87 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 88 "description": "This property shall specify a valid odata or Redfish property.", 201 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 211 "[A-Za-z0-9_.:]+": { 214 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 215 "description": "This property shall specify a valid odata or Redfish property.", [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | nvidia,tegra210-ahub.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/nvidia,tegra210-ahub.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 The Audio Hub (AHUB) comprises a collection of hardware accelerators 11 for audio pre-processing, post-processing and a programmable full 17 - Jon Hunter <jonathanh@nvidia.com> 18 - Sameer Pujar <spujar@nvidia.com> 22 pattern: "^ahub@[0-9a-f]*$" 26 - enum: [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | AddressPool.v1_3_0.json | 4 "$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_]*$": { 13 "description": "This property shall specify a valid odata or Redfish property.", 28 …shall contain the lower Autonomous System (AS) number to be used as part of a range of ASN values.… 37 …shall contain the upper Autonomous System (AS) number to be used as part of a range of ASN values.… 52 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 53 "description": "This property shall specify a valid odata or Redfish property.", 68 "description": "The available OEM-specific actions for this resource.", 69 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… [all …]
|
H A D | Event.v1_11_0.json | 4 "$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_]*$": { 13 "description": "This property shall specify a valid odata or Redfish property.", 28 "description": "The available OEM-specific actions for this resource.", 29 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… 37 "description": "Details for a CPER section or record associated with an event.", 38 …"longDescription": "This object shall contain the details for a CPER section or record that is the… 40 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 41 "description": "This property shall specify a valid odata or Redfish property.", [all …]
|
H A D | SwitchMetrics.v1_0_2.json | 4 "$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_]*$": { 13 "description": "This property shall specify a valid odata or Redfish property.", 31 "description": "The available OEM-specific actions for this resource.", 32 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… 43 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 44 "description": "This property shall specify a valid odata or Redfish property.", 59 "format": "uri-reference", 71 …on": "The memory metrics since the last switch reset or `ClearCurrentPeriod` action for a switch.", [all …]
|
H A D | ComponentIntegrity.v1_3_0.json | 4 "$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_]*$": { 13 "description": "This property shall specify a valid odata or Redfish property.", 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 object shall contain common identity-related authentication information.", 45 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 46 "description": "This property shall specify a valid odata or Redfish property.", 61 … "description": "A link to the certificate that represents the identity of the component.", [all …]
|
H A D | VCATEntry.v1_0_3.json | 4 "$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_]*$": { 13 "description": "This property shall specify a valid odata or Redfish property.", 28 "description": "The available OEM-specific actions for this resource.", 29 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… 36 "description": "The available OEM-specific actions for this resource.", 37 …"longDescription": "This type shall contain the available OEM-specific actions for this resource.", 39 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 40 "description": "This property shall specify a valid odata or Redfish property.", [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/ |
H A D | 0001-pkgconfig.patch | 3 Date: Tue, 26 Nov 2024 23:04:52 -0800 6 Update gpgme to use pkgconfig instead of -config files since its 9 Upstream-Status: Denied [Upstream not interested in pkg-config support] 12 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 15 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 17 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> 19 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 20 --- 22 src/Makefile.am | 4 +- 23 src/gpgme-pthread.pc.in | 15 +++++ [all …]
|
/openbmc/u-boot/tools/scripts/ |
H A D | define2mk.sed | 4 # It is expected that this script is fed the output of 'gpp -dM' 10 /^#define CONFIG_[A-Za-z0-9_][A-Za-z0-9_]*/ { 21 # Assume strings as default - add quotes around values 24 s/="\([0-9][0-9]*\)"/=\1/; 26 s/="\(-[1-9][0-9]*\)"/=\1/; 28 s/="\(0[Xx][0-9a-fA-F][0-9a-fA-F]*\)"/=\1/; 30 s/="\(CONFIG_[A-Za-z0-9_][A-Za-z0-9_]*\)"/=$(\1)/;
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.h | 2 * 9P network client for VirtIO 9P test cases (based on QTest) 7 * See the COPYING file in the top-level directory. 11 * Not so fast! You might want to read the 9p developer docs first: 12 * https://wiki.qemu.org/Documentation/9p 18 #include "hw/9pfs/9p.h" 19 #include "hw/9pfs/9p-synth.h" 20 #include "virtio-9p.h" 22 #include "tests/qtest/libqtest-single.h" 24 #define P9_MAX_SIZE 4096 /* Max size of a T-message or R-message */ 76 /* options for 'Twalk' 9p request */ [all …]
|
H A D | virtio-9p.c | 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * You should have received a copy of the GNU Lesser General Public 20 * Not so fast! You might want to read the 9p developer docs first: 21 * https://wiki.qemu.org/Documentation/9p 27 #include "standard-headers/linux/virtio_ids.h" 28 #include "virtio-9p.h" 35 static char *concat_path(const char* a, const char* b) in concat_path() argument 37 return g_build_filename(a, b, NULL); in concat_path() 49 char *template = concat_path(pwd, "qtest-9p-local-XXXXXX"); in virtio_9p_create_local_test_dir() 60 /* ... and is actually a directory */ in virtio_9p_create_local_test_dir() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | qcom,spmi-pmic.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/mfd/qcom,spmi-pmic.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm SPMI PMICs multi-function device 13 16-bit SPMI peripheral address space into 256 smaller fixed-size regions, 256 bytes 14 each. A function can consume one or more of these fixed-size register regions. 17 PMICs. These PMICs use a "QPNP" scheme through SPMI interface. 18 QPNP is effectively a partitioning scheme for dividing the SPMI extended 24 - Stephen Boyd <sboyd@kernel.org> [all …]
|
/openbmc/sdbusplus/tools/sdbusplus/schemas/ |
H A D | events.schema.yaml | 1 $id: https://openbmc-project.xyz/sdbusplus/events.schema.yaml 2 $schema: https://json-schema.org/draft/2020-12/schema 6 base-event: 16 pattern: "^[0-9]+\\.[0-9]+\\.[0-9]+$" 30 pattern: "^[A-Z][A-Z0-9a-z]*$" 36 A description of the field for use by 49 - name 50 - description 51 - type 54 - name [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
H A D | 0001-Don-t-use-__GNUC_PREREQ.patch | 3 Date: Fri, 30 Aug 2019 13:07:33 -0700 11 Signed-off-by: Khem Raj <raj.khem@gmail.com> 12 --- 13 Upstream-Status: Pending 15 lib/efi/efi.h | 4 ++-- 16 lib/engine/pragma.h | 4 ++-- 17 lib/log/log.h | 4 ++-- 18 lib/mpb/machine_bytes.h | 4 ++-- 19 lib/mpb/mpb.h | 4 ++-- 20 lib/orom/orom.h | 4 ++-- [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | Event.v1_11_0.json | 4 "$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_]*$": { 13 "description": "This property shall specify a valid odata or Redfish property.", 28 "description": "The available OEM-specific actions for this resource.", 29 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… 37 "description": "Details for a CPER section or record associated with an event.", 38 …"longDescription": "This object shall contain the details for a CPER section or record that is the… 40 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 41 "description": "This property shall specify a valid odata or Redfish property.", [all …]
|
H A D | ComponentIntegrity.v1_3_0.json | 4 "$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_]*$": { 13 "description": "This property shall specify a valid odata or Redfish property.", 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 object shall contain common identity-related authentication information.", 45 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 46 "description": "This property shall specify a valid odata or Redfish property.", 61 … "description": "A link to the certificate that represents the identity of the component.", [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | common.filter | 4 # Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved. 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # You should have received a copy of the GNU General Public License 24 sed -Ee 's/[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}/yyyy-mm-dd hh:mm:ss/' 29 sed -E -e 's/[0-9. ]{5} [KMGT]iB/ SIZE/' \ 30 -e 's/[0-9. ]{5} B/ SIZE/' 35 sed -Ee 's/\#block[0-9]{3,}/NODE_NAME/' 40 gsed -e '/Attached to:/s/\device[[0-9]\+\]/device[N]/g' 46 sed -e "s#$TEST_DIR/#TEST_DIR/#g" \ 47 -e "s#$SOCK_DIR/#SOCK_DIR/#g" \ [all …]
|
/openbmc/bmcweb/test/include/ |
H A D | ossl_random.cpp | 1 // SPDX-License-Identifier: Apache-2.0 2 // SPDX-FileCopyrightText: Copyright OpenBMC Authors 17 // 78e96a4b-62fe-48d8-ac09-7f75a94671e0 in TEST() 21 "^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$")); in TEST() 27 EXPECT_THAT(getRandomIdOfLength(1), MatchesRegex("^[a-zA-Z0-9]$")); in TEST() 28 EXPECT_THAT(getRandomIdOfLength(10), MatchesRegex("^[a-zA-Z0-9]{10}$")); in TEST()
|
/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/files/ |
H A D | ecryptfs-utils-CVE-2016-6224.patch | 4 Subject: [PATCH] ecryptfs-utils: CVE-2016-6224 6 src/utils/ecryptfs-setup-swap: Prevent unencrypted swap partitions from 9 encryption. It also resulted in a usability issue in that users were 10 erroneously prompted to enter a pass-phrase to unlock their swap partition 14 https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-6224 17 Upstream-Status: Backport 19 Signed-off-by: Li Zhou <li.zhou@windriver.com> 20 --- 21 ChangeLog | 9 +++++++++ 22 src/utils/ecryptfs-setup-swap | 10 ++++++++-- [all …]
|