Home
last modified time | relevance | path

Searched full:tried (Results 1 – 25 of 142) sorted by relevance

123456

/openbmc/u-boot/tools/
H A Dmicrocode-tool.py131 mcode_list, tried = FindMicrocode(microcodes, model.lower())
132 print 'Matching models %s:' % (', '.join(tried))
155 List of abbreviations we tried
162 tried = []
166 tried.append(abbrev)
172 return found, tried
300 tried = []
302 mcode_list, tried = FindMicrocode(microcodes, model)
305 (model, ', '.join(tried)))
309 (model, ', '.join(tried),
H A Dmicrocode-tool131 mcode_list, tried = FindMicrocode(microcodes, model.lower())
132 print 'Matching models %s:' % (', '.join(tried))
155 List of abbreviations we tried
162 tried = []
166 tried.append(abbrev)
172 return found, tried
300 tried = []
302 mcode_list, tried = FindMicrocode(microcodes, model)
305 (model, ', '.join(tried)))
309 (model, ', '.join(tried),
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddammit.py352 of `markup`, these encodings will be tried first, in
357 :param user_encodings: These encodings will be tried after the
358 `known_definite_encodings` have been tried and failed, and
367 known_definite_encodings. Any encodings here will be tried
374 :param exclude_encodings: These encodings will not be tried,
391 def _usable(self, encoding, tried): argument
395 :param tried: Encodings that have already been tried. This will be modified
402 if encoding not in tried:
403 tried.add(encoding)
413 tried = set()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/
H A D0001-cmake-Use-idirafter-instead-of-isystem.patch17 …1e9298-r0/recipe-sysroot/usr/include/c++/v1/cwchar:113:5: error: <cwchar> tried including <wchar.h…
19 … | # error <cwchar> tried including <wchar.h…
/openbmc/u-boot/include/
H A Dsysreset.h84 * will be tried.
98 * will be tried.
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DMMIXware15 The author has tried his best to produce correct and useful programs,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/
H A D10_utf16.patch27 + * already tried to parse everything we can.
/openbmc/openbmc/poky/meta/recipes-devtools/perl/
H A Dlibtest-warnings-perl_0.038.bb2 DESCRIPTION = "If you've ever tried to use Test::NoWarnings to confirm there are no \
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A Dfail_on_no_media.patch40 break; // no, already was tried
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dremotedata.py63 raise Exception('Tried to release locked datastore %d' % idx)
/openbmc/u-boot/doc/
H A DI2C_Edge_Conditions13 Once the CPU reinitializes and the read is tried again:
/openbmc/hiomapd/
H A Dprotocol.c341 MSG_ERR("Tried to call mark dirty without open write window\n"); in protocol_v1_mark_dirty()
349 MSG_ERR("Tried to mark dirty before start of window\n"); in protocol_v1_mark_dirty()
443 MSG_ERR("Tried to call flush without open write window\n"); in protocol_v1_flush()
583 MSG_ERR("Tried to call mark dirty without open write window\n"); in protocol_v2_mark_dirty()
602 MSG_ERR("Tried to call erase without open write window\n"); in protocol_v2_erase()
628 MSG_ERR("Tried to call flush without open write window\n"); in protocol_v2_flush()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2/
H A D0001-Match-prototypes-of-callbacks-with-libgphoto.patch7 we tried to fix by using pthread_t but it also needs to make changes in
/openbmc/bmcweb/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml33 Include information about what you tried, what you expected to
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/HardwareIsolation/
H A DCreate.interface.yaml12 voluntarily tried to isolate hardware.
/openbmc/u-boot/doc/device-tree-bindings/
H A Dconfig.txt31 mmc-env-offset* will be tried.
/openbmc/dbus-sensors/src/mctp/
H A DMCTPDeviceRepository.hpp42 std::format("Tried to add entry for existing device: {}", in add()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7574.patch10 definition, IMA_ADPCM_decode() tried to read past the data chunk
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A DCVE-2023-38471-1.patch8 created invalid name "foo\\" and tried to set that as the host name
/openbmc/qemu/include/user/
H A Dcpu_loop.h44 * Return true if the write fault has been handled, and should be re-tried.
/openbmc/qemu/system/
H A Dwatchpoint.c36 error_report("tried to set invalid watchpoint at %" in cpu_watchpoint_insert()
/openbmc/u-boot/board/compulab/cm_fx6/
H A Dspl.c140 puts("Tried to setup invalid DDR configuration\n"); in spl_mx6s_dram_init()
219 puts("Tried to setup invalid DDR configuration\n"); in spl_mx6q_dram_init()
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0037-compiler-rt-Exclude-sync_fetch_and_-for-any-pre-ARMv.patch19 This arch is however using armv7+ defaults and then tried to build sync
/openbmc/openbmc/poky/meta/classes/
H A Dterminal.bbclass111 'Tried the following commands:\n\t%s' % cmds)
/openbmc/phosphor-networkd/src/
H A Dipaddress.cpp94 lg2::error("Tried to delete a non-static address {NET_IP} prefix " in delete_()

123456