/Zephyr-Core-3.5.0/subsys/ipc/ipc_service/backends/ |
D | ipc_icmsg.c | 17 static int register_ept(const struct device *instance, void **token, in register_ept() 29 static int deregister_ept(const struct device *instance, void *token) in deregister_ept() 37 static int send(const struct device *instance, void *token, in send()
|
D | ipc_icmsg_me_initiator.c | 83 void **token) in store_id_for_token() 103 static int register_ept(const struct device *instance, void **token, in register_ept() 159 static int send(const struct device *instance, void *token, in send() 169 static int get_tx_buffer(const struct device *instance, void *token, in get_tx_buffer() 179 static int drop_tx_buffer(const struct device *instance, void *token, in drop_tx_buffer() 188 static int send_nocopy(const struct device *instance, void *token, in send_nocopy() 200 int hold_rx_buffer(const struct device *instance, void *token, void *data) in hold_rx_buffer() 208 int release_rx_buffer(const struct device *instance, void *token, void *data) in release_rx_buffer()
|
D | ipc_icmsg_me_follower.c | 200 static int register_ept(const struct device *instance, void **token, in register_ept() 248 static int send(const struct device *instance, void *token, in send() 263 static int get_tx_buffer(const struct device *instance, void *token, in get_tx_buffer() 273 static int drop_tx_buffer(const struct device *instance, void *token, in drop_tx_buffer() 282 static int send_nocopy(const struct device *instance, void *token, in send_nocopy() 298 int hold_rx_buffer(const struct device *instance, void *token, void *data) in hold_rx_buffer() 306 int release_rx_buffer(const struct device *instance, void *token, void *data) in release_rx_buffer()
|
D | ipc_rpmsg_static_vrings.c | 424 static int register_ept(const struct device *instance, void **token, in register_ept() 455 static int deregister_ept(const struct device *instance, void *token) in deregister_ept() 479 static int send(const struct device *instance, void *token, in send() 513 static int send_nocopy(const struct device *instance, void *token, in send_nocopy() 644 static int get_tx_buffer_size(const struct device *instance, void *token) in get_tx_buffer_size() 651 static int get_tx_buffer(const struct device *instance, void *token, in get_tx_buffer() 700 static int hold_rx_buffer(const struct device *instance, void *token, in hold_rx_buffer() 717 static int release_rx_buffer(const struct device *instance, void *token, in release_rx_buffer() 734 static int drop_tx_buffer(const struct device *instance, void *token, in drop_tx_buffer()
|
/Zephyr-Core-3.5.0/tests/subsys/ipc/ipc_service/src/ |
D | backend.c | 27 static int send(const struct device *instance, void *token, in send() 46 void **token, in register_ept() 56 static int deregister_ept(const struct device *instance, void *token) in deregister_ept()
|
/Zephyr-Core-3.5.0/samples/net/sockets/coap_server/src/ |
D | coap-server.c | 214 uint8_t token[COAP_TOKEN_MAX_LEN]; in piggyback_get() local 286 uint8_t token[COAP_TOKEN_MAX_LEN]; in test_del() local 334 uint8_t token[COAP_TOKEN_MAX_LEN]; in test_put() local 394 uint8_t token[COAP_TOKEN_MAX_LEN]; in test_post() local 460 uint8_t token[COAP_TOKEN_MAX_LEN]; in query_get() local 554 uint8_t token[COAP_TOKEN_MAX_LEN]; in location_query_post() local 611 uint8_t token[COAP_TOKEN_MAX_LEN]; in separate_get() local 702 uint8_t token[COAP_TOKEN_MAX_LEN]; in large_get() local 789 uint8_t token[COAP_TOKEN_MAX_LEN]; in large_update_put() local 879 uint8_t token[COAP_TOKEN_MAX_LEN]; in large_create_post() local [all …]
|
/Zephyr-Core-3.5.0/tests/subsys/sip_svc/src/ |
D | main.c | 52 static void sip_svc_send_sync_request(uint32_t token) in sip_svc_send_sync_request() 118 static void sip_svc_send_async_request(uint32_t token) in sip_svc_send_async_request() 179 int err, token; in sip_svc_register_and_send() local
|
/Zephyr-Core-3.5.0/tests/net/lib/coap/src/ |
D | main.c | 93 const char token[] = "token"; in ZTEST() local 211 const uint8_t token[8]; in ZTEST() local 480 const char token[] = "token"; in prepare_block1_request() local 529 uint8_t token[8]; in prepare_block1_response() local 624 const char token[] = "token"; in prepare_block2_request() local 652 uint8_t token[8]; in prepare_block2_response() local 844 uint8_t token[8]; in server_resource_1_get() local 945 const char token[] = "token"; in ZTEST() local 1031 static const char token[] = "token"; in ZTEST() local 1127 static const char token[] = "token"; in ZTEST() local [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/ipc/ |
D | ipc_service.h | 187 void *token; member
|
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/ |
D | lwm2m_pull_context.c | 93 static int transfer_request(struct coap_block_context *ctx, uint8_t *token, uint8_t tkl, in transfer_request() 223 uint8_t token[8]; in do_firmware_transfer_reply_cb() local
|
D | lwm2m_observation.h | 18 uint8_t token[MAX_TOKEN_LEN]; /* Observation Token */ member
|
D | lwm2m_observation.c | 425 static void engine_observe_node_init(struct observe_node *obs, const uint8_t *token, in engine_observe_node_init() 529 const uint8_t *token, uint8_t tkl) in engine_observe_node_discover() 568 static int engine_add_observer(struct lwm2m_message *msg, const uint8_t *token, uint8_t tkl, in engine_add_observer() 650 static int engine_add_composite_observer(struct lwm2m_message *msg, const uint8_t *token, in engine_add_composite_observer() 725 int engine_remove_observer_by_token(struct lwm2m_ctx *ctx, const uint8_t *token, uint8_t tkl) in engine_remove_observer_by_token() 747 static int engine_remove_composite_observer(struct lwm2m_message *msg, const uint8_t *token, in engine_remove_composite_observer()
|
D | lwm2m_util.c | 557 char *sprint_token(const uint8_t *token, uint8_t tkl) in sprint_token()
|
D | lwm2m_message_handling.c | 286 uint8_t token[COAP_TOKEN_MAX_LEN]; in build_msg_block_for_send() local 588 uint8_t *token = NULL; in lwm2m_init_message() local 2229 uint8_t token[8]; in handle_request() local
|
/Zephyr-Core-3.5.0/subsys/lorawan/services/ |
D | clock_sync.c | 123 uint8_t token = rx_buf[rx_pos++] & 0x0F; in clock_sync_package_callback() local
|
/Zephyr-Core-3.5.0/subsys/net/lib/coap/ |
D | coap_link_format.c | 444 uint8_t token[COAP_TOKEN_MAX_LEN]; in coap_well_known_core_get() local 640 uint8_t token[COAP_TOKEN_MAX_LEN]; in coap_well_known_core_get() local
|
D | coap.c | 159 const uint8_t *token, uint8_t code, uint16_t id) in coap_packet_init() 213 uint8_t token[COAP_TOKEN_MAX_LEN]; in coap_ack_init() local 414 static uint8_t token[COAP_TOKEN_MAX_LEN]; in coap_next_token() local 953 uint8_t coap_header_get_token(const struct coap_packet *cpkt, uint8_t *token) in coap_header_get_token() 1711 uint8_t token[COAP_TOKEN_MAX_LEN]; in coap_response_received() local 1758 uint8_t token[COAP_TOKEN_MAX_LEN]; in coap_reply_init() local
|
D | coap_client.c | 149 uint8_t *token = coap_next_token(); in coap_client_init_request() local
|
/Zephyr-Core-3.5.0/include/zephyr/sip_svc/ |
D | sip_svc_controller.h | 41 uint32_t token; member
|
/Zephyr-Core-3.5.0/drivers/watchdog/ |
D | wdt_nxp_fs26.c | 75 uint16_t token; /* local copy of the watchdog token */ member 259 static inline uint16_t fs26_wd_compute_answer(uint16_t token) in fs26_wd_compute_answer()
|
/Zephyr-Core-3.5.0/lib/os/ |
D | json.c | 54 static void emit(struct json_lexer *lex, enum json_tokens token) in emit() 304 static int element_token(enum json_tokens token) in element_token() 420 static int decode_num(const struct json_token *token, int32_t *num) in decode_num()
|
/Zephyr-Core-3.5.0/include/zephyr/net/ |
D | coap.h | 261 uint8_t token[8]; member 332 uint8_t token[8]; member
|
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/shell/ |
D | dfd.c | 83 char *token = strtok_r(argv[1], ";", &outer_state); in cmd_dfd_receivers_add() local
|
/Zephyr-Core-3.5.0/drivers/sdhc/ |
D | sdhc_spi.c | 514 uint8_t token, resp; in sdhc_spi_write_data() local
|
/Zephyr-Core-3.5.0/tests/lib/devicetree/api/src/ |
D | main.c | 1812 #define TO_MY_ENUM(token) TO_MY_ENUM_2(token) /* force another expansion */ argument 1813 #define TO_MY_ENUM_2(token) MY_ENUM_ ## token argument
|