/Zephyr-Core-2.7.6/samples/kernel/metairq_dispatch/src/ |
D | msgdev.h | 44 struct msg { struct 69 void message_dev_fetch(struct msg *m); argument
|
/Zephyr-Core-2.7.6/subsys/testsuite/ztest/include/ |
D | ztest_assert.h | 42 #define z_zassert(cond, default_msg, file, line, func, msg, ...) \ argument 51 const char *msg, ...) in z_zassert() 100 #define zassert(cond, default_msg, msg, ...) do { \ argument 116 #define zassert_unreachable(msg, ...) zassert(0, "Reached unreachable code", \ argument 124 #define zassert_true(cond, msg, ...) zassert(cond, #cond " is false", \ argument 132 #define zassert_false(cond, msg, ...) zassert(!(cond), #cond " is true", \ argument 140 #define zassert_ok(cond, msg, ...) zassert(!(cond), #cond " is non-zero", \ argument 148 #define zassert_is_null(ptr, msg, ...) zassert((ptr) == NULL, \ argument 157 #define zassert_not_null(ptr, msg, ...) zassert((ptr) != NULL, \ argument 170 #define zassert_equal(a, b, msg, ...) zassert((a) == (b), \ argument [all …]
|
/Zephyr-Core-2.7.6/subsys/logging/ |
D | log_msg.c | 76 union log_msg_chunk *msg = NULL; in log_msg_chunk_alloc() local 89 void log_msg_get(struct log_msg *msg) in log_msg_get() 105 static void msg_free(struct log_msg *msg) in msg_free() 168 union log_msg_chunk *msg = NULL; in log_msg_no_space_handle() local 186 void log_msg_put(struct log_msg *msg) in log_msg_put() 195 uint32_t log_msg_nargs_get(struct log_msg *msg) in log_msg_nargs_get() 200 static log_arg_t cont_arg_get(struct log_msg *msg, uint32_t arg_idx) in cont_arg_get() 220 log_arg_t log_msg_arg_get(struct log_msg *msg, uint32_t arg_idx) in log_msg_arg_get() 238 const char *log_msg_str_get(struct log_msg *msg) in log_msg_str_get() 257 struct log_msg *msg = z_log_msg_std_alloc(); in msg_alloc() local [all …]
|
D | log_list.c | 15 void log_list_add_tail(struct log_list_t *list, struct log_msg *msg) in log_list_add_tail() 34 struct log_msg *msg = list->head; in log_list_head_get() local
|
D | log_output_dict.c | 28 struct log_msg2 *msg, uint32_t flags) in log_dict_output_msg2_process() 67 struct log_dict_output_dropped_msg_t msg; in log_dict_output_dropped_process() local
|
D | log_msg2.c | 12 void z_log_msg2_finalize(struct log_msg2 *msg, const void *source, in z_log_msg2_finalize() 37 struct log_msg2 *msg = z_log_msg2_alloc(msg_wlen); in z_impl_z_log_msg2_static_create() local 75 struct log_msg2 *msg; in z_impl_z_log_msg2_runtime_vcreate() local
|
D | log_core.c | 68 struct log_msg *msg; member 183 static void detect_missed_strdup(struct log_msg *msg) in detect_missed_strdup() 246 static inline void msg_finalize(struct log_msg *msg, in msg_finalize() 268 struct log_msg *msg = log_msg_create_0(str); in log_0() local 284 struct log_msg *msg = log_msg_create_1(str, arg0); in log_1() local 301 struct log_msg *msg = log_msg_create_2(str, arg0, arg1); in log_2() local 320 struct log_msg *msg = log_msg_create_3(str, arg0, arg1, arg2); in log_3() local 338 struct log_msg *msg = log_msg_create_n(str, args, narg); in log_n() local 355 struct log_msg *msg = in log_hexdump() local 400 struct log_msg *msg; in z_log_vprintk() local [all …]
|
D | log_backend_xtensa_sim.c | 41 struct log_msg *msg) in put() 48 union log_msg2_generic *msg) in process()
|
D | log_backend_adsp.c | 40 struct log_msg *msg) in put() 74 union log_msg2_generic *msg) in process()
|
/Zephyr-Core-2.7.6/tests/drivers/can/api/src/ |
D | main.c | 236 const struct zcan_frame *msg = (const struct zcan_frame *)arg; in tx_std_isr_1() local 245 const struct zcan_frame *msg = (const struct zcan_frame *)arg; in tx_std_isr_2() local 254 const struct zcan_frame *msg = (const struct zcan_frame *)arg; in tx_ext_isr_1() local 263 const struct zcan_frame *msg = (const struct zcan_frame *)arg; in tx_ext_isr_2() local 270 static void rx_std_isr_1(struct zcan_frame *msg, void *arg) in rx_std_isr_1() 277 static void rx_std_isr_2(struct zcan_frame *msg, void *arg) in rx_std_isr_2() 284 static void rx_std_mask_isr_1(struct zcan_frame *msg, void *arg) in rx_std_mask_isr_1() 291 static void rx_std_mask_isr_2(struct zcan_frame *msg, void *arg) in rx_std_mask_isr_2() 298 static void rx_ext_isr_1(struct zcan_frame *msg, void *arg) in rx_ext_isr_1() 305 static void rx_ext_isr_2(struct zcan_frame *msg, void *arg) in rx_ext_isr_2() [all …]
|
/Zephyr-Core-2.7.6/tests/drivers/can/canfd/src/ |
D | main.c | 128 const struct zcan_frame *msg = (const struct zcan_frame *)arg; in tx_std_isr_1() local 137 const struct zcan_frame *msg = (const struct zcan_frame *)arg; in tx_std_isr_2() local 144 static void rx_std_isr_1(struct zcan_frame *msg, void *arg) in rx_std_isr_1() 151 static void rx_std_isr_2(struct zcan_frame *msg, void *arg) in rx_std_isr_2() 158 static void rx_std_isr_fd_1(struct zcan_frame *msg, void *arg) in rx_std_isr_fd_1() 165 static void rx_std_isr_fd_2(struct zcan_frame *msg, void *arg) in rx_std_isr_fd_2() 172 static void rx_std_cb_1(struct zcan_frame *msg, void *arg) in rx_std_cb_1() 179 static void rx_std_cb_2(struct zcan_frame *msg, void *arg) in rx_std_cb_2() 186 static void rx_std_fd_cb_1(struct zcan_frame *msg, void *arg) in rx_std_fd_cb_1() 193 static void rx_std_fd_cb_2(struct zcan_frame *msg, void *arg) in rx_std_fd_cb_2() [all …]
|
/Zephyr-Core-2.7.6/subsys/shell/ |
D | shell_log_backend.c | 22 struct shell_log_backend_msg msg; in msg_from_fifo() local 41 struct log_msg *msg; in fifo_reset() local 75 struct shell_log_backend_msg msg; in flush_expired_messages() local 97 struct log_msg *msg) in msg_to_fifo() 140 struct log_msg *msg, bool colors) in msg_process() 182 struct log_msg *msg = msg_from_fifo(backend); in z_shell_log_backend_process() local 192 static void put(const struct log_backend *const backend, struct log_msg *msg) in put() 329 union log_msg2_generic *msg, uint32_t timeout) in copy_to_pbuffer() 357 union log_msg2_generic *msg, in process_log_msg2() 391 union log_msg2_generic *msg; in process_msg2_from_buffer() local [all …]
|
/Zephyr-Core-2.7.6/tests/subsys/logging/log_msg/src/ |
D | log_msg_test.c | 29 struct log_msg *msg; in test_log_std_msg() local 69 struct log_msg *msg; in test_log_hexdump_msg() local 144 struct log_msg *msg; in test_log_hexdump_data_get_single_chunk() local 243 struct log_msg *msg; in test_log_hexdump_data_get_two_chunks() local 336 struct log_msg *msg; in test_log_hexdump_data_get_multiple_chunks() local 424 struct log_msg *msg; in test_log_hexdump_data_put_chunks() local
|
/Zephyr-Core-2.7.6/tests/subsys/logging/log_list/src/ |
D | log_list_test.c | 28 struct log_msg *msg; in test_log_list() local 72 struct log_msg msg[10]; in test_log_list_multiple_items() local
|
/Zephyr-Core-2.7.6/include/logging/ |
D | log_msg.h | 191 static inline uint32_t log_msg_domain_id_get(struct log_msg *msg) in log_msg_domain_id_get() 202 static inline uint32_t log_msg_source_id_get(struct log_msg *msg) in log_msg_source_id_get() 213 static inline uint32_t log_msg_level_get(struct log_msg *msg) in log_msg_level_get() 224 static inline uint32_t log_msg_timestamp_get(struct log_msg *msg) in log_msg_timestamp_get() 236 static inline bool log_msg_is_std(struct log_msg *msg) in log_msg_is_std() 324 struct log_msg *msg = (struct log_msg *)log_msg_chunk_alloc(); in z_log_msg_std_alloc() local 353 struct log_msg *msg = z_log_msg_std_alloc(); in log_msg_create_0() local 378 struct log_msg *msg = z_log_msg_std_alloc(); in log_msg_create_1() local 407 struct log_msg *msg = z_log_msg_std_alloc(); in log_msg_create_2() local 439 struct log_msg *msg = z_log_msg_std_alloc(); in log_msg_create_3() local
|
D | log_msg2.h | 491 static inline bool z_log_item_is_msg(union log_msg2_generic *msg) in z_log_item_is_msg() 518 struct log_msg2 *msg = (struct log_msg2 *)generic_msg; in log_msg2_generic_get_wlen() local 532 static inline uint8_t log_msg2_get_domain(struct log_msg2 *msg) in log_msg2_get_domain() 543 static inline uint8_t log_msg2_get_level(struct log_msg2 *msg) in log_msg2_get_level() 554 static inline const void *log_msg2_get_source(struct log_msg2 *msg) in log_msg2_get_source() 565 static inline log_timestamp_t log_msg2_get_timestamp(struct log_msg2 *msg) in log_msg2_get_timestamp() 578 static inline uint8_t *log_msg2_get_data(struct log_msg2 *msg, size_t *len) in log_msg2_get_data() 593 static inline uint8_t *log_msg2_get_package(struct log_msg2 *msg, size_t *len) in log_msg2_get_package()
|
/Zephyr-Core-2.7.6/drivers/can/ |
D | can_utils.h | 14 static inline uint8_t can_utils_filter_match(const struct zcan_frame *msg, in can_utils_filter_match()
|
/Zephyr-Core-2.7.6/scripts/kconfig/ |
D | kconfig.py | 251 def warn(msg): argument 259 def err(msg): argument
|
/Zephyr-Core-2.7.6/tests/drivers/i2c/i2c_slave_api/common/ |
D | i2c_virtual.c | 88 struct i2c_msg *msg, in i2c_virtual_msg_write() 122 static int i2c_virtual_msg_read(const struct device *dev, struct i2c_msg *msg, in i2c_virtual_msg_read() 149 #define OPERATION(msg) (((struct i2c_msg *) msg)->flags & I2C_MSG_RW_MASK) argument 151 static int i2c_virtual_transfer(const struct device *dev, struct i2c_msg *msg, in i2c_virtual_transfer()
|
/Zephyr-Core-2.7.6/tests/subsys/canbus/frame/src/ |
D | main.c | 23 struct zcan_frame msg; in test_can_frame_to_zcan_frame() local 52 struct zcan_frame msg = { 0 }; in test_zcan_frame_to_can_frame() local
|
/Zephyr-Core-2.7.6/scripts/ |
D | get_maintainer.py | 419 def ferr(msg): argument 529 def _err(msg): argument 533 def _giterr(msg): argument 537 def _serr(msg): argument
|
/Zephyr-Core-2.7.6/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | device_composition.c | 75 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 3 + 4); in gen_onoff_get() local 101 struct net_buf_simple *msg = model->pub->msg; in gen_onoff_publish() local 284 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 5 + 4); in gen_level_get() local 310 struct net_buf_simple *msg = model->pub->msg; in gen_level_publish() local 806 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 1 + 4); in gen_def_trans_time_get() local 821 struct net_buf_simple *msg = model->pub->msg; in gen_def_trans_time_publish() local 899 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 1 + 4); in gen_onpowerup_get() local 927 struct net_buf_simple *msg = model->pub->msg; in gen_onpowerup_publish() local 993 struct net_buf_simple *msg = NET_BUF_SIMPLE(3 + 6 + 4); in vnd_get() local 1067 struct net_buf_simple *msg = NET_BUF_SIMPLE(2 + 5 + 4); in light_lightness_get() local [all …]
|
/Zephyr-Core-2.7.6/arch/x86/zefi/ |
D | zefi.py | 12 def verbose(msg): argument
|
/Zephyr-Core-2.7.6/tests/crypto/tinycrypt/src/ |
D | cmac_mode.c | 151 const uint8_t msg[BUF_LEN] = { in verify_cmac_1_block_msg() local 183 const uint8_t msg[40] = { in verify_cmac_320_bit_msg() local 218 const uint8_t msg[64] = { in verify_cmac_512_bit_msg() local
|
/Zephyr-Core-2.7.6/drivers/i2c/ |
D | i2c_common.c | 22 const struct i2c_msg *msg = &msgs[i]; in i2c_dump_msgs() local
|