Home
last modified time | relevance | path

Searched refs:__must_check (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/net/
Dbuf.h955 uint8_t * __must_check (*alloc)(struct net_buf *buf, size_t *size,
957 uint8_t * __must_check (*ref)(struct net_buf *buf, uint8_t *data);
1242 struct net_buf * __must_check net_buf_alloc_fixed_debug(struct net_buf_pool *pool,
1249 struct net_buf * __must_check net_buf_alloc_fixed(struct net_buf_pool *pool,
1256 static inline struct net_buf * __must_check net_buf_alloc(struct net_buf_pool *pool, in net_buf_alloc()
1278 struct net_buf * __must_check net_buf_alloc_len_debug(struct net_buf_pool *pool,
1286 struct net_buf * __must_check net_buf_alloc_len(struct net_buf_pool *pool,
1311 struct net_buf * __must_check net_buf_alloc_with_data_debug(struct net_buf_pool *pool,
1319 struct net_buf * __must_check net_buf_alloc_with_data(struct net_buf_pool *pool,
1338 struct net_buf * __must_check net_buf_get_debug(struct k_fifo *fifo,
[all …]
/Zephyr-Core-3.5.0/scripts/
Dtags.sh66 -I __used,__packed,__packed2__,__must_check,__must_hold \
/Zephyr-Core-3.5.0/include/zephyr/toolchain/
Dgcc.h254 #ifndef __must_check
255 #define __must_check __attribute__((warn_unused_result)) macro
/Zephyr-Core-3.5.0/doc/
Dzephyr.doxyfile.in2404 __must_check= \