Home
last modified time | relevance | path

Searched refs:preferred (Results 1 – 25 of 682) sorted by relevance

12345678910>>...28

/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):
154 data_dict = get_recipesdata(bbhandler, options.preferred)
/openbmc/bmcweb/http/
H A Dcomplete_response_fields.hpp35 ContentType preferred = in completeResponseFields() local
38 if (preferred == ContentType::HTML) in completeResponseFields()
42 else if (preferred == ContentType::CBOR) 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/openbmc/meta-arm/meta-arm/lib/fvp/
H A Dterminal.py38 preferred = self.configured_terminal()
39 if preferred:
40 return preferred
/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/openbmc/poky/bitbake/lib/bb/
H A Dproviders.py306 dataCache.preferred[item] = prefervar
309 if item in dataCache.preferred:
312 if dataCache.preferred[item] == pn:
351 preferred = []
362 if prefervar in pns and pns[prefervar] not in preferred:
369 preferred.append(pref)
372 numberPreferred = len(preferred)
375 … this conflict were: %s. You could set PREFERRED_RPROVIDER_%s" % (item, preferred, preferred_vars,…
/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/openbmc/meta-raspberrypi/recipes-kernel/linux/
H A Dlinux-raspberrypi-dev.bb3 msg = "Skipping linux-raspberrypi-dev as it is not the preferred " + \
14 # linux-yocto-dev is the preferred provider, they will be overridden to
/openbmc/qemu/scripts/
H A Dupdate-linux-headers.sh189 for l in preferred/GPL-2.0 preferred/BSD-2-Clause preferred/BSD-3-Clause \
/openbmc/linux/fs/ocfs2/
H A Dslot_map.c250 int preferred) in __ocfs2_find_empty_slot() argument
254 if ((preferred >= 0) && (preferred < si->si_num_slots)) { in __ocfs2_find_empty_slot()
255 if (!si->si_slots[preferred].sl_valid) { in __ocfs2_find_empty_slot()
256 ret = preferred; in __ocfs2_find_empty_slot()
/openbmc/ibm-dbus-interfaces/
H A DOWNERS27 # - name: preferred name of the individual.
28 # - email: preferred email address of the individual.
/openbmc/linux/fs/afs/
H A Daddr_list.c373 index = READ_ONCE(ac->alist->preferred); in afs_iterate_addresses()
396 ac->index != alist->preferred && in afs_end_cursor()
397 test_bit(ac->alist->preferred, &ac->tried)) in afs_end_cursor()
398 WRITE_ONCE(alist->preferred, ac->index); in afs_end_cursor()
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Ddefault-versions.inc2 # Default preferred versions
/openbmc/pyphosphor/
H A DOWNERS27 # - name: preferred name of the individual.
28 # - email: preferred email address of the individual.
/openbmc/sdeventplus/
H A DOWNERS27 # - name: preferred name of the individual.
28 # - email: preferred email address of the individual.
/openbmc/phosphor-mrw-tools/
H A DOWNERS27 # - name: preferred name of the individual.
28 # - email: preferred email address of the individual.
/openbmc/phosphor-state-manager/
H A DOWNERS27 # - name: preferred name of the individual.
28 # - email: preferred email address of the individual.
/openbmc/ibm-logging/
H A DOWNERS27 # - name: preferred name of the individual.
28 # - email: preferred email address of the individual.
/openbmc/phosphor-dbus-monitor/
H A DOWNERS27 # - name: preferred name of the individual.
28 # - email: preferred email address of the individual.
/openbmc/phosphor-webui/
H A DOWNERS27 # - name: preferred name of the individual.
28 # - email: preferred email address of the individual.
/openbmc/s2600wf-misc/
H A DOWNERS27 # - name: preferred name of the individual.
28 # - email: preferred email address of the individual.
/openbmc/witherspoon-pfault-analysis/
H A DOWNERS27 # - name: preferred name of the individual.
28 # - email: preferred email address of the individual.
/openbmc/kcsbridge/
H A DOWNERS27 # - name: preferred name of the individual.
28 # - email: preferred email address of the individual.
/openbmc/gpioplus/
H A DOWNERS27 # - name: preferred name of the individual.
28 # - email: preferred email address of the individual.
/openbmc/slpd-lite/
H A DOWNERS27 # - name: preferred name of the individual.
28 # - email: preferred email address of the individual.

12345678910>>...28