Home
last modified time | relevance | path

Searched defs:tp (Results 1 – 21 of 21) sorted by relevance

/Zephyr-Core-3.5.0/subsys/net/ip/
Dtp.h59 struct tp { struct
60 enum tp_type type; argument
77 json_str(tp, msg), argument
Dtp.c464 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
Dtcp.c3560 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/
Dtest_s64.c216 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
Dmain.c11 void timeutil_check(const struct timeutil_test_data *tp, in timeutil_check()
Dtest_gmtime.c24 struct tm *tp = gmtime(&time); in ZTEST() local
/Zephyr-Core-3.5.0/subsys/shell/modules/
Ddate_service.c147 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/
Dgmtime.c36 struct tm *ZRESTRICT tp) in time_civil_from_days()
/Zephyr-Core-3.5.0/samples/net/mqtt_sn_publisher/src/
Dudp.c26 static APP_BMEM struct mqtt_sn_transport_udp tp; variable
/Zephyr-Core-3.5.0/arch/x86/core/
Dacpi.c168 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/
Dmain.c408 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/
Dclock.c85 int clock_settime(clockid_t clock_id, const struct timespec *tp) in clock_settime()
/Zephyr-Core-3.5.0/drivers/ethernet/
Deth_native_posix_adapt.c181 struct timespec tp; in eth_clock_gettime() local
/Zephyr-Core-3.5.0/arch/riscv/core/
Dcoredump.c15 uint32_t tp; member
/Zephyr-Core-3.5.0/tests/net/lib/mqtt_sn_client/src/
Dmqtt_sn_client.c62 static int tp_init(struct mqtt_sn_transport *tp) in tp_init()
/Zephyr-Core-3.5.0/samples/drivers/counter/maxim_ds3231/src/
Dmain.c23 struct tm *tp = gmtime_r(&time, &tv); in format_time() local
/Zephyr-Core-3.5.0/include/zephyr/
Dsys_clock.h264 k_timepoint_t tp = sys_timepoint_calc(timeout); in sys_clock_timeout_end_calc() local
/Zephyr-Core-3.5.0/include/zephyr/net/
Dmqtt_sn.h211 struct mqtt_sn_transport tp; member
/Zephyr-Core-3.5.0/tests/kernel/threads/thread_apis/src/
Dmain.c35 static ZTEST_DMEM int tp = 10; variable
/Zephyr-Core-3.5.0/drivers/counter/
Dmaxim_ds3231.c285 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/
Dmain.c1076 struct tm tp; in ZTEST() local