/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/ |
H A D | 0001-Adjust-test-expectations-for-ptest.patch | 18 …atetime"" should be placed before third party imports ""six"", ""astroid.are_exclusive""":UNDEFINED 19 … party import ""totally_missing"" should be placed before local import ""package.Class""":UNDEFINED 20 …import ""astroid"" should be placed before local imports ""package.Class"", "".package""":UNDEFINED 21 …s"" should be placed before local imports ""package.Class"", "".package"", "".package2""":UNDEFINED 22 …g"" should be placed before local imports ""package.Class"", "".package"", "".package2""":UNDEFINED 23 …s"" should be placed before local imports ""package.Class"", "".package"", "".package2""":UNDEFINED 24 …e"" should be placed before local imports ""package.Class"", "".package"", "".package2""":UNDEFINED 25 …".package"", "".package2"" (...) ""package3.Class3"", "".package4"", ""package4.Class4""":UNDEFINED 26 …".package"", "".package2"" (...) ""package3.Class3"", "".package4"", ""package4.Class4""":UNDEFINED 27 …".package"", "".package2"" (...) ""package3.Class3"", "".package4"", ""package4.Class4""":UNDEFINED [all …]
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust/ |
H A D | 0001-Fix-Build-examples-when-rpath-is-stripped-from-in-bu.patch | 22 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ad… 23 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ur… 24 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_co… 25 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_tp… 26 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_tp… 27 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ca… 28 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ur… 29 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ur… 30 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_tp… 31 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ca… [all …]
|
/openbmc/phosphor-webui/app/common/components/table/ |
H A D | table.js | 96 // If sort is enabled, check for undefined 'sortable' 100 column.sortable === undefined ? true : column.sortable; 109 * optional configurations and undefined values 114 if (row.uiData === undefined) { 115 // Check for undefined 'uiData' property for each item in data 121 row.selectable = row.selectable === undefined ? true : row.selectable; 129 if (this.activeSort !== undefined || this.defaultSort !== undefined) { 131 this.activeSort = this.defaultSort !== undefined ? this.defaultSort : 178 if (action !== undefined && row !== undefined) { 270 * Checking for undefined values [all …]
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | subcmd-config.c | 4 #define UNDEFINED "SUBCMD_HAS_NOT_BEEN_INITIALIZED" macro 7 .exec_name = UNDEFINED, 8 .prefix = UNDEFINED, 9 .exec_path = UNDEFINED, 10 .exec_path_env = UNDEFINED, 11 .pager_env = UNDEFINED,
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | timeline_view.js | 8 var g_StartingSec = undefined; 26 let threshEntry = [[undefined, undefined], [undefined, undefined]]; 29 if (hist == undefined) return; 91 if (GetHistoryHistogram()[key] == undefined) { 94 if (IpmiVizHistogramImageData[key] == undefined) { 144 this.Canvas = undefined; 165 hoveredSide: undefined, // 'left', 'right', 'scroll', 'timeline' 166 drag_begin_title_start_idx: undefined, 167 drag_begin_y: undefined, 169 return (this.drag_begin_y != undefined); [all …]
|
H A D | dbus_timeline_vis.js | 54 let ret = undefined; 81 if (ret == undefined && cxn_occ[sender] <= 10) { 85 if (ret == undefined && type == "mc") { 93 if (ret == undefined) { 106 if (cxn_occ[cxn] == undefined) { 124 if (dbus_timeline_view.HeaderCollapsed[content_group] == undefined) { 128 if (grouped[content_group] == undefined) { 133 if (grouped1[key] == undefined) grouped1[key] = []; 168 g_StartingSec = undefined; 204 if (g_StartingSec == undefined) { [all …]
|
H A D | boost_handler_timeline_vis.js | 16 if (slots[i] == undefined) break; 18 if (i >= slots.length) slots.push(undefined); 62 handler_id, level, ts_sec, undefined, undefined, desc, simp_desc, [] 80 slots[level] = undefined; 104 if (grouped[key] == undefined) grouped[key] = []; 137 const was_starting_time_undefined = (g_StartingSec == undefined); 148 if (g_StartingSec == undefined) {
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/ |
H A D | 0001-Makefile.am-Add-missing-link-with-zlib.patch | 10 | aarch64-yoe-linux-ld.lld: error: undefined reference due to --no-allow-shlib-undefined: gzgets 13 | aarch64-yoe-linux-ld.lld: error: undefined reference due to --no-allow-shlib-undefined: gzopen 16 | aarch64-yoe-linux-ld.lld: error: undefined reference due to --no-allow-shlib-undefined: gzclose
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/ |
H A D | 0005-test-common-CMakeLists.txt-add-missing-link-with-dlt.patch | 11 x86_64-poky-linux-ld.lld: error: undefined reference due to --no-allow-shlib-undefined: dlt_check_l… 14 x86_64-poky-linux-ld.lld: error: undefined reference due to --no-allow-shlib-undefined: dlt_registe… 17 x86_64-poky-linux-ld.lld: error: undefined reference due to --no-allow-shlib-undefined: dlt_unregis…
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_exception.c | 7 * Test the handling of exceptions by trying to execute an undefined 14 * undefined_instruction() - try to executed an undefined instruction 20 * 0xe7f...f. is undefined in ARM mode in undefined_instruction() 21 * 0xde.. is undefined in Thumb mode in undefined_instruction() 40 efi_st_error("An undefined instruction exception was not raised\n"); in execute()
|
/openbmc/linux/scripts/ |
H A D | checkkconfigsymbols.py | 56 "undefined Kconfig symbols") 60 help="diff undefined symbols between two commits " 135 undefined = {} 153 # get undefined items before the commit 157 # get undefined items for the commit 163 # symbol has not been undefined before 166 undefined[symbol] = files 167 # check if there are new files that reference the undefined symbol 172 undefined[symbol] = files 179 undefined, defined = check_symbols(args.ignore) [all …]
|
/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 38 /* MADV_HWPOISON is undefined on alpha, fix it for perf */ 40 /* MADV_SOFT_OFFLINE is undefined on alpha, fix it for perf */ 42 /* MAP_32BIT is undefined on alpha, fix it for perf */ 44 /* MAP_UNINITIALIZED is undefined on alpha, fix it for perf */
|
/openbmc/linux/tools/arch/xtensa/include/uapi/asm/ |
H A D | mman.h | 38 /* MADV_HWPOISON is undefined on xtensa, fix it for perf */ 40 /* MADV_SOFT_OFFLINE is undefined on xtensa, fix it for perf */ 42 /* MAP_32BIT is undefined on xtensa, fix it for perf */ 44 /* MAP_UNINITIALIZED is undefined on xtensa, fix it for perf */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/ |
H A D | 0001-cmake-Add-check-for-atomic-support.patch | 12 …t-native/usr/bin/mips-yoe-linux/mips-yoe-linux-ld: librocksdb.so.6.6.4: undefined reference to `__… 13 …t-native/usr/bin/mips-yoe-linux/mips-yoe-linux-ld: librocksdb.so.6.6.4: undefined reference to `__… 14 …t-native/usr/bin/mips-yoe-linux/mips-yoe-linux-ld: librocksdb.so.6.6.4: undefined reference to `__… 15 …t-native/usr/bin/mips-yoe-linux/mips-yoe-linux-ld: librocksdb.so.6.6.4: undefined reference to `__… 16 …t-native/usr/bin/mips-yoe-linux/mips-yoe-linux-ld: librocksdb.so.6.6.4: undefined reference to `__… 17 …t-native/usr/bin/mips-yoe-linux/mips-yoe-linux-ld: librocksdb.so.6.6.4: undefined reference to `__… 18 …t-native/usr/bin/mips-yoe-linux/mips-yoe-linux-ld: librocksdb.so.6.6.4: undefined reference to `__…
|
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | atmel,ebi.txt | 49 Default to 8 when undefined. 52 Default to "select" when undefined. 55 Default to "ncs" when undefined. 58 Default to "ncs" when undefined. 61 Default to "disabled" when undefined. 72 Default to "normal" when undefined.
|
/openbmc/linux/arch/m68k/atari/ |
H A D | nvram.c | 158 "6 (undefined)", 168 "4 (undefined)", 169 "5 (undefined)", 170 "6 (undefined)", 171 "7 (undefined)", 198 seq_printf(seq, "0x%02x (undefined)\n", nvram[1]); in atari_nvram_proc_read() 215 seq_printf(seq, "%u (undefined)\n", nvram[6]); in atari_nvram_proc_read() 220 seq_printf(seq, "%u (undefined)\n", nvram[7]); in atari_nvram_proc_read()
|
/openbmc/witherspoon-pfault-analysis/ |
H A D | elog-errors.hpp | 162 * We can't use -fsanitize=undefined if we declare a 174 * We can't use -fsanitize=undefined if we declare a 188 * We can't use -fsanitize=undefined if we declare a 239 * We can't use -fsanitize=undefined if we declare a 252 * We can't use -fsanitize=undefined if we declare a 266 * We can't use -fsanitize=undefined if we declare a 317 * We can't use -fsanitize=undefined if we declare a 366 * We can't use -fsanitize=undefined if we declare a 380 * We can't use -fsanitize=undefined if we declare a 429 * We can't use -fsanitize=undefined if we declare a [all …]
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386-shift.h | 37 /* overflow is undefined if count != 1 */ in exec_opq() 51 /* overflow is undefined if count != 1 */ in exec_opl() 64 /* overflow is undefined if count != 1 */ in exec_opw() 88 /* overflow is undefined if count != 1 */ in exec_opq() 102 /* overflow is undefined if count != 1 */ in exec_opl() 115 /* overflow is undefined if count != 1 */ in exec_opw() 131 /* overflow is undefined if count != 1 */ in exec_opb()
|
/openbmc/webui-vue/src/store/modules/Authentication/ |
H A D | AuthenticanStore.js | 23 state.xsrfCookie !== undefined || 42 if (state.xsrfCookie === undefined) { 53 api.set_auth_token(undefined); 55 state.xsrfCookie = undefined; 56 state.isAuthenticatedCookie = undefined;
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | ubsan.rst | 1 The Undefined Behavior Sanitizer - UBSAN 4 UBSAN is a runtime undefined behaviour checker. 6 UBSAN uses compile-time instrumentation to catch undefined behavior (UB). 11 GCC has that feature since 4.9.x [1_] (see ``-fsanitize=undefined`` option and 20 UBSAN: Undefined behaviour in ../include/linux/bitops.h:110:33
|
/openbmc/linux/tools/testing/ktest/ |
H A D | sample.conf | 404 # (default undefined) 410 # This may be left undefined. 411 # (default undefined) 419 # (default undefined) 495 # default (undefined) 504 # default (undefined) 525 # default (undefined) 549 # default (undefined) 578 # default (undefined) 589 # default (undefined) [all …]
|
/openbmc/phosphor-webui/app/configuration/controllers/ |
H A D | firmware-controller.js | 44 var pollActivationTimer = undefined; 45 var pollDownloadTimer = undefined; 66 pollActivationTimer = undefined; 78 pollActivationTimer = undefined; 86 pollActivationTimer = undefined; 210 pollDownloadTimer = undefined; 219 pollDownloadTimer = undefined; 225 pollDownloadTimer = undefined;
|
/openbmc/qemu/hw/gpio/ |
H A D | npcm7xx_gpio.c | 93 uint32_t undefined; in npcm7xx_gpio_update_pins() local 104 * external driver, the result is undefined. in npcm7xx_gpio_update_pins() 106 undefined = drive_en & s->ext_driven & (drive_lvl ^ s->ext_level); in npcm7xx_gpio_update_pins() 107 if (undefined) { in npcm7xx_gpio_update_pins() 110 DEVICE(s)->canonical_path, undefined); in npcm7xx_gpio_update_pins() 122 /* Pins not driven, pulled up or pulled down are undefined */ in npcm7xx_gpio_update_pins() 123 undefined |= not_driven & ~(s->regs[NPCM7XX_GPIO_PU] in npcm7xx_gpio_update_pins() 128 pin_diff |= undefined & diff; in npcm7xx_gpio_update_pins() 135 int level = (undefined & mask) ? -1 : !!(s->pin_level & mask); in npcm7xx_gpio_update_pins()
|
/openbmc/openpower-host-ipmi-oem/ |
H A D | elog-errors.hpp | 60 * We can't use -fsanitize=undefined if we declare a 105 * We can't use -fsanitize=undefined if we declare a 152 * We can't use -fsanitize=undefined if we declare a 166 * We can't use -fsanitize=undefined if we declare a 215 * We can't use -fsanitize=undefined if we declare a 267 * We can't use -fsanitize=undefined if we declare a 281 * We can't use -fsanitize=undefined if we declare a 334 * We can't use -fsanitize=undefined if we declare a 383 * We can't use -fsanitize=undefined if we declare a 433 * We can't use -fsanitize=undefined if we declare a [all …]
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | mman.h | 39 /* MADV_SOFT_OFFLINE is undefined on mips, fix it for perf */ 41 /* MAP_32BIT is undefined on mips, fix it for perf */ 43 /* MAP_UNINITIALIZED is undefined on mips, fix it for perf */
|