Searched refs:null (Results 1 – 25 of 70) sorted by relevance
123
/Zephyr-latest/scripts/net/ |
D | run-sample-tests.sh | 84 if ! docker image ls | grep "$image" > /dev/null; then 89 if ! docker network ls | grep "$network" > /dev/null; then 92 start 2>/dev/null | tail -1) 106 if docker ps | grep "$name" > /dev/null; then 111 --rm -dit --network=$network $image > /dev/null; then 128 if docker ps | grep "$name" > /dev/null; then 129 docker stop "$name" > /dev/null 139 docker network rm "$network" > /dev/null 150 stop > /dev/null 2>&1 192 kill $zephyrs 2> /dev/null [all …]
|
/Zephyr-latest/boards/qemu/malta/ |
D | board.cmake | 10 -serial null 11 -serial null
|
/Zephyr-latest/scripts/checkpatch/ |
D | maintainer-checkpatch.bash | 59 type $i &>/dev/null 92 git format-patch ${since} -o ${outdir} 2>/dev/null >/dev/null
|
D | check_known_checkpatch_issues.sh | 38 type $i &>/dev/null
|
/Zephyr-latest/boards/st/common/scripts/ |
D | board_power_reset.sh | 7 STM32_Programmer_CLI -c port=swd mode=UR --power off index=0 --power on index=0 > /dev/null
|
/Zephyr-latest/samples/sensor/sensor_shell/ |
D | README.rst | 76 device name: apds9960@39, vendor: Avago Technologies, model: apds9960, friendly name: (null) 77 device name: mma8652fc@1d, vendor: NXP Semiconductors, model: fxos8700, friendly name: (null) 78 device name: ti_hdc@43, vendor: Texas Instruments, model: hdc, friendly name: (null) 79 device name: temp@4000c000, vendor: Nordic Semiconductor, model: nrf-temp, friendly name: (null)
|
/Zephyr-latest/samples/net/lwm2m_client/ |
D | docker-test.sh | 19 curl -s -X GET 'http://localhost:8080/api/clients/native_posix/3/0/0' | grep Zephyr 2>&1 >/dev/null
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.mpl | 31 Sets the maximum number of bytes (including the null termination) of 45 Sets the maximum number of bytes (including the null termination) of 53 Sets the maximum number of bytes (including the null termination) of 61 Sets the maximum number of bytes (including the null termination) 69 Sets the maximum number of bytes (including the null termination) of
|
D | Kconfig.mcs | 37 Sets the maximum number of bytes (including the null termination) of 46 Sets the maximum number of bytes (including the null termination) of 55 Sets the maximum number of bytes (including the null termination) of 64 Sets the maximum number of bytes (including the null termination)
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.bash | 108 if ! type _get_comp_words_by_ref >/dev/null 2>&1; then 138 if ! type _tilde >/dev/null 2>&1; then 151 [[ $result -gt 0 ]] && compopt -o filenames 2>/dev/null 157 if ! type _quote_readline_by_ref >/dev/null 2>&1; then 385 west 2>/dev/null "$@" 1279 declare -F $completions_func >/dev/null && $completions_func
|
/Zephyr-latest/tests/net/all/ |
D | check_net_options.sh | 40 grep -q $opt prj.conf > /dev/null 2>&1
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/test_scripts/ |
D | run.sh | 25 -argstest log_level 3 >/dev/null
|
/Zephyr-latest/ |
D | zephyr-env.sh | 47 export ZEPHYR_BASE=$( builtin cd "$( dirname "$dir" )" > /dev/null && pwd ${pwd_opt})
|
/Zephyr-latest/boards/nordic/nrf54h20dk/ |
D | nrf54h20dk_nrf54h20_cpurad_defconfig | 19 # MPU-based null-pointer dereferencing detection cannot be applied
|
D | nrf54h20dk_nrf54h20_cpuapp_defconfig | 19 # MPU-based null-pointer dereferencing detection cannot be applied
|
/Zephyr-latest/boards/nordic/nrf9280pdk/ |
D | nrf9280pdk_nrf9280_cpurad_defconfig | 19 # MPU-based null-pointer dereferencing detection cannot be applied
|
D | nrf9280pdk_nrf9280_cpuapp_defconfig | 19 # MPU-based null-pointer dereferencing detection cannot be applied
|
/Zephyr-latest/boards/arm/mps3/ |
D | Kconfig.defconfig | 7 # MPU-based null-pointer dereferencing detection cannot
|
/Zephyr-latest/boards/panasonic/panb511evb/ |
D | panb511evb_nrf54l15_cpuapp_defconfig | 20 # MPU-based null-pointer dereferencing detection cannot
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | Kconfig | 398 # Implement the null pointer detection using either the Data Watchpoint and 415 bool "No null pointer exception detection" 421 bool "Use DWT for null pointer exception detection" 431 null-pointer dereferencing is likely caught as 439 bool "Use MPU for null pointer exception detection" 449 null-pointer dereferencing is likely caught as 453 - In ARMv8-M, explicit null-pointer dereference 458 If it is unmapped null-pointer dereferencing may 468 Enable and use the null pointer exception option. 470 detecting null pointer dereferencing (raising a [all …]
|
D | vector_table_pad.ld | 10 * detect null pointer dereferencing (0x0 - <size>). If the end of the
|
/Zephyr-latest/soc/nordic/nrf54l/ |
D | Kconfig.defconfig | 29 # MPU-based null-pointer dereferencing detection cannot
|
/Zephyr-latest/boards/arm/mps2/ |
D | Kconfig.defconfig | 40 # MPU-based null-pointer dereferencing detection cannot
|
/Zephyr-latest/tests/lib/cbprintf_package/src/ |
D | main.c | 831 bool null; member 838 zassert_false(ctx->null); in convert_cb() 840 zassert_false(ctx->null); in convert_cb() 850 ctx->null = true; in convert_cb() 888 zassert_true(ctx.null); in ZTEST() 942 zassert_true(ctx.null); in ZTEST() 985 zassert_true(ctx.null); in ZTEST()
|
/Zephyr-latest/soc/altr/qemu_nios2/include/ |
D | system.h | 91 #define ALT_LOG_PORT_DEV null
|
123