/openbmc/qemu/tests/qemu-iotests/ |
H A D | 021.out | 4 == testing writev -P -1 == 5 -1 is not a valid pattern byte 7 == testing read -P -1 == 8 -1 is not a valid pattern byte 10 == testing write -P -1 == 11 -1 is not a valid pattern byte 13 == testing readv -P -1 == 14 -1 is not a valid pattern byte 16 == testing aio_read -P -1 == 17 -1 is not a valid pattern byte [all …]
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_attribs.c | 2 * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. 4 * Copyright (C) 2002-2011 Aleph One Ltd. 19 obj->yst_uid = oh->yst_uid; in yaffs_load_attribs() 20 obj->yst_gid = oh->yst_gid; in yaffs_load_attribs() 21 obj->yst_atime = oh->yst_atime; in yaffs_load_attribs() 22 obj->yst_mtime = oh->yst_mtime; in yaffs_load_attribs() 23 obj->yst_ctime = oh->yst_ctime; in yaffs_load_attribs() 24 obj->yst_rdev = oh->yst_rdev; in yaffs_load_attribs() 31 oh->win_atime[0] = obj->win_atime[0]; in yaffs_load_attribs_oh() 32 oh->win_ctime[0] = obj->win_ctime[0]; in yaffs_load_attribs_oh() [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-power | 5 Contact: linux-pm@vger.kernel.org 10 Valid values: Represented as string 14 Contact: linux-pm@vger.kernel.org 19 Valid values: Represented as string 23 Contact: linux-pm@vger.kernel.org 28 Valid values: Represented as string 32 Contact: linux-pm@vger.kernel.org 37 Valid values: "Battery", "UPS", "Mains", "USB", "Wireless" 43 Contact: linux-pm@vger.kernel.org 60 Valid values: Represented in microamps. Negative values are [all …]
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | scsw.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 17 * struct cmd_scsw - command-mode subchannel status word 24 * @isic: initial-status interruption control 25 * @alcc: address-limit checking control 26 * @ssi: suppress-suspended interruption 63 * struct tm_scsw - transport-mode subchannel status word 68 * @x: IRB-format control 69 * @q: interrogate-complete 79 * @schxs: subchannel-extended status 105 * struct eadm_scsw - subchannel status word for eadm subchannels [all …]
|
/openbmc/linux/drivers/hid/ |
H A D | hid-uclogic-params.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * HID driver for UC-Logic devices not fully compliant with HID standard 4 * - tablet initialization and parameter retrieval 26 /* Types of pen in-range reporting */ 28 /* Normal reports: zero - out of proximity, one - in proximity */ 30 /* Inverted reports: zero - in proximity, one - out of proximity */ 59 * report is equal to "value". Only valid if "value" is not zero. 85 * Only valid, if "desc_ptr" is not NULL. 90 /* The list of subreports, only valid if "id" is not zero */ 92 /* Type of in-range reporting, only valid if "id" is not zero */ [all …]
|
/openbmc/linux/drivers/firmware/ |
H A D | ti_sci.h | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 9 * Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/ 53 /* PSI-L requests */ 82 * struct ti_sci_msg_hdr - Generic Message Header for All messages and responses 103 * struct ti_sci_msg_resp_version - Response for a message 125 * struct ti_sci_msg_req_reboot - Reboot the SoC 136 * struct ti_sci_msg_req_set_device_state - Set the desired state of the device 143 * + MSG_FLAG_DEVICE_WAKE_ENABLED - Configure the device to be a wake source. 147 * + MSG_FLAG_DEVICE_RESET_ISO - Enable reset isolation for this device. 148 * + MSG_FLAG_DEVICE_EXCLUSIVE - Claim this device exclusively. When passed [all …]
|
/openbmc/linux/tools/testing/selftests/damon/ |
H A D | sysfs.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 # Kselftest frmework requirement - SKIP code is 4. 39 if [ "$to_ensure" = "exist" ] && [ ! -d "$dir" ] 43 elif [ "$to_ensure" = "not_exist" ] && [ -d "$dir" ] 57 if [ ! -f "$file" ] 62 perm=$(stat -c "%a" "$file") 68 elif [ "$to_ensure" = "not_exist" ] && [ -f "$dir" ] 104 ensure_write_succ "$filter_dir/type" "anon" "valid input" 105 ensure_write_succ "$filter_dir/type" "memcg" "valid input" 106 ensure_write_succ "$filter_dir/type" "addr" "valid input" [all …]
|
/openbmc/u-boot/drivers/input/ |
H A D | key_matrix.c | 1 // SPDX-License-Identifier: GPL-2.0+ 23 * @param valid Number of valid keypresses to check 27 int valid) in has_ghosting() argument 32 if (!config->ghost_filter || valid < 3) in has_ghosting() 35 for (i = 0; i < valid; i++) { in has_ghosting() 38 * and the other is in the same column as the i-th key. in has_ghosting() 40 for (j = i + 1; j < valid; j++) { in has_ghosting() 58 int valid, upto; in key_matrix_decode() local 62 keymap = config->plain_keycode; in key_matrix_decode() 63 for (valid = upto = 0; upto < num_keys; upto++) { in key_matrix_decode() [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-ext-ctrls.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 13 VIDIOC_G_EXT_CTRLS - VIDIOC_S_EXT_CTRLS - VIDIOC_TRY_EXT_CTRLS - Get or set the value of several co… 44 :ref:`ctrl-class`) and all controls in the control array must belong 61 relevant for pointer-type controls like strings), then the driver will 62 set ``size`` to a valid value and return an ``ENOSPC`` error code. You 63 should re-allocate the memory to this new size and try again. For the 70 N-dimensional arrays are set and retrieved row-by-row. You cannot set a 79 control values are valid. 86 values are automatically adjusted to a valid value or if an error is 91 closest valid value or return an ``ERANGE`` error code, whatever seems more [all …]
|
/openbmc/linux/drivers/acpi/ |
H A D | thermal.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * acpi_thermal.c - ACPI Thermal Zone Driver ($Revision: 41 $) 60 * 1.An invalid trip point becomes invalid or a valid trip point becomes invalid 61 * when re-evaluating the AML code. 63 * We need to re-bind the cooling devices of a thermal zone when this occurs. 68 acpi_handle_info(tz->device->handle, \ 70 "Please report to linux-acpi@vger.kernel.org\n", str); \ 97 bool valid; member 137 /* -------------------------------------------------------------------------- 139 -------------------------------------------------------------------------- */ [all …]
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_sol.robot | 20 @{setinprogress} set-complete set-in-progress commit-write 60 Set Valid SOL Privilege Level 61 [Documentation] Verify valid SOL's privilege level via IPMI. 67 Set SOL Setting privilege-level ${item} 79 ... sol set privilege-level ${value} 91 ... sol set retry-count ${value} 103 ... sol set retry-interval ${value} 115 ... sol set character-accumulate-level ${value} 127 ... sol set character-send-threshold ${value} 143 # SOL_BIOS_OUTPUT - BIOS SOL console output [all …]
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | ni_routes.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 6 * COMEDI - Linux Control and Measurement Device Interface 33 * struct ni_route_set - Set of destinations with a common source. 45 * struct ni_device_routes - List of all src->dest sets for a particular device. 46 * @device: Name of board/device (e.g. pxi-6733). 47 * @n_route_sets: Number of route sets that are valid for this device. 48 * @routes: List of route sets that are valid for this device. 57 * struct ni_route_tables - Register values and valid routes for a device. 58 * @valid_routes: Pointer to a all valid route sets for a single device. 62 * Link to the valid src->dest routes and the register values used to assign [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_core_reloc_kernel.c | 1 // SPDX-License-Identifier: GPL-2.0 20 int valid[10]; member 21 /* we have test_progs[-flavor], so cut flavor part */ 62 if (CORE_READ(&pid, &task->pid) || in test_core_kernel() 63 CORE_READ(&tgid, &task->tgid)) in test_core_kernel() 67 out->valid[0] = (((uint64_t)pid << 32) | tgid) == pid_tgid; in test_core_kernel() 70 out->valid[1] = BPF_CORE_READ(task, in test_core_kernel() 72 out->valid[2] = BPF_CORE_READ(task, in test_core_kernel() 75 out->valid[3] = BPF_CORE_READ(task, in test_core_kernel() 78 out->valid[4] = BPF_CORE_READ(task, in test_core_kernel() [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/org/freedesktop/UPower/ |
H A D | Device.interface.yaml | 2 "org.freedesktop.UPower.Device -- Device interface 10 - name: Refresh 13 org.freedesktop.upower.refresh-power-source authorization" 15 - name: GetHistory 20 - name: type 23 "The type of history. Valid types are rate or charge." 24 - name: timespan 28 - name: resolution 35 - name: data 50 - name: GetStatistics [all …]
|
/openbmc/libcper/specification/document/ |
H A D | cper-json-specification.tex | 7 \title{CPER-JSON Specification} 47 in a human-readable JSON format, intended to be interoperable with standard CPER binary. 50 …ive JSON schema\footnote{As defined by \href{https://json-schema.org/draft/2020-12/json-schema-cor… 132 …Whether the "platformID" field in the header structure (\ref{section:headerstructure}) is valid. \\ 134 … Whether the "timestamp" field in the header structure (\ref{section:headerstructure}) is valid. \\ 136 …Whether the "partitionID" field in the header structure (\ref{section:headerstructure}) is valid.\\ 172 ….fruIDValid & boolean & Whether the "fruID" field on this section descriptor contains valid data.\\ 173 …ngValid & boolean & Whether the "fruString" field on this section descriptor contains valid data.\\ 178 …ypes of sectoin body are defined in UEFI specification section N.2.2 Table N-5 and section N.2.4.\\ 197 reset & boolean & If true, indicates the component has been reset and must be re-initialised or re-… [all …]
|
/openbmc/phosphor-mboxd/vpnor/ |
H A D | README.md | 13 --------------------------------------------- 20 Use-case Requirements 21 --------------------- 30 ------------------------------------- 32 1. The FFS ToC defines the set of valid access ranges in terms of partitions 33 2. The read-only property of partitions is enforced 34 3. The ToC is considered read-only 35 4. Read access to valid ranges must be granted 36 5. Write access to valid ranges may be granted 37 6. Access ranges that are valid may map into a backing file associated with [all …]
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | global1_vtu.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 * Copyright (c) 2017 Savoir-faire Linux, Inc. 30 entry->fid = val & MV88E6352_G1_VTU_FID_MASK; in mv88e6xxx_g1_vtu_fid_read() 31 entry->policy = !!(val & MV88E6352_G1_VTU_FID_VID_POLICY); in mv88e6xxx_g1_vtu_fid_read() 38 u16 val = entry->fid & MV88E6352_G1_VTU_FID_MASK; in mv88e6xxx_g1_vtu_fid_write() 40 if (entry->policy) in mv88e6xxx_g1_vtu_fid_write() 93 bool *valid, u16 *vid) in mv88e6xxx_g1_vtu_vid_read() argument 109 if (valid) in mv88e6xxx_g1_vtu_vid_read() 110 *valid = !!(val & MV88E6XXX_G1_VTU_VID_VALID); in mv88e6xxx_g1_vtu_vid_read() 116 bool valid, u16 vid) in mv88e6xxx_g1_vtu_vid_write() argument [all …]
|
/openbmc/hiomapd/vpnor/ |
H A D | README.md | 18 ## Use-case Requirements 22 - The host expect an FFS layout (OpenPOWER systems) 23 - The BMC provide a directory tree presenting the backing files in a hierarchy 28 1. The FFS ToC defines the set of valid access ranges in terms of partitions 29 2. The read-only property of partitions is enforced 30 3. The ToC is considered read-only 31 4. Read access to valid ranges must be granted 32 5. Write access to valid ranges may be granted 33 6. Access ranges that are valid may map into a backing file associated with the 35 7. A read of a valid access range that maps into the backing file will render [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | rx_desc.h | 1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */ 3 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved. 4 * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved. 186 * Field only valid when for the received frame type the corresponding 190 * Field only valid when for the received frame type the corresponding 202 * field in address search failure cache-only entry should 206 * If set, intra-BSS routing detection is enabled 224 * buffer management for WiFi-to-PPE routing. 227 * by a different subsystem, completely disabling WiFi-to-PPE 254 * Field only valid when AST_based_lookup_valid == 1. [all …]
|
/openbmc/libbej/src/ |
H A D | bej_decoder_json.cpp | 18 * @param[in] params - a valid BejJsonParam struct. 19 * @param[in] propertyName - a NULL terminated string. 28 if (!(*params->isPrevAnnotated)) in addPropertyNameToOutput() 30 params->output->push_back('\"'); in addPropertyNameToOutput() 32 params->output->append(propertyName); in addPropertyNameToOutput() 33 params->output->append("\":"); in addPropertyNameToOutput() 39 * @param[in] propertyName - a NULL terminated string. 40 * @param[in] dataPtr - pointing to a valid BejJsonParam struct. 48 params->output->push_back('{'); in callbackSetStart() 49 *params->isPrevAnnotated = false; in callbackSetStart() [all …]
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_certificate.robot | 31 Server Valid Certificate Valid Privatekey ok 32 Server Empty Certificate Valid Privatekey error 33 Server Valid Certificate Empty Privatekey error 43 Client Valid Certificate Valid Privatekey ok 44 Client Empty Certificate Valid Privatekey error 45 Client Valid Certificate Empty Privatekey error 55 CA Valid Certificate ok 65 Client Valid Certificate Valid Privatekey ok 66 Client Empty Certificate Valid Privatekey error 67 Client Valid Certificate Empty Privatekey error [all …]
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | image_verify.cpp | 13 #include <phosphor-logging/elog-errors.hpp> 14 #include <phosphor-logging/elog.hpp> 15 #include <phosphor-logging/lg2.hpp> 82 // /etc/activationdata/OpenBMC/ -> get OpenBMC from the path in getAvailableKeyTypesFromSystem() 110 fs::path(imageDirPath) / "image-bmc.sig", in verifyFullImage() 111 fs::path(imageDirPath) / "image-hostfw.sig", in verifyFullImage() 112 fs::path(imageDirPath) / "image-kernel.sig", in verifyFullImage() 113 fs::path(imageDirPath) / "image-rofs.sig", in verifyFullImage() 114 fs::path(imageDirPath) / "image-rwfs.sig", in verifyFullImage() 115 fs::path(imageDirPath) / "image-u-boot.sig", in verifyFullImage() [all …]
|
/openbmc/linux/rust/kernel/ |
H A D | task.rs | 1 // SPDX-License-Identifier: GPL-2.0 14 // SAFETY: Deref + addr-of below create a temporary `TaskRef` that cannot outlive the 24 /// All instances are valid tasks created by the C portion of the kernel. 26 /// Instances of this type are always ref-counted, that is, a call to `get_task_struct` ensures 27 /// that the allocation remains valid at least until the matching call to `put_task_struct`. 56 /// fn new() -> Self { 90 pub unsafe fn current() -> impl Deref<Target = Task> { in current() 99 fn deref(&self) -> &Self::Target { in current() 108 // SAFETY: If the current thread is still running, the current task is valid. Given in current() 117 pub fn group_leader(&self) -> &Task { in group_leader() [all …]
|
/openbmc/linux/fs/nfs/ |
H A D | inode.c | 1 // SPDX-License-Identifier: GPL-2.0-only 12 * Change to nfs_read_super() to permit NFS mounts to multi-homed hosts. 62 /* Default is to see 64-bit inode numbers */ 72 return nfs_fileid_to_ino_t(fattr->fileid); in nfs_fattr_to_ino_t() 79 return -ERESTARTSYS; in nfs_wait_bit_killable() 85 * nfs_compat_user_ino64 - returns the user-visible inode number 86 * @fileid: 64-bit fileid 88 * This function returns a 32-bit inode number if the boot parameter 103 ino ^= fileid >> (sizeof(fileid)-sizeof(ino)) * 8; in nfs_compat_user_ino64() 119 WARN_ON_ONCE(!list_empty(&NFS_I(inode)->open_files)); in nfs_clear_inode() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | arm,vic.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/arm,vic.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <robh@kernel.org> 15 be nested or have the outputs wire-OR'd together. 18 - $ref: /schemas/interrupt-controller.yaml# 23 - arm,pl190-vic 24 - arm,pl192-vic 25 - arm,versatile-vic [all …]
|