Searched refs:never (Results 1 – 25 of 85) sorted by relevance
1234
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | call_properties.ecl | 2 -call_properties+={"name(z_phys_map)", {"pointee_read(1=never)","pointee_write(1=always)","taken()"… 3 -call_properties+={"name(pcie_get_mbar)", {"pointee_read(3=never)","pointee_write(3=maybe)","taken(… 5 "pointee_read(1..2=never)", 9 "pointee_read(1..2=never&&3..4=always)", 10 "pointee_write(1..2=maybe&&3..4=never)" 12 -call_properties+={"name(z_phys_unmap)", {"pointee_read(1=never)","pointee_write(1=never)"}} 13 -call_properties+={"name(check_sum)", {"pointee_read(1=always)","pointee_write(1=never)"}} 15 -call_properties+={"name(z_setup_new_thread)", {"pointee_read(10=maybe)","pointee_write(10=never)",… 19 -call_properties+={"name(size_mul_overflow)", {"pointee_read(3=never)","pointee_write(3=always)","t… 20 -call_properties+={"name(size_add_overflow)", {"pointee_read(3=never)","pointee_write(3=always)","t… [all …]
|
/Zephyr-latest/doc/ |
D | LICENSING.rst | 18 * *Impact:* These files are used in Continuous Integration (CI) and never linked into the firmware. 30 …* *Impact:* These files are used by `Coccinelle`_, a tool for transforming C-code, and never linked 63 :zephyr:board:`kb1200_evb` board. It is never linked into the firmware. 106 * *Impact:* These are only used for testing and never linked with the firmware.
|
/Zephyr-latest/scripts/coccinelle/ |
D | ignore_return.cocci | 3 //# The return of memset and memcpy is never checked and therefore
|
/Zephyr-latest/doc/develop/west/ |
D | alias.rst | 48 west config --global alias.run "build --pristine=never --target run" 49 west config --global alias.menuconfig "build --pristine=never --target menuconfig"
|
/Zephyr-latest/subsys/ipc/ipc_service/backends/ |
D | Kconfig.icmsg_me | 12 function. If you are sure that your application never sends data
|
/Zephyr-latest/cmake/modules/ |
D | FindDtc.cmake | 48 # Treat it as DTC was never found by resetting the result from `find_program()`
|
D | FindBabbleSim.cmake | 86 message(WARNING "BabbleSim was never compiled (${version_file} not found)")
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.shell | 42 the shell from becoming locked if it never receives the full packet
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | dfd_srv.rst | 27 specific, and may contain data from other vendors. The application should never attempt to execute
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | dlist.rst | 66 * An insertion or deletion never needs to check for the special case 67 of inserting at the head or tail. There are never any NULL pointers
|
/Zephyr-latest/doc/services/task_wdt/ |
D | index.rst | 25 the timer ISR is never actually called during normal operation, as the timer is
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig.l2cap | 23 queued TX buffers never need to be fragmented, i.e. that the
|
/Zephyr-latest/arch/x86/zefi/ |
D | README.txt | 59 the compiler (not the linker) knows a-priori will never be in 76 relocation of our own). Will probably never happen unless we move to
|
/Zephyr-latest/cmake/compiler/iar/ |
D | compiler_flags.cmake | 42 --diag_suppress=Pe550 # variable "res" was set but never used 54 --diag_suppress=Pe177 # function "xxx" was declared but never referenced
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | Kconfig.saml2x | 15 If you are confident that you will never attach a debugger to the
|
/Zephyr-latest/subsys/debug/coredump/ |
D | Kconfig | 118 Say n to conserve space on coredump backend or if you will never
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | system_threads.rst | 35 and never terminates.
|
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/interoperability/ |
D | Kconfig.icmsg_v1 | 47 imposed by the system workqueue, such as never performing blocking
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 69 that will never see more than a small number (3, maybe) of runnable threads in 186 time slicing, and are never preempted by a thread of equal priority. 194 execute. However, the algorithm *does* ensure that a thread never executes 329 until *another* interrupt occurs, which might be *never*, thus hanging the
|
/Zephyr-latest/doc/services/tfm/ |
D | integration.rst | 15 Generally, this value should never be set at the application level, however,
|
/Zephyr-latest/doc/kernel/usermode/ |
D | syscalls.rst | 12 Private kernel data should never be made available to user mode threads 18 supervisor mode should never be exposed as system calls. Reserve these 31 ``SYSCALL_INCLUDE_DIRS`` directory. This prototype is never implemented 380 user threads will never have access to. The implementation functions get passed 387 contents are never used for any validation or control flow. Further 484 should never be used to verify if resource allocation has been successful. 538 only write this data, and never read it.
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.cortex_m_systick | 75 The SoC must never enter a low-power mode where SysTick is disabled when
|
/Zephyr-latest/subsys/ipc/ipc_service/lib/ |
D | Kconfig.icmsg | 39 imposed by the system workqueue, such as never performing blocking
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | read_and_decode.rst | 34 * Obtaining the raw sensor data, decoding never, later, or on a separate
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/ |
D | README.rst | 85 The mesh_test module is never called from the framework, so each test harness
|
1234