/Zephyr-latest/subsys/net/ip/ |
D | udp.c | 70 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()
|
D | net_pkt.c | 2124 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/ |
D | mpsc_pbuf.rst | 25 * **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/ |
D | README.rst | 17 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/ |
D | stdlib.h | 77 int setenv(const char *name, const char *val, int overwrite);
|
/Zephyr-latest/lib/posix/options/ |
D | env.c | 121 int setenv(const char *name, const char *val, int overwrite) in setenv() argument 148 if (overwrite == 0) { in setenv()
|
/Zephyr-latest/samples/drivers/memc/ |
D | README.rst | 15 would overwrite this data
|
/Zephyr-latest/tests/lib/mpsc_pbuf/src/ |
D | concurrent.c | 227 static void stress_test(bool overwrite, in stress_test() argument 240 .flags = overwrite ? MPSC_PBUF_MODE_OVERWRITE : 0 in stress_test()
|
D | main.c | 90 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/ |
D | Kconfig.mcuboot | 102 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/ |
D | Kconfig.fs | 28 bool "Old log files overwrite"
|
D | Kconfig.rtt | 39 If there is not enough space in up-buffer for a message overwrite
|
/Zephyr-latest/boards/sifive/hifive1/doc/ |
D | index.rst | 62 overwrite that behavior by adding the
|
/Zephyr-latest/share/sysbuild/images/bootloader/ |
D | Kconfig | 66 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/ |
D | compiler_flags.cmake | 4 # Now, let's overwrite the flags that are different in clang.
|
/Zephyr-latest/include/zephyr/net/ |
D | net_pkt.h | 186 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/ |
D | Kconfig | 217 # configdefault doesn't overwrite ordering
|
/Zephyr-latest/cmake/ |
D | mcuboot.cmake | 118 # Use overwrite-only instead of swap upgrades. 119 set(imgtool_args --overwrite-only --align 1 ${imgtool_args})
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_pkt.rst | 190 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/ |
D | Kconfig | 130 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/ |
D | events.rst | 28 events may either overwrite the existing set of events or add to them in
|
/Zephyr-latest/boards/seeed/xiao_esp32c3/doc/ |
D | index.rst | 188 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/ |
D | index.rst | 179 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/ |
D | index.rst | 125 program the internal flash and can overwrite the Arduino bootloader. More
|
/Zephyr-latest/boards/hardkernel/odroid_go/doc/ |
D | index.rst | 215 The Zephyr SDK uses a bundled version of OpenOCD by default. You can overwrite that behavior by add…
|