/Zephyr-latest/tests/lib/c_lib/stdio/src/ |
D | main.c | 44 zassert_ok(remove(TEST_FILE), "Error removing file: %d\n", errno); in ZTEST() 45 zassert_equal(remove(""), -1, "Error Invalid path removed\n"); in ZTEST() 46 zassert_equal(remove(NULL), -1, "Error Invalid path removed\n"); in ZTEST()
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_hardwaremap.py | 117 os.remove(path) 154 os.remove(path) 169 os.remove(path) 236 os.remove(path) 250 os.remove(path) 288 os.remove(path)
|
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/ |
D | README.rst | 73 [Check 3] Call remove API for UID 6 which is not set 76 [Check 6] Call remove API for UID 6 which is removed 80 [Check 9] Call remove API for different UID 5 85 [Check 3] Call remove API for UID 6 which is not set 88 [Check 6] Call remove API for UID 6 which is removed 92 [Check 9] Call remove API for different UID 5
|
/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | CMakeLists.txt | 66 # will remove it if empty). Extract it here (which will create an 95 --remove-section .imr 96 --remove-section .imrdata 97 --remove-section .cold 98 --remove-section .coldrodata 99 --remove-section .module.boot 100 --remove-section .module.cold 101 --remove-section .fw_metadata
|
/Zephyr-latest/lib/libc/common/source/stdio/ |
D | remove.c | 20 int remove(const char *path) in remove() function
|
/Zephyr-latest/boards/shields/g1120b0mipi/boards/ |
D | mimxrt1160_evk_mimxrt1166_cm7.overlay | 9 * connected. remove the property from the display.
|
D | mimxrt1170_evk_mimxrt1176_cm7_A.overlay | 9 * connected. remove the property from the display.
|
D | mimxrt1170_evk_mimxrt1176_cm7_B.overlay | 9 * connected. remove the property from the display.
|
/Zephyr-latest/subsys/net/ip/ |
D | nbr.h | 66 void (*const remove)(struct net_nbr *nbr); member 82 .remove = _remove, \
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome-darkmode-toggle.js | 126 document.documentElement.classList.remove("light-mode") 129 document.documentElement.classList.remove("dark-mode")
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/ |
D | doxytooltip.js | 28 tippyStyle.remove(); 38 doxytooltipStyle.remove();
|
/Zephyr-latest/tests/benchmarks/wait_queues/ |
D | README.rst | 13 * Time to remove highest priority thread from a wait queue 14 * Time to remove lowest priority thread from a wait queue
|
/Zephyr-latest/ |
D | .gitattributes | 1 # used to remove files from deployment using `git archive`
|
/Zephyr-latest/tests/bsim/ |
D | generate_coverage_report.sh | 49 lcov --remove ${OUTPUT_DIR}/coverage.pre.info *generated* \
|
/Zephyr-latest/doc/_extensions/zephyr/domain/static/js/ |
D | board-catalog.js | 46 tagElement.remove(); 147 if (el.textContent.includes(tag)) el.remove(); 197 vendorSelect.remove(1); 250 document.querySelectorAll('.tag').forEach(tag => tag.remove()); 275 resetFiltersBtn.classList.remove("btn-disabled");
|
/Zephyr-latest/boards/shields/nrf7002eb/boards/ |
D | nrf54h20dk_nrf54h20_cpuapp.overlay | 8 * remove this as Wi-Fi SR co-existence is not yet supported on this board.
|
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/boards/ |
D | mec15xxevb_assy6853.overlay | 14 * Also remove jumpers on JP41 (1-2, 3-4) as the LEDs
|
/Zephyr-latest/subsys/net/lib/wifi_credentials/ |
D | CMakeLists.txt | 34 "Static Wi-Fi configuration is used, please remove before deployment!"
|
/Zephyr-latest/tests/benchmarks/sched_queues/ |
D | README.rst | 14 * Time to remove highest priority thread from a wait queue. 15 * Time to remove lowest priority thread from a wait queue.
|
/Zephyr-latest/cmake/flash/ |
D | check_runner_dependencies.cmake | 16 "`${TARGET}` cannot have dependencies, please remove "
|
/Zephyr-latest/tests/subsys/debug/gdbstub/ |
D | test_breakpoints.gdbinit | 18 # remove some of the breakpoints to check.
|
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/ |
D | nrf52840dk_nrf52840_ram_disk_region.overlay | 9 * remove the original definition and replace it with smaller one. 18 * change the size, what we have to do is to remove
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | queues.rst | 7 threads and ISRs to add and remove data items of any size. The queue is similar
|
/Zephyr-latest/soc/intel/intel_ish/utils/ |
D | build_ish_firmware.cmake | 8 COMMAND ${CMAKE_OBJCOPY} -O binary --remove-section=aon
|
/Zephyr-latest/dts/arm/st/f4/ |
D | stm32f429vX.dtsi | 7 * Don't remove this file even if none of the SoCs currently
|