Home
last modified time | relevance | path

Searched refs:what (Results 326 – 350 of 1976) sorted by relevance

1...<<11121314151617181920>>...80

/openbmc/linux/arch/mips/include/asm/
H A Dbootinfo.h102 extern void free_init_pages(const char *what,
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/
H A Dibus-native.bb20 # seems by moving to src we break dependency tracking so build what's
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Dpgood_monitor.cpp119 log<level::ERR>(e.what()); in run()
/openbmc/fb-ipmi-oem/src/
H A Dcommandutils.cpp49 phosphor::logging::log<phosphor::logging::level::ERR>(e.what()); in getMbFruDevice()
/openbmc/bmcweb/include/
H A Dcredential_pipe.hpp32 BMCWEB_LOG_CRITICAL("Failed to connect pipe {}", ec.what()); in CredentialsPipe()
H A Dboost_formatters.hpp24 return std::format_to(ctx.out(), "{}", ec.what()); in format()
/openbmc/qemu/target/m68k/
H A Dtranslate.c346 ea_what what, int index) in gen_ldst() argument
348 if (what == EA_STORE) { in gen_ldst()
352 return gen_load(s, opsize, addr, what == EA_LOADS, index); in gen_ldst()
788 int opsize, TCGv val, TCGv *addrp, ea_what what, in gen_ea_mode() argument
797 if (what == EA_STORE) { in gen_ea_mode()
801 return gen_extend(s, reg, opsize, what == EA_LOADS); in gen_ea_mode()
805 if (what == EA_STORE) { in gen_ea_mode()
809 return gen_extend(s, reg, opsize, what == EA_LOADS); in gen_ea_mode()
813 return gen_ldst(s, opsize, reg, val, what, index); in gen_ea_mode()
816 result = gen_ldst(s, opsize, reg, val, what, index); in gen_ea_mode()
[all …]
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dindex.rst26 1. you get what you pay for
58 - knowledge of what all those values mean
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dgre_inner_v6_multipath.sh256 local what=$1; shift
279 multipath_eval "$what" $weight1 $weight2 $d111 $d222
H A Dvxlan_bridge_1d.sh419 local what=$1; shift
425 log_test "VXLAN: $what"
450 local what=$1; shift
459 log_test "VXLAN: $what"
/openbmc/phosphor-fan-presence/monitor/
H A Dfan_error.cpp124 _errorName, _fanName, e.what()), in commit()
168 e.what()) in makeLogFFDCFile()
/openbmc/phosphor-logging/tools/phosphor-logging/templates/
H A Delog-lookup-template.mako.cpp1 ## Note that this file is not auto generated, it is what generates the
/openbmc/linux/scripts/
H A Dsubarch.include1 # SUBARCH tells the usermode build what the underlying arch is. That is set
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A Dimap-2007f-format-security.patch15 mm_log (tmp,WARN); /* give the user a warning of what happened */
/openbmc/phosphor-certificate-manager/bmc-vmi-ca/
H A Dca_certs_manager.cpp48 lg2::error(e.what()); in signCSR()
/openbmc/phosphor-ipmi-blobs/
H A Dutils.cpp99 entry("EXCEPTION=%s", e.what())); in loadLibraries()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/enca/enca/
H A Dlibenca-003-iconv.patch28 dnl Compile iconvcap.c and run it to determine what encodings iconv actually
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DNGPL15 …omeone else and passed on, we want its recipients to know that what they have is not what we distr…
17 …d other holders of NetHack copyrights) make the following terms which say what you must do to be a…
/openbmc/openbmc/poky/documentation/overview-manual/
H A Dyp-intro.rst31 `article <https://www.embedded.com/electronics-blogs/say-what-/4458600/Why-the-Yocto-Project-for-my…
76 distribution, you can use the Yocto Project to create exactly what
128 in what order to support dependencies, other build systems can
146 Some Research:* Beyond the simple tutorial stage, understanding what
150 …it for your project, see the ":ref:`what-i-wish-id-known:what i wish i'd known about yocto project…
198 what to do. You can
202 time. This powerful override capability is what allows you to customize
304 use the tool to optionally integrate what you build into an image
458 :ref:`figure <overview-manual/yp-intro:what is the yocto project?>`.
469 ":ref:`overview-manual/yp-intro:what is the yocto project?`"
[all …]
/openbmc/linux/arch/riscv/
H A DKconfig370 If you don't know what to do here, say N.
456 If you don't know what to do here, say Y.
475 If you don't know what to do here, say Y.
493 If you don't know what to do here, say Y.
513 If you don't know what to do here, say Y.
524 If you don't know what to do here, say Y.
548 If you don't know what to do here, say Y.
565 If you don't know what to do here, say Y.
578 If you don't know what to do here, say Y.
622 If you don't know what to do here, say Y.
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/
H A Dcpu_set.patch15 fall-back on what we had before, which is to use just the size of
/openbmc/linux/fs/efs/
H A DKconfig12 what all this is about, it's safe to say N. For more information
/openbmc/linux/net/ceph/
H A Dmon_client.c853 __ceph_monc_get_version(struct ceph_mon_client *monc, const char *what, in __ceph_monc_get_version() argument
863 sizeof(u64) + sizeof(u32) + strlen(what), in __ceph_monc_get_version()
883 ceph_encode_string(&p, end, what, strlen(what)); in __ceph_monc_get_version()
901 int ceph_monc_get_version(struct ceph_mon_client *monc, const char *what, in ceph_monc_get_version() argument
907 req = __ceph_monc_get_version(monc, what, NULL, 0); in ceph_monc_get_version()
925 int ceph_monc_get_version_async(struct ceph_mon_client *monc, const char *what, in ceph_monc_get_version_async() argument
930 req = __ceph_monc_get_version(monc, what, cb, private_data); in ceph_monc_get_version_async()
/openbmc/intel-ipmi-oem/src/
H A Dfirmware-update.cpp505 phosphor::logging::entry("EXCEPTION=%s", e.what())); in getFirmwareUpdateMode()
529 phosphor::logging::entry("EXCEPTION=%s", e.what())); in setFirmwareUpdateMode()
628 phosphor::logging::entry("ERROR=%s", e.what())); in postTransferCompleteHandler()
865 phosphor::logging::entry("ERROR=%s", e.what()), in ipmiGetFwVersionInfo()
923 phosphor::logging::entry("ERROR=%s", e.what())); in ipmiGetFwVersionInfo()
951 phosphor::logging::entry("MSG=%s", e.what())); in getSecurityVersionInfo()
1064 phosphor::logging::entry("MSG=%s", e.what())); in ipmiGetFwRootCertData()
1578 ex.what()); in ipmiSetFirmwareUpdateOptions()
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0002-Add-support-for-boot-initiator-mailbox.patch84 + entry("ERROR=%s", e.what()));
113 + entry("ERROR=%s", e.what()));
142 + entry("ERROR=%s", e.what()));
170 + entry("ERROR=%s", e.what()));

1...<<11121314151617181920>>...80