Home
last modified time | relevance | path

Searched full:never (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/Zephyr-latest/cmake/sca/eclair/ECL/
Dcall_properties.ecl2 -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/
Dhw_counter.c27 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()
Dhw_models_top.c28 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.
Dhw_models_top.h17 #define NEVER UINT64_MAX macro
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/resources/
Dzen_of_python.py19 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/
Dpre_located_ext.c9 * 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/
Ddocker-test.sh17 # 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/
Dalias.rst48 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/
Dtest_suite_foreach_bond_invalid_inputs.c54 * - Callback should never be called
72 * - Callback should never be called
/Zephyr-latest/
D.clang-format15 AllowShortBlocksOnASingleLine: Never
104 SortIncludes: Never
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_foreach_type/src/
Dtest_suite_foreach_type_invalid_inputs.c57 * - Callback should never be called
74 * - Callback should never be called
/Zephyr-latest/tests/bluetooth/shell/boards/
Dnative_sim.conf7 # 5ms ISO interval bidirectional data the system shall never stall for more
/Zephyr-latest/scripts/coccinelle/
Dignore_return.cocci3 //# The return of memset and memcpy is never checked and therefore
/Zephyr-latest/include/zephyr/
Dfatal.h77 * On architectures where k_thread_abort() never returns, this function
78 * never returns either.
/Zephyr-latest/arch/posix/core/
Dswap.c80 * 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/
Dmain.c142 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/
DKconfig.icmsg_me12 function. If you are sure that your application never sends data
/Zephyr-latest/boards/native/native_sim/
Dnative_posix_compat.h36 #define NEVER NSI_NEVER macro
/Zephyr-latest/arch/posix/include/
Dposix_arch_internal.h38 * are meant to never fail, and therefore will not be covered.
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.intel_vtd27 bool "Never check the source id"
/Zephyr-latest/kernel/include/
Dmmu.h57 * @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/
Dsample.yaml48 # RTC Counter will never be selected in the test.
/Zephyr-latest/lib/os/
Dreboot.c41 /* should never get here */ in sys_reboot()
/Zephyr-latest/lib/libc/armstdc/src/
Dthreading_weak.c14 * symbol is never actually called.
/Zephyr-latest/arch/riscv/core/
Dsemihost.c19 * never placed across two different pages.

12345678910>>...16