Home
last modified time | relevance | path

Searched full:preferred (Results 1 – 25 of 1293) sorted by relevance

12345678910>>...52

/openbmc/openbmc/poky/scripts/contrib/
H A Dlist-packageconfig-flags.py33 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 Dboot_opensbi.h44 * 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 Dhid-bigbenff.c37 * 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 Dncsi.h21 * @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 Dproviders.py31 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 Dmemory-tiers.c28 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 Dcomplete_response_fields.hpp32 ContentType preferred = getPreferredContentType(accepts, allowed); in completeResponseFields() local
34 if (preferred == ContentType::HTML) in completeResponseFields()
38 else if (preferred == ContentType::CBOR) in completeResponseFields()
48 // Technically preferred could also be NoMatch here, but we'd in completeResponseFields()
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch20 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 Dquotaio_v2.h41 __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/bmcweb/redfish-core/include/generated/enums/
H A Dip_addresses.hpp26 Preferred, enumerator
50 {AddressState::Preferred, "Preferred"},
/openbmc/linux/Documentation/admin-guide/
H A Dnumastat.rst11 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 Drelocate.c95 * @preferred_addr: preferred target address
101 * to @alignment but at least EFI_ALLOC_ALIGN. If the preferred address
134 * also have a preferred address, so first try to relocate in efi_relocate_kernel()
135 * to the preferred address. If that fails, allocate as low in efi_relocate_kernel()
143 * If preferred address allocation failed allocate as low as in efi_relocate_kernel()
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DPowerDistribution.v1_4_0.json465 …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…
/openbmc/linux/include/drm/ttm/
H A Dttm_placement.h87 * @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 Dterminal.py38 preferred = self.configured_terminal()
39 if preferred:
40 return preferred
/openbmc/linux/drivers/media/platform/qcom/camss/
H A Dcamss-csid.h136 * @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 Dmaintainer-kvm-x86.rst111 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 Dlicense-rules.rst9 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 Dmemory-tagging-extension.rst95 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 Dvidioc-g-tuner.rst421 - 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/fs/afs/
H A Dserver_list.c119 /* Maintain the same preferred server as before if possible. */ in afs_annotate_server_list()
120 cur = old->servers[old->preferred].server; in afs_annotate_server_list()
123 new->preferred = j; in afs_annotate_server_list()
/openbmc/linux/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst203 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/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-beagle-ab4.dts30 /* Preferred always-on timer for clocksource */
39 /* Preferred timer for clockevent */
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dlicense.py54 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
/openbmc/phosphor-networkd/src/
H A Dargument.cpp83 " 2) Set preferred package\n" in usage()
85 " 3) Set preferred channel\n" in usage()
87 " 4) Clear preferred channel\n" in usage()

12345678910>>...52