Home
last modified time | relevance | path

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

/Zephyr-latest/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.c4188 static void tp_init(struct tcp *conn, struct tp *tp) in tp_init()
4206 struct tp tp; in tcp_to_json() local
4223 struct tp *tp; in tp_input() local
/Zephyr-latest/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-latest/lib/libc/common/source/time/
Dasctime.c18 static char *asctime_impl(const struct tm *tp, char *buf) in asctime_impl()
44 char *asctime(const struct tm *tp) in asctime()
52 char *asctime_r(const struct tm *tp, char *buf) in asctime_r()
Dgmtime_r.c36 struct tm *ZRESTRICT tp) in time_civil_from_days()
/Zephyr-latest/subsys/shell/modules/
Ddate_service.c143 struct timespec tp; in cmd_date_set() local
193 struct timespec tp; in cmd_date_get() local
/Zephyr-latest/drivers/ethernet/
Deth_native_posix_adapt.c121 struct timespec tp; in eth_clock_gettime() local
/Zephyr-latest/samples/net/mqtt_sn_publisher/src/
Dudp.c32 static APP_BMEM struct mqtt_sn_transport_udp tp; variable
/Zephyr-latest/samples/boards/microchip/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-latest/arch/riscv/core/
Dcoredump.c21 uint64_t tp; member
/Zephyr-latest/lib/posix/options/
Dclock.c131 int clock_settime(clockid_t clock_id, const struct timespec *tp) in clock_settime()
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/src/
Dmain.c23 struct tm *tp = gmtime_r(&time, &tv); in format_time() local
/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c1084 struct tm tp; in ZTEST() local
1102 struct tm tp = { in ZTEST() local
1142 struct tm tp; in ZTEST() local
/Zephyr-latest/drivers/misc/coresight/
Dnrf_etr.c202 static const char *tp = "%d"; in trace_point_process() local
247 static const char *tp = "%s"; in hw_event_process() local
/Zephyr-latest/include/zephyr/net/
Dmqtt_sn.h227 struct mqtt_sn_transport tp; member
/Zephyr-latest/tests/net/lib/mqtt_sn_client/src/
Dmqtt_sn_client.c88 static int tp_init(struct mqtt_sn_transport *tp) in tp_init()
/Zephyr-latest/drivers/tee/optee/
Doptee.c111 const struct tee_param *tp = param; in param_to_msg_param() local
177 struct tee_param *tp = param; in msg_param_to_param() local
/Zephyr-latest/tests/kernel/threads/thread_apis/src/
Dmain.c41 static ZTEST_DMEM int tp = 10; variable
/Zephyr-latest/drivers/counter/
Dmaxim_ds3231.c291 static const uint8_t *decode_time(struct tm *tp, in decode_time()
326 time_t *tp) in decode_alarm()