/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/boards/native/native_posix/ |
D | hw_counter.c | 27 hw_counter_timer = NEVER; in hw_counter_init() 28 counter_target = NEVER; in hw_counter_init() 31 counter_period = NEVER; in hw_counter_init() 32 counter_wrap = NEVER; in hw_counter_init() 38 hw_counter_timer = NEVER; in hw_counter_triggered() 93 hw_counter_timer = NEVER; in hw_counter_stop()
|
D | hw_models_top.c | 28 static uint64_t end_of_time = NEVER; /* When will this device stop */ 69 * If for some reason (the program is stuck) we never evaluate it, the program 70 * would never exit.
|
D | hw_models_top.h | 17 #define NEVER UINT64_MAX macro
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/resources/ |
D | zen_of_python.py | 19 Errors should never pass silently. 24 Now is better than never. 25 Although never is often better than *right* now.
|
/Zephyr-latest/tests/subsys/llext/src/ |
D | pre_located_ext.c | 9 * in the .text section. The entry point is never called, but the symbol 17 /* This function is never called */ in test_entry()
|
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/ |
D | docker-test.sh | 17 # curl timeout is return code 28. If we get that, zephyr will never 48 # curl timeout is return code 28. If we get that, zephyr will never
|
/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/tests/bluetooth/host/keys/bt_keys_foreach_bond/src/ |
D | test_suite_foreach_bond_invalid_inputs.c | 54 * - Callback should never be called 72 * - Callback should never be called
|
/Zephyr-latest/ |
D | .clang-format | 15 AllowShortBlocksOnASingleLine: Never 104 SortIncludes: Never
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_foreach_type/src/ |
D | test_suite_foreach_type_invalid_inputs.c | 57 * - Callback should never be called 74 * - Callback should never be called
|
/Zephyr-latest/tests/bluetooth/shell/boards/ |
D | native_sim.conf | 7 # 5ms ISO interval bidirectional data the system shall never stall for more
|
/Zephyr-latest/scripts/coccinelle/ |
D | ignore_return.cocci | 3 //# The return of memset and memcpy is never checked and therefore
|
/Zephyr-latest/include/zephyr/ |
D | fatal.h | 77 * On architectures where k_thread_abort() never returns, this function 78 * never returns either.
|
/Zephyr-latest/arch/posix/core/ |
D | swap.c | 80 * Note that we will never come back to this thread: posix_main_thread_start() 81 * does never return.
|
/Zephyr-latest/tests/kernel/fatal/exception/src/ |
D | main.c | 142 TC_ERROR("SHOULD NEVER SEE THIS\n"); in entry_oops() 151 TC_ERROR("SHOULD NEVER SEE THIS\n"); in entry_panic() 168 TC_ERROR("SHOULD NEVER SEE THIS\n"); in entry_arbitrary_reason() 177 TC_ERROR("SHOULD NEVER SEE THIS\n"); in entry_arbitrary_reason_negative() 254 TC_ERROR("should never see this\n"); in stack_sentinel_swap() 262 TC_ERROR("should never see this\n"); in stack_hw_overflow() 273 TC_ERROR("should never see this\n"); in user_priv_stack_hw_overflow()
|
/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/boards/native/native_sim/ |
D | native_posix_compat.h | 36 #define NEVER NSI_NEVER macro
|
/Zephyr-latest/arch/posix/include/ |
D | posix_arch_internal.h | 38 * are meant to never fail, and therefore will not be covered.
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.intel_vtd | 27 bool "Never check the source id"
|
/Zephyr-latest/kernel/include/ |
D | mmu.h | 57 * @note Only applies to boot RAM mappings within the Zephyr image that have never 58 * been remapped or paged out. Never use this unless you know exactly what you 70 * @note Only applies to boot RAM mappings within the Zephyr image that have never 71 * been remapped or paged out. Never use this unless you know exactly what you 137 /** This physical page is reserved by hardware; we will never use it */ 140 /** This page contains critical kernel data and will never be swapped */
|
/Zephyr-latest/samples/drivers/counter/alarm/ |
D | sample.yaml | 48 # RTC Counter will never be selected in the test.
|
/Zephyr-latest/lib/os/ |
D | reboot.c | 41 /* should never get here */ in sys_reboot()
|
/Zephyr-latest/lib/libc/armstdc/src/ |
D | threading_weak.c | 14 * symbol is never actually called.
|
/Zephyr-latest/arch/riscv/core/ |
D | semihost.c | 19 * never placed across two different pages.
|