| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/files/ |
| H A D | init | 40 local STATUS=$1 42 if [ $STATUS != 0 ] ; then 43 return $STATUS 50 return $STATUS 63 local STATUS=$1 65 if [ $STATUS != 0 ] ; then 66 return $STATUS 74 STATUS=2 80 return $STATUS 82 return $STATUS
|
| /openbmc/qemu/hw/ssi/ |
| H A D | ibex_spi_host.c | 54 REG32(STATUS, 0x14) 55 FIELD(STATUS, TXQD, 0, 8) 56 FIELD(STATUS, RXQD, 18, 8) 57 FIELD(STATUS, CMDQD, 16, 3) 58 FIELD(STATUS, RXWM, 20, 1) 59 FIELD(STATUS, BYTEORDER, 22, 1) 60 FIELD(STATUS, RXSTALL, 23, 1) 61 FIELD(STATUS, RXEMPTY, 24, 1) 62 FIELD(STATUS, RXFULL, 25, 1) 63 FIELD(STATUS, TXWM, 26, 1) [all …]
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | runqemu-ifup | 83 STATUS=$? 84 if [ $STATUS -ne 0 ]; then 89 STATUS=$? 90 if [ $STATUS -ne 0 ]; then 97 STATUS=$? 98 if [ $STATUS -ne 0 ]; then
|
| /openbmc/openbmc/poky/scripts/esdk-tools/ |
| H A D | runqemu-ifup | 83 STATUS=$? 84 if [ $STATUS -ne 0 ]; then 89 STATUS=$? 90 if [ $STATUS -ne 0 ]; then 97 STATUS=$? 98 if [ $STATUS -ne 0 ]; then
|
| /openbmc/phosphor-snmp/mibs/ |
| H A D | NotificationMIB.txt | 46 STATUS current 54 STATUS current 62 STATUS current 70 STATUS current 82 STATUS current 90 STATUS current 100 STATUS current 110 STATUS current
|
| /openbmc/webui-vue/src/components/Mixins/ |
| H A D | TableSortMixin.js | 1 const STATUS = ['OK', 'Warning', 'Critical']; constant 6 return STATUS.indexOf(a[key]) - STATUS.indexOf(b[key]);
|
| /openbmc/qemu/scripts/qemu-guest-agent/ |
| H A D | fsfreeze-hook | 48 STATUS=$? 51 STATUS=${PIPESTATUS[0]} 54 if [ $STATUS -ne 0 ]; then 55 log_message "Error: $file finished with status=$STATUS"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/ |
| H A D | cmpi-bindings-0.4.17-no-ruby-perl.patch | 20 MESSAGE(STATUS "*****") 25 - MESSAGE(STATUS "Building Perl...") 30 +# MESSAGE(STATUS "Building Perl...") 36 - MESSAGE(STATUS "Building Ruby...") 42 +# MESSAGE(STATUS "Building Ruby...")
|
| /openbmc/qemu/hw/misc/ |
| H A D | xlnx-versal-trng.c | 51 REG32(STATUS, 0x4) 52 FIELD(STATUS, QCNT, 9, 3) 53 FIELD(STATUS, EAT, 4, 5) 54 FIELD(STATUS, CERTF, 3, 1) 55 FIELD(STATUS, DTF, 1, 1) 56 FIELD(STATUS, DONE, 0, 1) 263 ARRAY_FIELD_DP32(s->regs, STATUS, QCNT, 4); in trng_regen() 273 ARRAY_FIELD_DP32(s->regs, STATUS, QCNT, s->rand_count); in trng_rdout() 317 if (FIELD_EX32(st, STATUS, CERTF) && FIELD_EX32(en, INT_CTRL, CERTF_EN)) { in trng_core_int_update() 321 if (FIELD_EX32(st, STATUS, DTF) && FIELD_EX32(en, INT_CTRL, DTF_EN)) { in trng_core_int_update() [all …]
|
| /openbmc/qemu/hw/dma/ |
| H A D | xlnx-zynq-devcfg.c | 110 REG32(STATUS, 0x14) 111 FIELD(STATUS, DMA_CMD_Q_F, 31, 1) 112 FIELD(STATUS, DMA_CMD_Q_E, 30, 1) 113 FIELD(STATUS, DMA_DONE_CNT, 28, 2) 114 FIELD(STATUS, RX_FIFO_LVL, 20, 5) 115 FIELD(STATUS, TX_FIFO_LVL, 12, 7) 116 FIELD(STATUS, PSS_GTS_USR_B, 11, 1) 117 FIELD(STATUS, PSS_FST_CFG_B, 10, 1) 118 FIELD(STATUS, PSS_CFG_RESET_B, 5, 1)
|
| /openbmc/qemu/hw/nvram/ |
| H A D | xlnx-versal-efuse-ctrl.c | 44 REG32(STATUS, 0x8) 45 FIELD(STATUS, AES_USER_KEY_1_CRC_PASS, 11, 1) 46 FIELD(STATUS, AES_USER_KEY_1_CRC_DONE, 10, 1) 47 FIELD(STATUS, AES_USER_KEY_0_CRC_PASS, 9, 1) 48 FIELD(STATUS, AES_USER_KEY_0_CRC_DONE, 8, 1) 49 FIELD(STATUS, AES_CRC_PASS, 7, 1) 50 FIELD(STATUS, AES_CRC_DONE, 6, 1) 51 FIELD(STATUS, CACHE_DONE, 5, 1) 52 FIELD(STATUS, CACHE_LOAD, 4, 1) 53 FIELD(STATUS, EFUSE_2_TBIT, 2, 1) [all …]
|
| H A D | xlnx-zynqmp-efuse.c | 47 REG32(STATUS, 0x8) 48 FIELD(STATUS, AES_CRC_PASS, 7, 1) 49 FIELD(STATUS, AES_CRC_DONE, 6, 1) 50 FIELD(STATUS, CACHE_DONE, 5, 1) 51 FIELD(STATUS, CACHE_LOAD, 4, 1) 52 FIELD(STATUS, EFUSE_3_TBIT, 2, 1) 53 FIELD(STATUS, EFUSE_2_TBIT, 1, 1) 54 FIELD(STATUS, EFUSE_0_TBIT, 0, 1) 277 val = FIELD_DP32(val, STATUS, EFUSE_0_TBIT, !!(check & (1 << 0))); in update_tbit_status() 278 val = FIELD_DP32(val, STATUS, EFUSE_2_TBIT, !!(check & (1 << 1))); in update_tbit_status() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/edac-utils/files/ |
| H A D | make-init-script-be-able-to-automatically-load-EDAC-.patch | 78 STATUS=$? 79 [ $STATUS -eq 0 ] && echo success || echo failure 83 STATUS=6 91 + [ -z "$EDAC_DRIVER" ] && STATUS=1 && exit 94 STATUS=0
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cli11/cli11/ |
| H A D | 0001-Do-not-download-the-catch-framework-during-configure.patch | 19 message(STATUS "Found Catch2") 22 - message(STATUS "Downloading Catch2") 29 - STATUS status
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmatrix/cmatrix/ |
| H A D | 0001-reproducibility-Prevent-configuration-from-reading-h.patch | 39 … message(STATUS "Installing matrix console fonts to ${CMAKE_INSTALL_PREFIX}/${CONSOLE_FONTS_DIR}") 48 message(STATUS "Installing matrix X window fonts to ${CMAKE_INSTALL_PREFIX}/${X_FONTS_DIR}") 54 …"message(STATUS \"If this is the first time you have installed CMatrix you will probably have to r…
|
| /openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
| H A D | slot-hsc-fault | 69 STATUS=$(i2ctransfer -f -y "$bus" w1@"$addr" $reg r1) 83 failure_data+="$description: $STATUS"
|
| H A D | medusa-hsc-alert | 64 STATUS=$(i2ctransfer -f -y "$bus" w1@"$addr" $reg r1) 77 failure_data+="$description: $STATUS"
|
| H A D | medusa-hsc-fault | 66 STATUS=$(i2ctransfer -f -y "$bus" w1@"$addr" $reg r1) 79 failure_data+="$description: $STATUS"
|
| H A D | medusa-power-module-fault | 86 STATUS=$(i2ctransfer -f -y "$bus" w1@"$addr" $reg r1) 99 failure_data+="$description: $STATUS"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dnfdragora/dnfdragora/ |
| H A D | 0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch | 18 message(STATUS "Found sphinx-build: ${SPHINX_EXECUTABLE}") 25 message(STATUS "Python install dir is ${PYTHON_INSTALL_DIR}")
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/bit7z/ |
| H A D | 0001-Allow-running-tests-on-target-when-cross-compiling.patch | 27 + message( STATUS "Custom test data dir on target: ${BIT7Z_TESTS_DATA_DIR_TARGET}" ) 33 message( STATUS "Tests data directory: ${BIT7Z_TESTS_DATA_DIR}" )
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/ |
| H A D | 0001-FROMLIST-FastCV-latest-libs-hash-update.patch | 27 message(STATUS "Download FastCV for Android aarch64") 33 message(STATUS "Download FastCV for Android armv7")
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja/ |
| H A D | CMakeLists.txt | 8 message(STATUS \"Install ninja project\")
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cmake/ |
| H A D | CMakeLists.txt | 10 message(STATUS \"Install CMake project\")
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/ |
| H A D | 0001-CMakeLists-txt-make-DLT_WatchdogSec-can-be-set-by-user.patch | 33 … message( STATUS "The systemd watchdog is enabled - timeout is set to ${DLT_WatchdogSec} seconds") 39 message( STATUS "The systemd watchdog is disabled")
|