/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/softhsm/files/ |
H A D | 0002-Prevent-accessing-of-global-c-objects-once-they-are-.patch | 60 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 D | 0001-configure-Pass-LDFLAGS-to-link-tests.patch | 28 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/linux/scripts/ |
H A D | Makefile.compiler | 22 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 D | pci-cxl.c | 88 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/drivers/pcmcia/ |
H A D | rsrc_iodyn.c | 107 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/linux/net/dccp/ccids/lib/ |
H A D | tfrc_equation.c | 593 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/ipmitool/src/plugins/dummy/ |
H A D | dummy.c | 65 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/drivers/phy/broadcom/ |
H A D | phy-brcm-sata.c | 429 int try; in brcm_ns2_sata_init() local 468 try = 50; in brcm_ns2_sata_init() 469 while (try) { in brcm_ns2_sata_init() 475 try--; in brcm_ns2_sata_init() 477 if (!try) { in brcm_ns2_sata_init() 492 unsigned int val, try; in brcm_nsp_sata_init() local 534 try = 50; in brcm_nsp_sata_init() 535 while (--try) { in brcm_nsp_sata_init() 542 if (!try) { in brcm_nsp_sata_init() 564 unsigned int val, try; in brcm_sr_sata_init() local [all …]
|
/openbmc/linux/lib/kunit/ |
H A D | try-catch-impl.h | 19 kunit_try_catch_func_t try, in kunit_try_catch_init() argument 23 try_catch->try = try; in kunit_try_catch_init()
|
/openbmc/linux/Documentation/power/ |
H A D | tricks.rst | 7 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/linux/init/ |
H A D | do_mounts.c | 262 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/u-boot/arch/x86/cpu/broadwell/ |
H A D | iobp.c | 32 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 D | ldflags.patch | 34 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 D | 13_shlib_weaksym.patch | 30 -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/tools/perf/Documentation/ |
H A D | tips.txt | 1 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/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-subdev-enum-mbus-code.rst | 57 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/u-boot/drivers/misc/ |
H A D | atsha204a-i2c.c | 210 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/poky/meta/classes-recipe/ |
H A D | linux-kernel-base.bbclass | 18 try: 36 try: 45 try:
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/ |
H A D | download.patch | 40 foreach(try ${OPENCV_DOWNLOAD_TRIES_LIST}) 41 ocv_download_log("#try ${try}")
|
/openbmc/openbmc/meta-arm/meta-arm-toolchain/conf/distro/include/ |
H A D | external-arm-toolchain-versions.inc | 17 try: 67 try: 86 try: 104 try: 113 try:
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | gitver.bbclass | 28 try: 31 try: 50 try: 68 try:
|
/openbmc/u-boot/drivers/input/ |
H A D | i8042.c | 260 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/scripts/ |
H A D | Kbuild.include | 86 # 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/u-boot/board/lego/ev3/ |
H A D | README | 19 * 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/linux/tools/perf/util/ |
H A D | perf_api_probe.c | 62 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()
|