Home
last modified time | relevance | path

Searched refs:try (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/softhsm/files/
H A D0002-Prevent-accessing-of-global-c-objects-once-they-are-.patch60 try
69 try
78 try
87 try
96 try
105 try
114 try
123 try
132 try
141 try
[all …]
/openbmc/openbmc/poky/meta/recipes-core/zlib/zlib/
H A D0001-configure-Pass-LDFLAGS-to-link-tests.patch28 if try $CC -c $SFLAGS $test.c &&
29 - try $LDSHARED $SFLAGS -o $test$shared_ext $test.o; then
30 + try $LDSHARED $SFLAGS $LDFLAGS -o $test$shared_ext $test.o; then
38 - if try $CC $CFLAGS -o $test $test.c; then
39 + if try $CC $CFLAGS $LDFLAGS -o $test $test.c; then
47 - if try $CC $CFLAGS -o $test $test.c; then
48 + if try $CC $CFLAGS $LDFLAGS -o $test $test.c; then
56 -if try $CC $CFLAGS -o $test $test.c; then
57 +if try $CC $CFLAGS $LDFLAGS -o $test $test.c; then
65 - if try $CC $CFLAGS -o $test $test.c; then
[all …]
/openbmc/ipmitool/src/plugins/dummy/
H A Ddummy.c65 int try = 1; in data_read() local
70 while (data_total < data_len && try < 4) { in data_read()
80 try++; in data_read()
91 if (try > 3 && data_total != data_len) { in data_read()
110 int try = 1; in data_write() local
115 while (data_total < data_len && try < 4) { in data_write()
125 try++; in data_write()
136 if (try > 3 && data_total != data_len) { in data_write()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Diobp.c32 unsigned try; in iobp_poll() local
34 for (try = IOBP_RETRY; try > 0; try--) { in iobp_poll()
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dldflags.patch34 try-from: try-from.o fakelog.o $(SHLIB)
35 - $(CC) $(CFLAGS) -o $@ try-from.o fakelog.o $(SHLIBFLAGS)
36 + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ try-from.o fakelog.o $(SHLIBFLAGS)
H A D13_shlib_weaksym.patch30 -all other: config-check tcpd tcpdmatch try-from safe_finger tcpdchk
46 +all other: config-check tcpd tcpdmatch try-from safe_finger tcpdchk $(LIB)
80 -try-from: try-from.o fakelog.o $(LIB)
81 - $(CC) $(CFLAGS) -o $@ try-from.o fakelog.o $(LIB) $(LIBS)
82 +try-from: try-from.o fakelog.o $(SHLIB)
83 + $(CC) $(CFLAGS) -o $@ try-from.o fakelog.o $(SHLIBFLAGS)
97 rm -f tcpd miscd safe_finger tcpdmatch tcpdchk try-from *.[oa] core \
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlinux-kernel-base.bbclass18 try:
36 try:
45 try:
H A Dperl-version.bbclass16 try:
36 try:
55 try:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A Ddownload.patch40 foreach(try ${OPENCV_DOWNLOAD_TRIES_LIST})
41 ocv_download_log("#try ${try}")
/openbmc/u-boot/drivers/misc/
H A Datsha204a-i2c.c210 int try, res; in atsha204a_wakeup() local
214 for (try = 1; try <= 10; ++try) { in atsha204a_wakeup()
215 debug("Try %i... ", try); in atsha204a_wakeup()
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dgitver.bbclass28 try:
31 try:
50 try:
68 try:
/openbmc/u-boot/drivers/input/
H A Di8042.c260 int keymap, try; in i8042_start() local
277 for (try = 0; kbd_reset(priv->quirks) != 0; try++) { in i8042_start()
278 if (try >= KBD_RESET_TRIES) in i8042_start()
/openbmc/u-boot/board/lego/ev3/
H A DREADME19 * If it is, try to load boot.scr from the first FAT partition
21 * Otherwise, try loading uEnv.txt
25 * If it was successful, try to load da850-lego-ev3.dtb
27 * If none of the above was successful, try booting from flash
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/
H A D0001-Remove-modules_clean-from-clean-target.patch8 will try to run module_clean and will wrongly try to look for removing
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-posix-ipc/
H A D0003-build_support-use-does_build_succeed-in-compile_and_.patch29 + try:
40 - try:
62 try:
/openbmc/u-boot/scripts/
H A DKbuild.include86 # try-run
87 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
91 try-run = $(shell set -e; \
104 as-option = $(call try-run,\
110 as-instr = $(call try-run,\
116 cc-option = $(call try-run,\
121 cc-option-yn = $(call try-run,\
131 cc-disable-warning = $(call try-run,\
155 cc-ldoption = $(call try-run,\
160 ld-option = $(call try-run,\
[all …]
/openbmc/qemu/docs/system/
H A Dbootindex.rst44 Given the command above, firmware should try to boot from the e1000 NIC
45 first. If this fails, it should try the virtio NIC next; if this fails
46 too, it should try the virtio disk, and then the IDE disk.
54 won't retry booting from other disk. It can still try to boot from
55 floppy or net, though. In the case of s390x BIOS, the BIOS will try up to
/openbmc/openbmc/poky/meta/recipes-devtools/perl/
H A Dlibtry-tiny-perl_0.32.bb1 SUMMARY = "Try::Tiny - Minimal try/catch with proper preservation of $@"
2 DESCRIPTION = "This module provides bare bones try/catch/finally statements \
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libsub/
H A Dlibsub-exporter-progressive-perl_0.001013.bb6 \"Sub::Exporter\" if your users try to use \"Sub::Exporter's\" more advanced \
7 features, like renaming exports, if they try to use them."
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0002-do-not-import-target-module-while-cross-compile.patch35 - try:
43 try:
58 + try:
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/
H A D0001-do-not-import-target-module-while-cross-compile.patch37 - try:
45 try:
60 + try:
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0003-Support-transformation-between-D-Bus-errors-and-exce.patch48 + try:
68 + try:
199 try:
212 + try:
244 try:
423 + try:
428 + try:
434 + try:
440 + try:
445 + try:
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dbussy/
H A Dsetuptools.patch24 - try :
34 - #end try
/openbmc/ipmitool/contrib/
H A Dipmievd.init.suse173 try-restart|condrestart)
195 $0 try-restart
/openbmc/u-boot/drivers/net/
H A Dlan91c96.c310 int try = 0; in smc_send_packet() local
345 try++; in smc_send_packet()
359 dev->name, try); in smc_send_packet()
360 if (try < SMC_ALLOC_MAX_TRY) in smc_send_packet()
367 dev->name, try); in smc_send_packet()

12345678910>>...19