/openbmc/linux/tools/perf/ |
H A D | builtin-version.c | 49 #define STATUS(__d, __m) \ macro 59 STATUS(HAVE_DWARF_SUPPORT, dwarf); in library_status() 60 STATUS(HAVE_DWARF_GETLOCATIONS_SUPPORT, dwarf_getlocations); in library_status() 62 STATUS(HAVE_LIBAUDIT_SUPPORT, libaudit); in library_status() 64 STATUS(HAVE_SYSCALL_TABLE_SUPPORT, syscall_table); in library_status() 65 STATUS(HAVE_LIBBFD_SUPPORT, libbfd); in library_status() 66 STATUS(HAVE_DEBUGINFOD_SUPPORT, debuginfod); in library_status() 67 STATUS(HAVE_LIBELF_SUPPORT, libelf); in library_status() 68 STATUS(HAVE_LIBNUMA_SUPPORT, libnuma); in library_status() 69 STATUS(HAVE_LIBNUMA_SUPPORT, numa_num_possible_cpus); in library_status() [all …]
|
/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/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/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/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/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/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/linux/drivers/scsi/ |
H A D | aha1542.h | 9 #define STATUS(base) base macro 20 #define INTRFLAGS(base) (STATUS(base)+2) 29 #define CONTROL(base) STATUS(base) 36 #define DATA(base) (STATUS(base)+1)
|
H A D | aha1542.c | 105 if (!wait_mask(STATUS(base), CDF, 0, CDF, 0)) in aha1542_outb() 115 if (!wait_mask(STATUS(base), CDF, 0, CDF, 0)) in aha1542_out() 133 if (!wait_mask(STATUS(base), DF, DF, 0, timeout)) in aha1542_in() 212 if (inb(STATUS(sh->io_port)) == 0xff) in aha1542_test_port() 225 if (!wait_mask(STATUS(sh->io_port), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) in aha1542_test_port() 240 if (!wait_mask(STATUS(sh->io_port), DF, DF, 0, 0)) in aha1542_test_port() 246 if (inb(STATUS(sh->io_port)) & DF) in aha1542_test_port() 304 printk("status %02x\n", inb(STATUS(sh->io_port))); in aha1542_interrupt() 549 i = inb(STATUS(sh->io_port)); in aha1542_getconfig() 654 i = inb(STATUS(sh->io_port)); in aha1542_query() [all …]
|
H A D | 53c700.scr | 142 JUMP Finish, WHEN STATUS 251 JUMP Finish, WHEN STATUS 256 JUMP Finish, WHEN STATUS 271 JUMP Finish, WHEN STATUS 316 JUMP Finish, WHEN STATUS 329 JUMP Finish, WHEN STATUS 396 MOVE 1, StatusAddress, WHEN STATUS
|
/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/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)
|
H A D | xlnx_csu_dma.c | 44 REG32(STATUS, 0x8) 45 FIELD(STATUS, DONE_CNT, 13, 3) /* wtc */ 46 FIELD(STATUS, FIFO_LEVEL, 5, 8) /* ro */ 47 FIELD(STATUS, OUTSTANDING, 1, 4) /* ro */ 48 FIELD(STATUS, BUSY, 0, 1) /* ro */ 147 cnt = ARRAY_FIELD_EX32(s->regs, STATUS, DONE_CNT) + a; in xlnx_csu_dma_update_done_cnt() 148 ARRAY_FIELD_DP32(s->regs, STATUS, DONE_CNT, cnt); in xlnx_csu_dma_update_done_cnt()
|
/openbmc/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-ioc-receive.rst | 153 to :ref:`CEC_RX_STATUS_TIMEOUT <CEC-RX-STATUS-TIMEOUT>` or 154 :ref:`CEC_RX_STATUS_FEATURE_ABORT <CEC-RX-STATUS-FEATURE-ABORT>`. 175 :ref:`CEC_TX_STATUS_NACK <CEC-TX-STATUS-NACK>` without ever actually 182 :ref:`CEC_TX_STATUS_ARB_LOST <CEC-TX-STATUS-ARB-LOST>` status bit is set. 188 :ref:`CEC_TX_STATUS_NACK <CEC-TX-STATUS-NACK>` status bit is set. 194 :ref:`CEC_TX_STATUS_LOW_DRIVE <CEC-TX-STATUS-LOW-DRIVE>` status bit is set. 200 valid if the :ref:`CEC_TX_STATUS_ERROR <CEC-TX-STATUS-ERROR>` status bit is set. 244 * .. _`CEC-TX-STATUS-OK`: 249 exclusive with :ref:`CEC_TX_STATUS_MAX_RETRIES <CEC-TX-STATUS-MAX-RETRIES>`. 252 * .. _`CEC-TX-STATUS-ARB-LOST`: [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/linux/drivers/media/usb/uvc/ |
H A D | uvc_status.c | 104 uvc_dbg(dev, STATUS, in uvc_event_streaming() 113 uvc_dbg(dev, STATUS, "Button (intf %u) %s len %d\n", in uvc_event_streaming() 118 uvc_dbg(dev, STATUS, "Stream %u error event %02x len %d\n", in uvc_event_streaming() 174 uvc_dbg(dev, STATUS, "Invalid control status event received\n"); in uvc_event_control() 178 uvc_dbg(dev, STATUS, "Control %u/%u %s change len %d\n", in uvc_event_control() 240 uvc_dbg(dev, STATUS, "Unknown status event type %u\n", in uvc_status_complete()
|
/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/linux/sound/pci/vx222/ |
H A D | vx222_ops.c | 175 data = vx_inl(chip, STATUS); in vx2_test_xilinx() 184 data = vx_inl(chip, STATUS); in vx2_test_xilinx() 195 data = vx_inl(chip, STATUS); in vx2_test_xilinx() 204 data = vx_inl(chip, STATUS); in vx2_test_xilinx() 444 if (! (vx_inl(chip, STATUS) & VX_STATUS_MEMIRQ_MASK)) in vx2_test_and_ack() 449 vx_outl(chip, STATUS, 0); in vx2_test_and_ack() 453 vx_inl(chip, STATUS); in vx2_test_and_ack() 455 vx_outl(chip, STATUS, VX_STATUS_MEMIRQ_MASK); in vx2_test_and_ack() 458 vx_inl(chip, STATUS); in vx2_test_and_ack() 460 vx_outl(chip, STATUS, 0); in vx2_test_and_ack()
|
/openbmc/qemu/scripts/qemu-guest-agent/ |
H A D | fsfreeze-hook | 29 STATUS=$? 30 printf "$(date): $file finished with status=$STATUS\n" >>$LOGFILE
|
/openbmc/qemu/hw/char/ |
H A D | ibex_uart.c | 57 REG32(STATUS, 0x14) 58 FIELD(STATUS, TXFULL, 0, 1) 59 FIELD(STATUS, RXFULL, 1, 1) 60 FIELD(STATUS, TXEMPTY, 2, 1) 61 FIELD(STATUS, RXIDLE, 4, 1) 62 FIELD(STATUS, RXEMPTY, 5, 1)
|
/openbmc/linux/include/linux/ |
H A D | parport_pc.h | 16 #define STATUS(p) ((p)->base + 0x1) macro 90 unsigned char dsr = inb (STATUS (p)); in dump_parport_state() 216 return inb(STATUS(p)); in parport_pc_read_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}")
|