Home
last modified time | relevance | path

Searched refs:STATUS (Results 1 – 25 of 171) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-version.c50 #define STATUS(__d, __m) \ macro
60 STATUS(HAVE_DWARF_SUPPORT, dwarf); in library_status()
61 STATUS(HAVE_DWARF_GETLOCATIONS_SUPPORT, dwarf_getlocations); in library_status()
62 STATUS(HAVE_GLIBC_SUPPORT, glibc); in library_status()
64 STATUS(HAVE_LIBAUDIT_SUPPORT, libaudit); in library_status()
66 STATUS(HAVE_SYSCALL_TABLE_SUPPORT, syscall_table); in library_status()
67 STATUS(HAVE_LIBBFD_SUPPORT, libbfd); in library_status()
68 STATUS(HAVE_LIBELF_SUPPORT, libelf); in library_status()
69 STATUS(HAVE_LIBNUMA_SUPPORT, libnuma); in library_status()
70 STATUS(HAVE_LIBNUMA_SUPPORT, numa_num_possible_cpus); in library_status()
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Drunqemu-ifup51 STATUS=$?
52 if [ $STATUS -ne 0 ]; then
56 STATUS=$?
57 if [ $STATUS -ne 0 ]; then
84 STATUS=$?
85 if [ $STATUS -ne 0 ]; then
90 STATUS=$?
91 if [ $STATUS -ne 0 ]; then
98 STATUS=$?
99 if [ $STATUS -ne 0 ]; then
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/apache2/files/
H A Dinit40 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
/OK3568_Linux_fs/external/mpp/
H A DCMakeLists.txt15 message(STATUS "cmake version ${CMAKE_VERSION}")
77 message(STATUS "Detected Buildroot toolchain")
80 message(STATUS "Detected x86 system processor")
86 message(STATUS "Define X86_64 to 1")
89 message(STATUS "Detected ARMv6 system processor")
93 message(STATUS "Detected ARMv7 system processor")
97 message(STATUS "Detected ARMv7 system processor")
101 message(STATUS "Detected ARMv8 system processor")
105 message(STATUS "CMAKE_SYSTEM_PROCESSOR value `${CMAKE_SYSTEM_PROCESSOR}` is unknown")
106 … message(STATUS "Please add this value near ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE}")
[all …]
/OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/
H A DrgaImDemo.cpp184 IM_STATUS STATUS; in main() local
366 STATUS = imcopy(src, dst); in main()
370 printf("copying .... cost time %ld us, %s\n", usec1, imStrError(STATUS)); in main()
503 STATUS = imresize(src, dst); in main()
507 printf("resizing .... cost time %ld us, %s\n", usec1, imStrError(STATUS)); in main()
526 STATUS = imcrop(src, dst, src_rect); in main()
530 printf("cropping .... cost time %ld us, %s\n", usec1, imStrError(STATUS)); in main()
553 STATUS = imrotate(src, dst, ROTATE); in main()
557 printf("rotating .... cost time %ld us, %s\n", usec1, imStrError(STATUS)); in main()
573 STATUS = imflip(src, dst, FLIP); in main()
[all …]
/OK3568_Linux_fs/external/mpp/test/
H A DCMakeLists.txt10 #message(STATUS "moduule : ${module}")
11 #message(STATUS "test_name : ${test_name}")
12 #message(STATUS "test_tag : ${test_tag}")
51 #message(STATUS "moduule : ${module}")
52 #message(STATUS "test_name : ${test_name}")
53 #message(STATUS "test_tag : ${test_tag}")
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Daha1542.h9 #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 Daha1542.c102 if (!wait_mask(STATUS(base), CDF, 0, CDF, 0)) in aha1542_outb()
112 if (!wait_mask(STATUS(base), CDF, 0, CDF, 0)) in aha1542_out()
128 if (!wait_mask(STATUS(base), DF, DF, 0, timeout)) in aha1542_in()
199 if (inb(STATUS(sh->io_port)) == 0xff) in aha1542_test_port()
212 if (!wait_mask(STATUS(sh->io_port), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) in aha1542_test_port()
225 if (!wait_mask(STATUS(sh->io_port), DF, DF, 0, 0)) in aha1542_test_port()
231 if (inb(STATUS(sh->io_port)) & DF) in aha1542_test_port()
286 printk("status %02x\n", inb(STATUS(sh->io_port))); in aha1542_interrupt()
545 i = inb(STATUS(sh->io_port)); in aha1542_getconfig()
646 i = inb(STATUS(sh->io_port)); in aha1542_query()
[all …]
H A D53c700.scr142 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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/
H A Dcmpi-bindings-0.4.17-no-ruby-perl.patch24 - MESSAGE(STATUS "Building Perl...")
29 +# MESSAGE(STATUS "Building Perl...")
35 - MESSAGE(STATUS "Building Ruby...")
41 +# MESSAGE(STATUS "Building Ruby...")
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-ioc-receive.rst152 to :ref:`CEC_RX_STATUS_TIMEOUT <CEC-RX-STATUS-TIMEOUT>` or
153 :ref:`CEC_RX_STATUS_FEATURE_ABORT <CEC-RX-STATUS-FEATURE-ABORT>`.
179 :ref:`CEC_TX_STATUS_ARB_LOST <CEC-TX-STATUS-ARB-LOST>` status bit is set.
185 :ref:`CEC_TX_STATUS_NACK <CEC-TX-STATUS-NACK>` status bit is set.
191 :ref:`CEC_TX_STATUS_LOW_DRIVE <CEC-TX-STATUS-LOW-DRIVE>` status bit is set.
197 valid if the :ref:`CEC_TX_STATUS_ERROR <CEC-TX-STATUS-ERROR>` status bit is set.
241 * .. _`CEC-TX-STATUS-OK`:
246 exclusive with :ref:`CEC_TX_STATUS_MAX_RETRIES <CEC-TX-STATUS-MAX-RETRIES>`.
249 * .. _`CEC-TX-STATUS-ARB-LOST`:
256 * .. _`CEC-TX-STATUS-NACK`:
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/edac-utils/files/
H A Dmake-init-script-be-able-to-automatically-load-EDAC-.patch78 STATUS=$?
79 [ $STATUS -eq 0 ] && echo success || echo failure
83 STATUS=6
91 + [ -z "$EDAC_DRIVER" ] && STATUS=1 && exit
94 STATUS=0
/OK3568_Linux_fs/external/mpp/mpp/base/test/
H A DCMakeLists.txt9 #message(STATUS "moduule : ${module}")
10 #message(STATUS "test_name : ${test_name}")
11 #message(STATUS "test_tag : ${test_tag}")
/OK3568_Linux_fs/external/mpp/osal/test/
H A DCMakeLists.txt9 #message(STATUS "moduule : ${module}")
10 #message(STATUS "test_name : ${test_name}")
11 #message(STATUS "test_tag : ${test_tag}")
/OK3568_Linux_fs/kernel/sound/pci/vx222/
H A Dvx222_ops.c175 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()
442 if (! (vx_inl(chip, STATUS) & VX_STATUS_MEMIRQ_MASK)) in vx2_test_and_ack()
447 vx_outl(chip, STATUS, 0); in vx2_test_and_ack()
451 vx_inl(chip, STATUS); in vx2_test_and_ack()
453 vx_outl(chip, STATUS, VX_STATUS_MEMIRQ_MASK); in vx2_test_and_ack()
456 vx_inl(chip, STATUS); in vx2_test_and_ack()
458 vx_outl(chip, STATUS, 0); in vx2_test_and_ack()
/OK3568_Linux_fs/kernel/include/linux/
H A Dparport_pc.h16 #define STATUS(p) ((p)->base + 0x1) macro
87 unsigned char dsr = inb (STATUS (p)); in dump_parport_state()
213 return inb(STATUS(p)); in parport_pc_read_status()
/OK3568_Linux_fs/buildroot/package/mraa/
H A D0002-CMakeLists.txt-add-BUILDCPP-option.patch153 message (STATUS "INFO - swig Version ${SWIG_VERSION}")
154 -message (STATUS "INFO - CXX compiler Version ${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION…
156 + message (STATUS "INFO - CXX compiler Version ${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSI…
159 - message (STATUS "INFO - Using V8 version > 3 so requiring C++11 compiler")
170 + message (STATUS "INFO - Using V8 version > 3 so requiring C++11 compiler")
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/dnfdragora/dnfdragora/
H A D0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch16 message(STATUS "Found sphinx-build: ${SPHINX_EXECUTABLE}")
23 message(STATUS "Python install dir is ${PYTHON_INSTALL_DIR}")
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/
H A D0001-cmake-Link-with-libatomic-on-rv32-rv64.patch33 message(STATUS "Using pthread_setname_np API to set thread name")
35 message(STATUS "pthread_setname_np API not available on this platform")
/OK3568_Linux_fs/kernel/drivers/memstick/host/
H A Djmb38x_ms.c32 STATUS = 0x20, enumerator
169 while (!(STATUS_FIFO_EMPTY & readl(host->addr + STATUS))) { in jmb38x_ms_read_data()
178 && !(STATUS_FIFO_EMPTY & readl(host->addr + STATUS))) { in jmb38x_ms_read_data()
233 && !(STATUS_FIFO_FULL & readl(host->addr + STATUS))) { in jmb38x_ms_write_data()
244 while (!(STATUS_FIFO_FULL & readl(host->addr + STATUS))) { in jmb38x_ms_write_data()
371 if (!(STATUS_HAS_MEDIA & readl(host->addr + STATUS))) { in jmb38x_ms_issue_cmd()
379 dev_dbg(&msh->dev, "hstatus %08x\n", readl(host->addr + STATUS)); in jmb38x_ms_issue_cmd()
478 dev_dbg(&msh->dev, "c hstatus %08x\n", readl(host->addr + STATUS)); in jmb38x_ms_complete_cmd()
480 host->req->int_reg = readl(host->addr + STATUS) & 0xff; in jmb38x_ms_complete_cmd()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A DCVE-2022-41974.patch58 - set_handler_callback(LIST+STATUS, cli_list_status);
60 - set_handler_callback(LIST+MAPS+STATUS, cli_list_maps_status);
88 + set_handler_callback(LIST|STATUS, cli_list_status);
90 + set_handler_callback(LIST|MAPS|STATUS, cli_list_maps_status);
/OK3568_Linux_fs/buildroot/package/openpowerlink/
H A D0003-Add-top-level-CMakeLists.txt.patch96 - MESSAGE(STATUS "Searching for LIBRARY ${OPLKLIB_NAME} in ${OPLKLIB_DIR}")
112 - MESSAGE(STATUS "Searching for LIBRARY ${OPLKLIB_DEBUG_NAME} in ${OPLKLIB_DIR}")
132 + MESSAGE(STATUS "Searching for LIBRARY ${OPLKLIB_NAME} in ${OPLKLIB_DIR}")
148 + MESSAGE(STATUS "Searching for LIBRARY ${OPLKLIB_DEBUG_NAME} in ${OPLKLIB_DIR}")
/OK3568_Linux_fs/external/xserver/hw/xfree86/
H A Dsdksyms.sh444 STATUS=$?
451 exit $STATUS
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv50/
H A Dovly827e.c73 if (NVBO_TD32(bo, offset, NV_DISP_NOTIFICATION_1, _3, STATUS, ==, BEGUN)) in ovly827e_ntfy_wait_begun()
87 NVDEF(NV_DISP_NOTIFICATION_1, _3, STATUS, NOT_BEGUN)); in ovly827e_ntfy_reset()
/OK3568_Linux_fs/external/mpp/osal/
H A DCMakeLists.txt16 message(STATUS "compile with drm support")
18 message(STATUS "compile without drm support")

1234567