/Zephyr-Core-3.5.0/subsys/net/ip/ |
D | tp.h | 59 struct tp { struct 60 enum tp_type type; argument 77 json_str(tp, msg), argument
|
D | tp.c | 464 static struct tp tp; in json_to_tp() local 478 void tp_new_find_and_apply(struct tp_new *tp, const char *key, void *value, in tp_new_find_and_apply() 518 struct tp_msg tp; in json_decode_msg() local 536 static struct tp_new tp; in json_to_tp_new() local 555 void tp_encode(struct tp *tp, void *data, size_t *data_len) in tp_encode() 569 void tp_new_to_json(struct tp_new *tp, void *data, size_t *data_len) in tp_new_to_json() 588 struct tp_new tp = { in tp_out() local
|
D | tcp.c | 3560 static void tp_init(struct tcp *conn, struct tp *tp) in tp_init() 3578 struct tp tp; in tcp_to_json() local 3595 struct tp *tp; in tp_input() local
|
/Zephyr-Core-3.5.0/tests/unit/timeutil/ |
D | test_s64.c | 216 const struct timeutil_test_data *tp = &(const struct timeutil_test_data){ in test_time32_errno_clear() local 243 const struct timeutil_test_data *tp = &(const struct timeutil_test_data){ in test_time32_epochm1() local 271 const struct timeutil_test_data *tp = &(const struct timeutil_test_data){ in test_time32_underflow() local 300 const struct timeutil_test_data *tp = &(const struct timeutil_test_data){ in test_time32_overflow() local
|
D | main.c | 11 void timeutil_check(const struct timeutil_test_data *tp, in timeutil_check()
|
D | test_gmtime.c | 24 struct tm *tp = gmtime(&time); in ZTEST() local
|
/Zephyr-Core-3.5.0/subsys/shell/modules/ |
D | date_service.c | 147 struct timespec tp; in cmd_date_set() local 197 struct timespec tp; in cmd_date_get() local
|
/Zephyr-Core-3.5.0/lib/libc/minimal/source/time/ |
D | gmtime.c | 36 struct tm *ZRESTRICT tp) in time_civil_from_days()
|
/Zephyr-Core-3.5.0/samples/net/mqtt_sn_publisher/src/ |
D | udp.c | 26 static APP_BMEM struct mqtt_sn_transport_udp tp; variable
|
/Zephyr-Core-3.5.0/arch/x86/core/ |
D | acpi.c | 168 for (uint32_t *tp = table_ptrs; tp < end; tp++) { in z_acpi_find_table() local 210 for (uint64_t *tp = table_ptrs; tp < end; tp++) { in z_acpi_find_table() local
|
/Zephyr-Core-3.5.0/samples/boards/mec172xevb_assy6906/rom_api/src/ |
D | main.c | 408 const struct hash_tp *tp = &htbl[n]; in test_zephyr_hash_chunk_block_size() local 501 const struct hash_tp *tp = &htbl[n]; in test_zephyr_hash_chunk() local
|
/Zephyr-Core-3.5.0/lib/posix/ |
D | clock.c | 85 int clock_settime(clockid_t clock_id, const struct timespec *tp) in clock_settime()
|
/Zephyr-Core-3.5.0/drivers/ethernet/ |
D | eth_native_posix_adapt.c | 181 struct timespec tp; in eth_clock_gettime() local
|
/Zephyr-Core-3.5.0/arch/riscv/core/ |
D | coredump.c | 15 uint32_t tp; member
|
/Zephyr-Core-3.5.0/tests/net/lib/mqtt_sn_client/src/ |
D | mqtt_sn_client.c | 62 static int tp_init(struct mqtt_sn_transport *tp) in tp_init()
|
/Zephyr-Core-3.5.0/samples/drivers/counter/maxim_ds3231/src/ |
D | main.c | 23 struct tm *tp = gmtime_r(&time, &tv); in format_time() local
|
/Zephyr-Core-3.5.0/include/zephyr/ |
D | sys_clock.h | 264 k_timepoint_t tp = sys_timepoint_calc(timeout); in sys_clock_timeout_end_calc() local
|
/Zephyr-Core-3.5.0/include/zephyr/net/ |
D | mqtt_sn.h | 211 struct mqtt_sn_transport tp; member
|
/Zephyr-Core-3.5.0/tests/kernel/threads/thread_apis/src/ |
D | main.c | 35 static ZTEST_DMEM int tp = 10; variable
|
/Zephyr-Core-3.5.0/drivers/counter/ |
D | maxim_ds3231.c | 285 static const uint8_t *decode_time(struct tm *tp, in decode_time() 320 time_t *tp) in decode_alarm()
|
/Zephyr-Core-3.5.0/tests/lib/c_lib/src/ |
D | main.c | 1076 struct tm tp; in ZTEST() local
|