Searched refs:__must_check (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/include/zephyr/ |
D | net_buf.h | 1059 uint8_t * __must_check (*alloc)(struct net_buf *buf, size_t *size, 1061 uint8_t * __must_check (*ref)(struct net_buf *buf, uint8_t *data); 1345 struct net_buf * __must_check net_buf_alloc_fixed_debug(struct net_buf_pool *pool, 1352 struct net_buf * __must_check net_buf_alloc_fixed(struct net_buf_pool *pool, 1359 static inline struct net_buf * __must_check net_buf_alloc(struct net_buf_pool *pool, in net_buf_alloc() 1386 struct net_buf * __must_check net_buf_alloc_len_debug(struct net_buf_pool *pool, 1394 struct net_buf * __must_check net_buf_alloc_len(struct net_buf_pool *pool, 1424 struct net_buf * __must_check net_buf_alloc_with_data_debug(struct net_buf_pool *pool, 1432 struct net_buf * __must_check net_buf_alloc_with_data(struct net_buf_pool *pool, 1450 __deprecated struct net_buf * __must_check net_buf_get_debug(struct k_fifo *fifo, [all …]
|
/Zephyr-latest/scripts/ |
D | tags.sh | 66 -I __used,__packed,__packed2__,__must_check,__must_hold \
|
/Zephyr-latest/include/zephyr/toolchain/ |
D | gcc.h | 270 #ifndef __must_check 271 #define __must_check __attribute__((warn_unused_result)) macro
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 2523 __must_check= \
|