/openbmc/linux/Documentation/powerpc/ |
H A D | bootwrapper.rst | 2 The PowerPC boot wrapper 8 a boot wrapper to make it usable by the system firmware. There is no 9 standard PowerPC firmware interface, so the boot wrapper is designed to 12 The boot wrapper can be found in the arch/powerpc/boot/ directory. The 21 The boot wrapper is built from the makefile in arch/powerpc/boot/Makefile and 22 it uses the wrapper script (arch/powerpc/boot/wrapper) to generate target 30 the image. The boot wrapper, kernel and device tree 32 with boot wrapper code that extracts data from the old 45 the wrapper structure. 63 can be overridden by the wrapper script. [all …]
|
/openbmc/webui-vue/tests/unit/ |
H A D | AppHeader.spec.js | 22 const wrapper = mount(AppHeader, { constant 36 expect(wrapper.exists()).toBe(true); 40 expect(wrapper.element).toMatchSnapshot(); 44 wrapper.get('#app-header-refresh').trigger('click'); 45 await wrapper.vm.$nextTick(); 46 expect(wrapper.emitted('refresh')).toBeTruthy(); 50 const rootWrapper = createWrapper(wrapper.vm.$root); 51 wrapper.get('#app-header-trigger').trigger('click'); 52 await wrapper.vm.$nextTick(); 57 wrapper.get('[data-test-id="appHeader-link-logout"]').trigger('click'); [all …]
|
H A D | AppNavigation.spec.js | 9 let wrapper; variable 19 wrapper = mount(AppNavigation, { 28 expect(wrapper.exists()).toBe(true); 32 expect(wrapper.element).toMatchSnapshot(); 36 wrapper.vm.isNavigationOpen = true; 37 expect(wrapper.element).toMatchSnapshot(); 41 const rootWrapper = createWrapper(wrapper.vm.$root); 42 const navOverlay = wrapper.find('#nav-overlay'); 44 await wrapper.vm.$nextTick(); 49 const rootWrapper = createWrapper(wrapper.vm.$root); [all …]
|
/openbmc/webui-vue/tests/unit/Global/ |
H A D | StatusIcon.spec.js | 5 const wrapper = mount(StatusIcon, { constant 11 expect(wrapper.exists()).toBe(true); 14 expect(wrapper.find('.info').exists()).toBe(true); 17 await wrapper.setProps({ status: 'success' }); 18 expect(wrapper.find('.success').exists()).toBe(true); 21 await wrapper.setProps({ status: 'warning' }); 22 expect(wrapper.find('.warning').exists()).toBe(true); 25 await wrapper.setProps({ status: 'danger' }); 26 expect(wrapper.find('.danger').exists()).toBe(true); 29 await wrapper.setProps({ status: 'secondary' }); [all …]
|
H A D | LoadingBar.spec.js | 5 const wrapper = mount(LoadingBar, { constant 17 expect(wrapper.exists()).toBe(true); 20 await wrapper.setData({ 24 expect(wrapper.vm.isLoadingComplete).toBe(false); 25 expect(wrapper.find('.progress').exists()).toBe(true); 28 await wrapper.setData({ 32 expect(wrapper.vm.isLoadingComplete).toBe(true); 33 expect(wrapper.find('.progress').exists()).toBe(false); 36 expect(wrapper.element).toMatchSnapshot();
|
H A D | Search.spec.js | 5 const wrapper = mount(Search, { constant 11 expect(wrapper.exists()).toBe(true); 14 wrapper.find('input').trigger('input'); 15 expect(wrapper.emitted('change-search')).toHaveLength(1); 18 await wrapper.setData({ filter: 'true' }); 19 wrapper.find('button').trigger('click'); 20 expect(wrapper.emitted('clear-search')).toHaveLength(1); 23 expect(wrapper.element).toMatchSnapshot();
|
H A D | TableCellCount.spec.js | 5 const wrapper = mount(TableCellCount, { constant 15 expect(wrapper.exists()).toBe(true); 18 expect(wrapper.text()).toContain('global.table.selectedItems'); 21 await wrapper.setProps({ filteredItemsCount: 5, totalNumberOfCells: 5 }); 22 expect(wrapper.text()).toContain('global.table.items'); 25 expect(wrapper.element).toMatchSnapshot();
|
H A D | InputPasswordToggle.spec.js | 5 const wrapper = mount(InputPasswordToggle, { constant 16 expect(wrapper.exists()).toBe(true); 19 expect(wrapper.find('.isVisible').exists()).toBe(false); 22 await wrapper.find('button').trigger('click'); 23 expect(wrapper.find('.isVisible').exists()).toBe(true); 26 expect(wrapper.element).toMatchSnapshot();
|
H A D | TableToolbar.spec.js | 5 const wrapper = mount(TableToolbar, { constant 14 expect(wrapper.exists()).toBe(true); 17 await wrapper.setProps({ selectedItemsCount: 12 }); 18 expect(wrapper.find('.toolbar-container').exists()).toBe(true); 21 expect(wrapper.element).toMatchSnapshot();
|
H A D | PageTitle.spec.js | 5 const wrapper = mount(PageTitle, { constant 19 expect(wrapper.exists()).toBe(true); 22 expect(wrapper.find('h1').exists()).toBe(true); 25 expect(wrapper.find('p').exists()).toBe(true); 28 expect(wrapper.element).toMatchSnapshot();
|
H A D | PageContainer.spec.js | 5 const wrapper = mount(PageContainer, { constant 11 expect(wrapper.exists()).toBe(true); 14 expect(wrapper.find('main').exists()).toBe(true); 17 expect(wrapper.element).toMatchSnapshot();
|
H A D | PageSection.spec.js | 5 const wrapper = mount(PageSection, { constant 14 expect(wrapper.exists()).toBe(true); 17 expect(wrapper.find('h2').exists()).toBe(true); 20 expect(wrapper.element).toMatchSnapshot();
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | qcom-geni-se.c | 22 * Generic Interface (GENI) Serial Engine (SE) Wrapper driver is introduced 23 * to manage GENI firmware based Qualcomm Universal Peripheral (QUP) Wrapper 24 * controller. QUP Wrapper is designed to support various serial bus protocols 42 * |QUP Wrapper | 58 * Figure 1: GENI based QUP Wrapper 70 * GENI SE Wrapper driver is structured into 2 parts: 72 * geni_wrapper represents QUP Wrapper controller. This part of the driver 73 * manages QUP Wrapper information such as hardware version, clock 77 * engine information such as clocks, containing QUP Wrapper, etc. This part 87 * struct geni_wrapper - Data structure to represent the QUP Wrapper Core [all …]
|
/openbmc/openbmc/poky/meta/recipes-gnome/gobject-introspection/ |
H A D | gobject-introspection_1.82.0.bb | 39 # needed for writing out the qemu wrapper script 46 # Configure target build to use native tools of itself and to use a qemu wrapper 65 # Write out a qemu wrapper that will be given to gi-scanner so that it 83 …# Write out a wrapper for g-ir-scanner itself, which will be used when building introspection files 84 …# for glib-based packages. This wrapper calls the native version of the scanner, and tells it to u… 85 …# a qemu wrapper for running transient target binaries produced by the scanner, and an include dir… 87 cat > ${B}/g-ir-scanner-wrapper << EOF 92 …s-envvar=GIR_EXTRA_LIBS_PATH --use-binary-wrapper=${STAGING_BINDIR}/g-ir-scanner-qemuwrapper --use… 94 chmod +x ${B}/g-ir-scanner-wrapper 96 # Write out a wrapper for g-ir-compiler, which runs the target version of it through qemu. [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/vala/ |
H A D | vala_0.56.17.bb | 33 … # Write out a vapigen wrapper that will be provided by pkg-config file installed in target sysroot 34 # The wrapper will call a native vapigen 35 cat > ${B}/vapigen-wrapper << EOF 39 chmod +x ${B}/vapigen-wrapper 44 # Vapigen wrapper needs to be available system-wide, because it will be used 48 install ${B}/vapigen-wrapper ${D}${bindir_crossscripts}/ 51 # Put vapigen wrapper into target sysroot so that it can be used when building 61 # up our wrapper. 63 -e "s|vapigen=.*|vapigen=${bindir_crossscripts}/vapigen-wrapper|" \ 67 SSTATE_SCAN_FILES += "vapigen-wrapper"
|
/openbmc/linux/drivers/gpu/drm/bridge/cadence/ |
H A D | Kconfig | 17 bool "J721E Cadence DSI wrapper support" 20 Support J721E Cadence DSI wrapper. The wrapper manages 42 bool "J721E Cadence DPI/DP wrapper support" 45 Support J721E Cadence DPI/DP wrapper. This is a wrapper
|
/openbmc/phosphor-webui/app/server-health/controllers/ |
H A D | syslog-controller.html | 51 <div class="table__cell sys-log__col-wrapper sys-log__col-id"> 58 <div class="table__cell sys-log__col-wrapper"> 65 <div class="table__cell sys-log__col-wrapper"> 72 <div class="table__cell sys-log__col-wrapper"> 79 <div class="table__cell sys-log__col-wrapper sys-log__col-sev"> 86 <div class="table__cell sys-log__col-wrapper sys-log__col-desc">Description</div> 91 <div class="table__cell sys-log__col-wrapper sys-log__col-id">{{log.Id}}</div> 92 <div class="table__cell sys-log__col-wrapper">{{log.Created | localeDate}}</div> 93 <div class="table__cell sys-log__col-wrapper">{{log.Name}}</div> 94 <div class="table__cell sys-log__col-wrapper">{{log.SensorType}}</div> [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
H A D | 0001-Using-native-binaries.patch | 27 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh', 35 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh', 43 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh', 56 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh', 64 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh', 72 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh', 80 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh', 88 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | verify_pefile.c | 119 * Check and strip the PE wrapper from around the signature and check that the 125 struct win_certificate wrapper; in pefile_strip_sig_wrapper() local 129 if (ctx->sig_len < sizeof(wrapper)) { in pefile_strip_sig_wrapper() 130 pr_warn("Signature wrapper too short\n"); in pefile_strip_sig_wrapper() 134 memcpy(&wrapper, pebuf + ctx->sig_offset, sizeof(wrapper)); in pefile_strip_sig_wrapper() 135 pr_debug("sig wrapper = { %x, %x, %x }\n", in pefile_strip_sig_wrapper() 136 wrapper.length, wrapper.revision, wrapper.cert_type); in pefile_strip_sig_wrapper() 144 if (wrapper.length > ctx->sig_len) { in pefile_strip_sig_wrapper() 145 pr_warn("Signature wrapper bigger than sig len (%x > %x)\n", in pefile_strip_sig_wrapper() 146 ctx->sig_len, wrapper.length); in pefile_strip_sig_wrapper() [all …]
|
/openbmc/linux/drivers/accel/qaic/ |
H A D | qaic_control.c | 291 struct wrapper_msg *wrapper = container_of(ref, struct wrapper_msg, ref_count); in free_wrapper() local 293 list_del(&wrapper->list); in free_wrapper() 294 kfree(wrapper); in free_wrapper() 359 struct wrapper_msg *wrapper; in encode_passthrough() local 363 wrapper = list_first_entry(&wrappers->list, struct wrapper_msg, list); in encode_passthrough() 364 msg = &wrapper->msg; in encode_passthrough() 565 struct wrapper_msg *wrapper; in encode_dma() local 573 wrapper = list_first_entry(&wrappers->list, struct wrapper_msg, list); in encode_dma() 574 msg = &wrapper->msg; in encode_dma() 635 struct wrapper_msg *wrapper; in encode_activate() local [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0010-eglibc-Cross-building-and-testing-instructions.patch | 452 +- cross-test-wrapper 454 + This should be the name of the cross-testing wrapper command, along 466 +The Cross-Testing Wrapper 493 +set the 'cross-test-wrapper' Make variable to another wrapper command, 495 +arguments. For example, if the developer supplies a wrapper of 496 +'my-wrapper hostname', then GLIBC would run the test above as 499 + $ my-wrapper hostname \ 503 +The 'my-wrapper' command is responsible for executing the command 506 +Since tests are run in varying directories, the wrapper should either 507 +be in your command search path, or 'cross-test-wrapper' should give an [all …]
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | acadia.dts | 34 clock-frequency = <0>; /* Filled in by wrapper */ 35 timebase-frequency = <0>; /* Filled in by wrapper */ 47 reg = <0x0 0x0>; /* Filled in by wrapper */ 65 clock-frequency = <0>; /* Filled in by wrapper */ 89 clock-frequency = <0>; /* Filled in by wrapper */ 96 clock-frequency = <0>; /* Filled in by wrapper */ 106 clock-frequency = <0>; /* Filled in by wrapper */ 136 local-mac-address = [000000000000]; /* Filled in by wrapper */ 217 clock-frequency = <0>; /* Filled in by wrapper */
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ |
H A D | glibc-testsuite_2.40.bb | 6 SRC_URI += "file://check-test-wrapper" 21 chmod 0755 ${UNPACKDIR}/check-test-wrapper 29 test-wrapper="${UNPACKDIR}/check-test-wrapper ${TOOLCHAIN_TEST_TARGET}" \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/ |
H A D | 0003-Fix-missing-prototype-compiler-warnings.patch | 14 lib/wrapper.c | 1 + 42 diff --git a/lib/wrapper.c b/lib/wrapper.c 44 --- a/lib/wrapper.c 45 +++ b/lib/wrapper.c
|
/openbmc/linux/include/media/ |
H A D | dvb_vb2.h | 175 * dvb_vb2_poll - Wrapper to vb2_core_streamon() for Digital TV 191 * dvb_vb2_stream_on() - Wrapper to vb2_core_streamon() for Digital TV 200 * dvb_vb2_stream_off() - Wrapper to vb2_core_streamoff() for Digital TV 210 * dvb_vb2_reqbufs() - Wrapper to vb2_core_reqbufs() for Digital TV 223 * dvb_vb2_querybuf() - Wrapper to vb2_core_querybuf() for Digital TV 235 * dvb_vb2_expbuf() - Wrapper to vb2_core_expbuf() for Digital TV 247 * dvb_vb2_qbuf() - Wrapper to vb2_core_qbuf() for Digital TV buffer handling. 258 * dvb_vb2_dqbuf() - Wrapper to vb2_core_dqbuf() for Digital TV 270 * dvb_vb2_mmap() - Wrapper to vb2_mmap() for Digital TV buffer handling.
|