/openbmc/openbmc/poky/scripts/contrib/ |
H A D | list-packageconfig-flags.py | 33 def get_fnlist(bbhandler, pkg_pn, preferred): argument 35 if preferred: 40 if preferred: 47 def get_recipesdata(bbhandler, preferred): argument 52 for fn in get_fnlist(bbhandler, pkg_pn, preferred): 145 parser.add_option("-p", "--preferred-only", 146 help = "where multiple recipe versions are available, list only the preferred version", 147 action="store_true", dest="preferred", default=False) 154 data_dict = get_recipesdata(bbhandler, options.preferred)
|
/openbmc/qemu/include/hw/riscv/ |
H A D | boot_opensbi.h | 44 * Preferred boot HART id 52 * to the FW_DYNAMIC firmware as the preferred boot HART. 54 * To avoid specifying a preferred boot HART, the previous booting 74 * Preferred boot HART id 82 * to the FW_DYNAMIC firmware as the preferred boot HART. 84 * To avoid specifying a preferred boot HART, the previous booting
|
/openbmc/linux/drivers/hid/ |
H A D | hid-bigbenff.c | 37 * 0x81, 0x02, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position) 39 * 0x81, 0x01, // Input (Const,Array,Abs,No Wrap,Linear,Preferred State,No Null Position) 47 * 0x81, 0x42, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,Null State) 50 * 0x81, 0x01, // Input (Const,Array,Abs,No Wrap,Linear,Preferred State,No Null Position) 59 * 0x81, 0x02, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position) 74 * 0x81, 0x02, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position) 77 …* 0xB1, 0x02, // Feature (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position,… 79 …* 0x91, 0x02, // Output (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position,N… 88 * 0x81, 0x02, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position) 126 0x81, 0x02, /* Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position) */ [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | ncsi.h | 21 * @NCSI_CMD_SET_INTERFACE: set preferred package and channel combination. 22 * Requires NCSI_ATTR_IFINDEX and the preferred NCSI_ATTR_PACKAGE_ID and 23 * optionally the preferred NCSI_ATTR_CHANNEL_ID. 24 * @NCSI_CMD_CLEAR_INTERFACE: clear any preferred package/channel combination. 86 * @NCSI_PKG_ATTR_FORCED: flag signifying a package has been set as preferred 114 * preferred
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | providers.py | 31 Convenience function to get latest and preferred providers in pkg_pn 107 Check if the version pe,pv,pr is the preferred one. 108 …If there is preferred version defined and ends with '%', then pv has to start with that version af… 128 preferred_v = versionVariableMatch(cfgData, "PREFERRED", pn) 176 logger.warning("preferred version %s of %s not available%s", pv_str, pn, itemstr) 306 dataCache.preferred[item] = prefervar 309 if item in dataCache.preferred: 312 if dataCache.preferred[item] == pn: 350 # Should use dataCache.preferred here? 351 preferred = [] [all …]
|
/openbmc/linux/mm/ |
H A D | memory-tiers.c | 28 nodemask_t preferred; member 65 * node_demotion[0].preferred = 2 66 * node_demotion[1].preferred = 3 67 * node_demotion[2].preferred = <empty> 68 * node_demotion[3].preferred = <empty> 82 * node_demotion[0].preferred = <empty> 83 * node_demotion[1].preferred = <empty> 84 * node_demotion[2].preferred = <empty> 100 * node_demotion[0].preferred = 2 101 * node_demotion[1].preferred = 0 [all …]
|
/openbmc/bmcweb/http/ |
H A D | complete_response_fields.hpp | 34 ContentType preferred = getPreferredContentType(accepts, allowed); in completeResponseFields() local 36 if (preferred == ContentType::HTML) in completeResponseFields() 40 else if (preferred == ContentType::CBOR) in completeResponseFields() 50 // Technically preferred could also be NoMatch here, but we'd in completeResponseFields()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/ |
H A D | 0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch | 20 In handleColorConflict, it only deal with conditons "new preferred" or 21 "old preferred". But not deal with the situation where neither is the 22 preferred type. so for tri-lib system, like mips64/mips64 n32/mips(32), 25 Fixed by performing a 'last-in-wins' resolution when "neither is preferred".
|
/openbmc/linux/fs/quota/ |
H A D | quotaio_v2.h | 41 __le32 dqb_isoftlimit; /* preferred inode limit */ 44 __le32 dqb_bsoftlimit; /* preferred limit on disk space (in QUOTABLOCK_SIZE) */ 54 __le64 dqb_isoftlimit; /* preferred inode limit */ 57 __le64 dqb_bsoftlimit; /* preferred limit on disk space (in QUOTABLOCK_SIZE) */
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | numastat.rst | 11 is incremented on the preferred node, otherwise numa_foreign is incremented on 12 the preferred node and numa_miss on the node where allocation succeeded. 14 Usually preferred node is the one local to the CPU where the process executes, 53 preferred node. As a result, such allocation will not increase the numa_foreign
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | relocate.c | 98 * @preferred_addr: preferred target address 104 * to @alignment but at least EFI_ALLOC_ALIGN. If the preferred address 137 * also have a preferred address, so first try to relocate in efi_relocate_kernel() 138 * to the preferred address. If that fails, allocate as low in efi_relocate_kernel() 146 * If preferred address allocation failed allocate as low as in efi_relocate_kernel()
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | ip_addresses.hpp | 28 Preferred, enumerator 52 {AddressState::Preferred, "Preferred"},
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | PowerDistribution.v1_4_0.json | 465 …qualified alternate mains circuit is automatically switched on when the preferred mains circuit be… 466 …qualified alternate mains circuit is automatically switched on when the preferred mains circuit be… 492 "description": "The preferred source for the mains circuit to this equipment.", 493 …"longDescription": "This property shall contain the preferred source for mains circuit to this equ… 501 …elay the automatic transfer from the alternate mains circuit back to the preferred mains circuit.", 502 …elay the automatic transfer from the alternate mains circuit back to the preferred mains circuit.", 510 …permitted from the alternate mains circuit back to the preferred mains circuit after the preferred… 511 …permitted from the alternate mains circuit back to the preferred mains circuit after the preferred… 519 …o delay the automatic transfer from the preferred mains circuit to the alternate mains circuit whe… 520 …o delay the automatic transfer from the preferred mains circuit to the alternate mains circuit whe…
|
H A D | IPAddresses.v1_1_5.json | 8 "Preferred", 14 …is currently within its valid lifetime but is now outside its RFC4862-defined preferred lifetime.", 16 …"Preferred": "This address is currently within both its RFC4862-defined valid and preferred lifeti… string 160 …perty shall contain the current RFC4862-defined state of this address. Preferred and Deprecated s…
|
/openbmc/linux/include/drm/ttm/ |
H A D | ttm_placement.h | 87 * @num_placement: number of preferred placements 88 * @placement: preferred placements 89 * @num_busy_placement: number of preferred placements when need to evict buffer 90 * @busy_placement: preferred placements when need to evict buffer
|
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/ |
H A D | terminal.py | 38 preferred = self.configured_terminal() 39 if preferred: 40 return preferred
|
/openbmc/linux/drivers/media/platform/qcom/camss/ |
H A D | camss-csid.h | 136 * @match_format_idx: Request preferred index, as defined by subdevice csid_format. 138 * @match_code: Request preferred code, set @match_format_idx to 0 if used 181 * @req_format_idx: Request preferred index, as defined by subdevice csid_format. 183 * @match_code: Request preferred code, set @req_format_idx to 0 if used
|
/openbmc/linux/Documentation/process/ |
H A D | maintainer-kvm-x86.rst | 111 With a few caveats listed below, follow the tip tree maintainers' preferred 116 variable declarations isn't strictly required, though it is still preferred. 150 The preferred prefix format is ``KVM: <topic>:``, where ``<topic>`` is one of:: 199 background. Note! This order directly conflicts with the tip tree's preferred 200 approach! Please follow the tip tree's preferred style when sending patches 203 Stating what a patch does before diving into details is preferred by KVM x86 254 strongly preferred. Booting an actual VM is encouraged, but not mandatory. 277 but dedicated KVM tests are preferred in all cases. Negative testcases in 301 tests for such bugs is strongly preferred. 303 In general, regression tests are preferred for any bug that is not trivial to
|
H A D | license-rules.rst | 9 License version 2 only (GPL-2.0), as provided in LICENSES/preferred/GPL-2.0, 157 1. _`Preferred licenses`: 163 LICENSES/preferred/ 173 LICENSES/preferred/GPL-2.0 177 LICENSES/preferred/MIT 265 requirements of the `Preferred licenses`_. 287 license in addition to a preferred license. These licenses are available 313 requirements of the `Preferred licenses`_.
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | memory-tagging-extension.rst | 95 preferred tag checking modes" section below. 133 Per-CPU preferred tag checking mode 142 tag checking mode as the CPU's preferred tag checking mode. 144 The preferred tag checking mode for each CPU is controlled by 147 default preferred mode for each CPU is ``async``. 149 To allow a program to potentially run in the CPU's preferred tag 154 kernel. If the CPU's preferred tag checking mode is in the task's set
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-tuner.rst | 421 - Mono/SAP (preferred) or Mono/Mono 425 - Stereo L/R (preferred) or Mono L+R 426 - Stereo L/R (preferred) or Mono L+R 427 - L/R (preferred) or L+R/L+R 431 - Stereo L/R (preferred) or Mono L+R 433 - L+R/SAP (preferred) or L/R or L+R/L+R 439 - Lang1/Lang2 (preferred) or Lang1/Lang1
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | numa_memory_policy.rst | 203 of increasing distance from the preferred node based on 206 Internally, the Preferred policy uses a single node--the 210 allocation policy can be viewed as a Preferred policy that 215 is always preferred by passing an empty nodemask with this 232 specified by a Preferred policy or had been selected by a 261 change in the set of allowed nodes, the preferred nodemask (Preferred 262 Many), preferred node (Preferred) or nodemask (Bind, Interleave) is 293 nodes, the node (Preferred) or nodemask (Bind, Interleave) is
|
/openbmc/phosphor-networkd/src/ |
H A D | argument.cpp | 82 " 2) Set preferred package\n" in usage() 84 " 3) Set preferred channel\n" in usage() 86 " 4) Clear preferred channel\n" in usage()
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3-beagle-ab4.dts | 30 /* Preferred always-on timer for clocksource */ 39 /* Preferred timer for clockevent */
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
H A D | license.py | 54 preferred = ["ALPHA", "FOO", "BAR"] variable in TestSimpleCombinations 58 if all(lic in self.preferred for lic in b): 74 preferred = ["BAR", "OMEGA", "BETA", "GPL-2.0-only"] variable in TestComplexCombinations
|