Home
last modified time | relevance | path

Searched refs:reasons (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dtaskdata.py304 reasons = []
309 reasons.append("%s was skipped: %s" % (skipitem.pn, skipitem.skipreason))
311reasons.append("%s RPROVIDES %s but was skipped: %s" % (skipitem.pn, item, skipitem.skipreason))
313reasons.append("%s PROVIDES %s but was skipped: %s" % (skipitem.pn, item, skipitem.skipreason))
314 return reasons
355 …bb.event.fire(bb.event.NoProvider(item, dependees=self.get_dependees(item), reasons=self.get_reaso…
367 …bb.event.fire(bb.event.NoProvider(item, dependees=self.get_dependees(item), reasons=["No eligible …
403 …vent.NoProvider(item, runtime=True, dependees=self.get_rdependees(item), reasons=self.get_reasons(…
410 …vent.NoProvider(item, runtime=True, dependees=self.get_rdependees(item), reasons=["No eligible RPR…
/openbmc/qemu/hw/isa/
H A DKconfig41 # For historical reasons, SuperIO devices are created in the board
72 # For historical reasons, SuperIO devices are created in the board
/openbmc/linux/Documentation/driver-api/firmware/
H A Dbuilt-in-fw.rst14 There are a few reasons why you might want to consider building your firmware
21 Even if you have these needs there are a few reasons why you may not be
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/
H A D0001-support-authentication-for-kickstart.patch102 + reasons = request.headers.get("WWW-Authenticate", "").split()
103 + if reasons:
104 + auth_type = reasons[0]
/openbmc/linux/Documentation/arch/arm64/
H A Damu.rst78 CONFIG_ARM64_AMU_EXTN. To be noted that for security reasons, this does not
102 - Security reasons: they might expose information about code executed in
115 - Security reasons: they might expose information about code executed
/openbmc/qemu/docs/specs/
H A Dstandard-vga.rst22 Applies to the pci variant only for obvious reasons.
73 Likewise applies to the pci variant only for obvious reasons.
/openbmc/linux/include/net/
H A Ddropreason.h37 const char * const *reasons; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c523 u32 reasons = le32_to_cpu(status_data.wakeup_reason); in iwlagn_mac_resume() local
526 IWL_INFO(priv, "WoWLAN wakeup reason(s): 0x%.8x\n", reasons); in iwlagn_mac_resume()
528 if (reasons) { in iwlagn_mac_resume()
529 if (reasons & IWLAGN_WOWLAN_WAKEUP_MAGIC_PACKET) in iwlagn_mac_resume()
531 if (reasons & IWLAGN_WOWLAN_WAKEUP_PATTERN_MATCH) in iwlagn_mac_resume()
533 if (reasons & (IWLAGN_WOWLAN_WAKEUP_BEACON_MISS | in iwlagn_mac_resume()
536 if (reasons & IWLAGN_WOWLAN_WAKEUP_GTK_REKEY_FAIL) in iwlagn_mac_resume()
538 if (reasons & IWLAGN_WOWLAN_WAKEUP_EAP_IDENT_REQ) in iwlagn_mac_resume()
540 if (reasons & IWLAGN_WOWLAN_WAKEUP_4WAY_HANDSHAKE) in iwlagn_mac_resume()
/openbmc/qemu/docs/devel/migration/
H A Dvirtio.rst11 for several reasons:
114 added to the core for compatibility reasons. If transport or device specific
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-platform-power-on-reason5 Description: Shows system power on reason. The following strings/reasons can
H A Dsysfs-class-net-statistics170 See the driver for the exact reasons as to why the packets were
179 a network device. See the driver for the exact reasons as to
188 FIFO error. See the driver for the exact reasons as to why the
198 reasons as to why the packets were dropped.
/openbmc/linux/Documentation/arch/arm/
H A Dmem_alignment.rst8 bad idea to configure it out, but Russell King has some good reasons for
22 mode isn't recommended for performance reasons (just think about the
H A Dkernel_mode_neon.rst20 code that runs in kernel mode. However, for performance reasons, the NEON/VFP
25 non-preemptible section for reasons outlined below.
51 For reasons of performance and simplicity, it was decided that there shall be no
/openbmc/openbmc/meta-arm/meta-arm/classes/
H A Dfvpboot.bbclass58 # For unexplained reasons, getVarFlags() returns None if there are no flags
61 # For other reasons, you can't pass expand=True
/openbmc/qemu/migration/
H A Dmigration-hmp-cmds.c62 strList *reasons = info->blocked_reasons; in hmp_info_migrate() local
64 while (reasons) { in hmp_info_migrate()
65 monitor_printf(mon, " %s\n", reasons->value); in hmp_info_migrate()
66 reasons = reasons->next; in hmp_info_migrate()
H A Dsavevm.h33 void qemu_savevm_non_migratable_list(strList **reasons);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/
H A D855.patch6 For some reasons "system;thread;random;unit_test_framework" was seen as a single module, because of…
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c1463 u32 reasons = status->wakeup_reasons; in iwl_mvm_report_wakeup_reasons() local
1465 if (reasons == IWL_WOWLAN_WAKEUP_BY_NON_WIRELESS) { in iwl_mvm_report_wakeup_reasons()
1472 if (reasons & IWL_WOWLAN_WAKEUP_BY_MAGIC_PACKET) in iwl_mvm_report_wakeup_reasons()
1475 if (reasons & IWL_WOWLAN_WAKEUP_BY_PATTERN) in iwl_mvm_report_wakeup_reasons()
1479 if (reasons & (IWL_WOWLAN_WAKEUP_BY_DISCONNECTION_ON_MISSED_BEACON | in iwl_mvm_report_wakeup_reasons()
1483 if (reasons & IWL_WOWLAN_WAKEUP_BY_GTK_REKEY_FAILURE) in iwl_mvm_report_wakeup_reasons()
1486 if (reasons & IWL_WOWLAN_WAKEUP_BY_RFKILL_DEASSERTED) in iwl_mvm_report_wakeup_reasons()
1489 if (reasons & IWL_WOWLAN_WAKEUP_BY_EAPOL_REQUEST) in iwl_mvm_report_wakeup_reasons()
1492 if (reasons & IWL_WOWLAN_WAKEUP_BY_FOUR_WAY_HANDSHAKE) in iwl_mvm_report_wakeup_reasons()
1495 if (reasons & IWL_WOWLAN_WAKEUP_BY_REM_WAKE_LINK_LOSS) in iwl_mvm_report_wakeup_reasons()
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DGPL-2.0-with-font-exception9 reasons why the document might be covered by the GNU General Public License. If
/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/
H A D0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch8 reasons why this is not approproiate for upstream submission.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/
H A D0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch8 reasons why this is not approproiate for upstream submission.
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/files/
H A D0001-remove-pointless-check.patch6 There's no point explicitly checking for gtk-doc, for two reasons:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/
H A Dkeyutils-fix-error-report-by-adding-default-message.patch9 have several reasons.
/openbmc/linux/Documentation/admin-guide/media/
H A Ddvb_references.rst14 reasons, please check the archive at https://linuxtv.org/pipermail/linux-dvb/.
/openbmc/hiomapd/
H A DREADME.md7 For historical reasons, source and generated binaries may refer to 'mbox' or
60 For not particularly good reasons the codebase is a mix of C and C++. This is an

12345678910>>...16