Home
last modified time | relevance | path

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

12345678910>>...43

/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 &&
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
66 + if try $CC $CFLAGS $LDFLAGS -o $test $test.c; then
74 - if try $CC $CFLAGS -o $test $test.c; then
[all …]
/openbmc/linux/scripts/
H A DMakefile.compiler22 try-run = $(shell set -e; \
34 as-option = $(call try-run,\
40 as-instr = $(call try-run,\
45 __cc-option = $(call try-run,\
56 cc-option-yn = $(call try-run,\
61 cc-disable-warning = $(call try-run,\
74 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3))
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dpci-cxl.c88 int i, hwirq, try; in pnv_cxl_alloc_hwirq_ranges() local
94 try = num; in pnv_cxl_alloc_hwirq_ranges()
95 while (try) { in pnv_cxl_alloc_hwirq_ranges()
96 hwirq = msi_bitmap_alloc_hwirqs(&phb->msi_bmp, try); in pnv_cxl_alloc_hwirq_ranges()
99 try /= 2; in pnv_cxl_alloc_hwirq_ranges()
101 if (!try) in pnv_cxl_alloc_hwirq_ranges()
105 irqs->range[i] = try; in pnv_cxl_alloc_hwirq_ranges()
108 num -= try; in pnv_cxl_alloc_hwirq_ranges()
/openbmc/linux/net/dccp/ccids/lib/
H A Dtfrc_equation.c593 u32 try, low = 0, high = TFRC_CALC_X_ARRSIZE - 1; in tfrc_binsearch() local
596 try = (low + high) / 2; in tfrc_binsearch()
597 if (fval <= tfrc_calc_x_lookup[try][small]) in tfrc_binsearch()
598 high = try; in tfrc_binsearch()
600 low = try + 1; in tfrc_binsearch()
/openbmc/linux/drivers/pcmcia/
H A Drsrc_iodyn.c107 unsigned int try; in iodyn_find_io() local
132 try = res->end + 1; in iodyn_find_io()
133 if ((*base == 0) || (*base == try)) { in iodyn_find_io()
137 *base = try; in iodyn_find_io()
144 try = res->start - num; in iodyn_find_io()
145 if ((*base == 0) || (*base == try)) { in iodyn_find_io()
150 *base = try; in iodyn_find_io()
/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/linux/lib/kunit/
H A Dtry-catch-impl.h19 kunit_try_catch_func_t try, in kunit_try_catch_init() argument
23 try_catch->try = try; in kunit_try_catch_init()
/openbmc/linux/drivers/phy/broadcom/
H A Dphy-brcm-sata.c429 int try; in brcm_ns2_sata_init() local
468 try = 50; in brcm_ns2_sata_init()
475 try--; in brcm_ns2_sata_init()
477 if (!try) { in brcm_ns2_sata_init()
534 try = 50; in brcm_nsp_sata_init()
542 if (!try) { in brcm_nsp_sata_init()
579 try = 50; in brcm_sr_sata_init()
586 try--; in brcm_sr_sata_init()
646 try = 50; in brcm_dsl_sata_init()
653 try--; in brcm_dsl_sata_init()
[all …]
/openbmc/linux/Documentation/power/
H A Dtricks.rst7 If you want to trick swsusp/S3 into working, you might want to try:
20 want to try vesafb later]
22 * try running as few processes as possible, preferably go to single
28 When you make it work, try to find out what exactly was it that broke
/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/linux/init/
H A Ddo_mounts.c262 int try; in mount_nfs_root() local
273 for (try = 1; ; try++) { in mount_nfs_root()
276 if (try > NFSROOT_RETRY_MAX) in mount_nfs_root()
304 int try; in mount_cifs_root() local
310 for (try = 1; ; try++) { in mount_cifs_root()
314 if (try > CIFSROOT_RETRY_MAX) in mount_cifs_root()
/openbmc/linux/tools/perf/Documentation/
H A Dtips.txt1 For a higher level overview, try: perf report --sort comm,dso
22 If you have debuginfo enabled, try: perf report -s sym,srcline
23 For memory address profiling, try: perf mem record / perf mem report
24 For tracepoint events, try: perf report -s trace_fields
30 If you prefer Intel style assembly, try: perf annotate -M intel
31 For hierarchical output, try: perf report --hierarchy
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlinux-kernel-base.bbclass18 try:
36 try:
45 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/recipes-support/opencv/opencv/
H A Ddownload.patch40 foreach(try ${OPENCV_DOWNLOAD_TRIES_LIST})
41 ocv_download_log("#try ${try}")
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-enum-mbus-code.rst57 Available media bus formats may depend on the current 'try' formats at
60 information about the try formats.
115 - The driver allows the application to try to change the default colorspace
122 - The driver allows the application to try to change the default transform function.
129 - The driver allows the application to try to change the default Y'CbCr
136 - The driver allows the application to try to change the default HSV
143 - The driver allows the application to try to change the default
/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/openbmc/meta-arm/meta-arm-toolchain/conf/distro/include/
H A Dexternal-arm-toolchain-versions.inc17 try:
67 try:
86 try:
104 try:
113 try:
/openbmc/linux/tools/perf/util/
H A Dperf_api_probe.c62 const char *try[] = {"cycles:u", "instructions:u", "cpu-clock:u", NULL}; in perf_probe_api() local
74 ret = perf_do_probe_api(fn, cpu, try[i++]); in perf_probe_api()
77 } while (ret == -EAGAIN && try[i]); in perf_probe_api()
/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/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/linux/tools/testing/kunit/test_data/
H A Dtest_kernel_panic_interrupt.log13 [ 0.060000] # Subtest: kunit-try-catch-test
17 [ 0.060000] ok 2 - kunit-try-catch-test

12345678910>>...43