Home
last modified time | relevance | path

Searched refs:null (Results 1 – 25 of 77) sorted by relevance

1234

/Zephyr-4.3.0/scripts/net/
Drun-sample-tests.sh84 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-4.3.0/boards/qemu/malta/
Dboard.cmake10 -serial null
11 -serial null
/Zephyr-4.3.0/scripts/checkpatch/
Dmaintainer-checkpatch.bash59 type $i &>/dev/null
92 git format-patch ${since} -o ${outdir} 2>/dev/null >/dev/null
Dcheck_known_checkpatch_issues.sh38 type $i &>/dev/null
/Zephyr-4.3.0/boards/st/common/scripts/
Dboard_power_reset.sh7 STM32_Programmer_CLI -c port=swd mode=UR --power off index=0 --power on index=0 > /dev/null
/Zephyr-4.3.0/samples/sensor/sensor_shell/
DREADME.rst76 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-4.3.0/samples/net/lwm2m_client/
Ddocker-test.sh19 curl -s -X GET 'http://localhost:8080/api/clients/native_posix/3/0/0' | grep Zephyr 2>&1 >/dev/null
/Zephyr-4.3.0/subsys/bluetooth/audio/
DKconfig.mpl31 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
DKconfig.mcs37 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-4.3.0/samples/net/ethernet/bridge/
Dbridge-test-setup.sh35 ip route add $IPV4_ROUTE_1 dev $INTERFACE > /dev/null 2>&1
52 $NETNS_EXEC ip route add $IPV4_ROUTE_2 dev $INTERFACE2 > /dev/null 2>&1
/Zephyr-4.3.0/tests/net/all/
Dcheck_net_options.sh40 grep -q $opt prj.conf > /dev/null 2>&1
/Zephyr-4.3.0/scripts/west_commands/completion/
Dwest-completion.bash108 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 "$@"
1290 declare -F $completions_func >/dev/null && $completions_func
/Zephyr-4.3.0/tests/bsim/bluetooth/host/misc/acl_tx_frag/test_scripts/
Drun.sh25 -argstest log_level 3 >/dev/null
/Zephyr-4.3.0/boards/nordic/nrf54h20dk/
Dnrf54h20dk_nrf54h20_cpurad_defconfig16 # MPU-based null-pointer dereferencing detection cannot be applied
Dnrf54h20dk_nrf54h20_cpuapp_defconfig14 # MPU-based null-pointer dereferencing detection cannot be applied
/Zephyr-4.3.0/boards/nordic/nrf9280pdk/
Dnrf9280pdk_nrf9280_cpurad_defconfig16 # MPU-based null-pointer dereferencing detection cannot be applied
Dnrf9280pdk_nrf9280_cpuapp_defconfig14 # MPU-based null-pointer dereferencing detection cannot be applied
/Zephyr-4.3.0/
Dzephyr-env.sh47 export ZEPHYR_BASE=$( builtin cd "$( dirname "$dir" )" > /dev/null && pwd ${pwd_opt})
/Zephyr-4.3.0/boards/nordic/nrf54lm20dk/
Dnrf54lm20dk_nrf54lm20a_cpuapp_defconfig17 # MPU-based null-pointer dereferencing detection cannot
/Zephyr-4.3.0/arch/arm/core/cortex_m/
DKconfig411 # Implement the null pointer detection using either the Data Watchpoint and
428 bool "No null pointer exception detection"
434 bool "Use DWT for null pointer exception detection"
444 null-pointer dereferencing is likely caught as
452 bool "Use MPU for null pointer exception detection"
462 null-pointer dereferencing is likely caught as
466 - In ARMv8-M, explicit null-pointer dereference
471 If it is unmapped null-pointer dereferencing may
481 Enable and use the null pointer exception option.
483 detecting null pointer dereferencing (raising a
[all …]
Dvector_table_pad.ld10 * detect null pointer dereferencing (0x0 - <size>). If the end of the
/Zephyr-4.3.0/soc/nordic/nrf54l/
DKconfig.defconfig29 # MPU-based null-pointer dereferencing detection cannot
/Zephyr-4.3.0/boards/arm/mps3/
DKconfig.defconfig16 # MPU-based null-pointer dereferencing detection cannot
/Zephyr-4.3.0/boards/arm/mps2/
DKconfig.defconfig40 # MPU-based null-pointer dereferencing detection cannot
/Zephyr-4.3.0/doc/
Dindex.rst15 if (mobileMenu && mobileMenu.offsetParent !== null) {

1234