Home
last modified time | relevance | path

Searched refs:overwrite (Results 1 – 25 of 60) sorted by relevance

123

/Zephyr-latest/subsys/net/ip/
Dudp.c70 bool overwrite; in net_udp_get_hdr() local
74 overwrite = net_pkt_is_being_overwritten(pkt); in net_udp_get_hdr()
90 net_pkt_set_overwrite(pkt, overwrite); in net_udp_get_hdr()
101 bool overwrite; in net_udp_set_hdr() local
103 overwrite = net_pkt_is_being_overwritten(pkt); in net_udp_set_hdr()
125 net_pkt_set_overwrite(pkt, overwrite); in net_udp_set_hdr()
Dnet_pkt.c2124 bool overwrite = net_pkt_is_being_overwritten(pkt); local
2149 net_pkt_set_overwrite(pkt, overwrite);
2161 net_pkt_set_overwrite(clone_pkt, overwrite);
2164 net_pkt_set_overwrite(pkt, overwrite);
/Zephyr-latest/doc/kernel/data_structures/
Dmpsc_pbuf.rst25 * **No overwrite** - When requested amount of space cannot be allocated,
66 space cannot be allocated and overwrite is disabled then ``NULL`` pointer is
69 Allocation with overwrite
72 If overwrite is enabled, oldest packets are dropped until requested amount of
107 overwrite.
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/
DREADME.rst17 be stored to and read from UIDs, and how overwrite protection can be enabled using flags.
39 run as the overwrite protection will not be removed with a power reset.
66 Writing data to UID2 with overwrite protection: The quick brown fox jumps over the lazy dog
/Zephyr-latest/lib/libc/minimal/include/
Dstdlib.h77 int setenv(const char *name, const char *val, int overwrite);
/Zephyr-latest/lib/posix/options/
Denv.c121 int setenv(const char *name, const char *val, int overwrite) in setenv() argument
148 if (overwrite == 0) { in setenv()
/Zephyr-latest/samples/drivers/memc/
DREADME.rst15 would overwrite this data
/Zephyr-latest/tests/lib/mpsc_pbuf/src/
Dconcurrent.c227 static void stress_test(bool overwrite, in stress_test() argument
240 .flags = overwrite ? MPSC_PBUF_MODE_OVERWRITE : 0 in stress_test()
Dmain.c90 static void init(struct mpsc_pbuf_buffer *buffer, uint32_t wlen, bool overwrite) in init() argument
94 mpsc_buf_cfg.flags = overwrite ? MPSC_PBUF_MODE_OVERWRITE : 0; in init()
556 void item_max_alloc(bool overwrite) in item_max_alloc() argument
561 init(&buffer, 8, overwrite); in item_max_alloc()
715 void overwrite(bool pow2) in overwrite() function
783 overwrite(true); in ZTEST()
784 overwrite(false); in ZTEST()
/Zephyr-latest/modules/
DKconfig.mcuboot102 bool "Use overwrite-only instead of swap upgrades"
104 If enabled, --overwrite-only option passed to imgtool to avoid
174 bool "MCUboot has been configured to just overwrite primary slot"
179 overwrite primary slot with it.
183 that the overwrite will not happen unless the version of secondary
/Zephyr-latest/subsys/logging/backends/
DKconfig.fs28 bool "Old log files overwrite"
DKconfig.rtt39 If there is not enough space in up-buffer for a message overwrite
/Zephyr-latest/boards/sifive/hifive1/doc/
Dindex.rst62 overwrite that behavior by adding the
/Zephyr-latest/share/sysbuild/images/bootloader/
DKconfig66 MCUboot will take contents of secondary slot of an image and will overwrite primary slot
69 This mode supports MCUBOOT_BOOTLOADER_NO_DOWNGRADE which means that the overwrite will
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake4 # Now, let's overwrite the flags that are different in clang.
/Zephyr-latest/include/zephyr/net/
Dnet_pkt.h186 uint8_t overwrite : 1; /* Is packet content being overwritten? */ member
1417 static inline void net_pkt_set_overwrite(struct net_pkt *pkt, bool overwrite) in net_pkt_set_overwrite() argument
1419 pkt->overwrite = overwrite; in net_pkt_set_overwrite()
1424 return !!(pkt->overwrite); in net_pkt_is_being_overwritten()
/Zephyr-latest/tests/kconfig/configdefault/
DKconfig217 # configdefault doesn't overwrite ordering
/Zephyr-latest/cmake/
Dmcuboot.cmake118 # Use overwrite-only instead of swap upgrades.
119 set(imgtool_args --overwrite-only --align 1 ${imgtool_args})
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_pkt.rst190 and overwrite. This might sound a bit unusual, but is in fact simple
196 In overwrite mode then, whatever is written must happen on valid data,
252 mode back and forth at any time. The net_pkt will be set to overwrite
/Zephyr-latest/arch/riscv/
DKconfig130 This allows the SoC to overwrite the irq handling. If enabled, the
137 Hidden option to allow SoC to overwrite arch_irq_lock(),
149 Hidden option to allow SoC to overwrite sys_read*(), sys_write*() functions with
/Zephyr-latest/doc/kernel/services/synchronization/
Devents.rst28 events may either overwrite the existing set of events or add to them in
/Zephyr-latest/boards/seeed/xiao_esp32c3/doc/
Dindex.rst188 The Zephyr SDK uses a bundled version of OpenOCD by default. You can overwrite that behavior by add…
/Zephyr-latest/boards/m5stack/stamp_c3/doc/
Dindex.rst179 The Zephyr SDK uses a bundled version of OpenOCD by default. You can overwrite that behavior by add…
/Zephyr-latest/boards/arduino/giga_r1/doc/
Dindex.rst125 program the internal flash and can overwrite the Arduino bootloader. More
/Zephyr-latest/boards/hardkernel/odroid_go/doc/
Dindex.rst215 The Zephyr SDK uses a bundled version of OpenOCD by default. You can overwrite that behavior by add…

123