Searched refs:__must_check (Results 1 – 5 of 5) 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); 1344 struct net_buf * __must_check net_buf_alloc_fixed_debug(struct net_buf_pool *pool, 1351 struct net_buf * __must_check net_buf_alloc_fixed(struct net_buf_pool *pool, 1358 static inline struct net_buf * __must_check net_buf_alloc(struct net_buf_pool *pool, in net_buf_alloc() 1380 struct net_buf * __must_check net_buf_alloc_len_debug(struct net_buf_pool *pool, 1388 struct net_buf * __must_check net_buf_alloc_len(struct net_buf_pool *pool, 1413 struct net_buf * __must_check net_buf_alloc_with_data_debug(struct net_buf_pool *pool, 1421 struct net_buf * __must_check net_buf_alloc_with_data(struct net_buf_pool *pool, 1483 struct net_buf * __must_check net_buf_slist_get(sys_slist_t *list); [all …]
|
/Zephyr-latest/include/zephyr/toolchain/iar/ |
D | iccarm.h | 198 #ifndef __must_check 200 #define __must_check macro
|
/Zephyr-latest/scripts/ |
D | tags.sh | 66 -I __used,__packed,__packed2__,__must_check,__must_hold \
|
/Zephyr-latest/include/zephyr/toolchain/ |
D | gcc.h | 274 #ifndef __must_check 275 #define __must_check __attribute__((warn_unused_result)) macro
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 2524 __must_check= \
|