| /Zephyr-latest/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 | 4198 static void tp_init(struct tcp *conn, struct tp *tp)  in tp_init() 4216 	struct tp tp;  in tcp_to_json()  local 4233 	struct tp *tp;  in tp_input()  local
  | 
| /Zephyr-latest/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-latest/lib/libc/common/source/time/ | 
| D | asctime.c | 18 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()
  | 
| D | gmtime_r.c | 36 				 struct tm *ZRESTRICT tp)  in time_civil_from_days()
  | 
| /Zephyr-latest/subsys/shell/modules/ | 
| D | date_service.c | 143 	struct timespec tp;  in cmd_date_set()  local 193 	struct timespec tp;  in cmd_date_get()  local
  | 
| /Zephyr-latest/drivers/ethernet/ | 
| D | eth_native_tap_adapt.c | 122 	struct timespec tp;  in eth_clock_gettime()  local
  | 
| /Zephyr-latest/samples/net/mqtt_sn_publisher/src/ | 
| D | udp.c | 32 static APP_BMEM struct mqtt_sn_transport_udp tp;  variable
  | 
| /Zephyr-latest/samples/boards/microchip/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-latest/arch/riscv/core/ | 
| D | coredump.c | 21 		uint64_t tp;  member
  | 
| /Zephyr-latest/lib/posix/options/ | 
| D | clock.c | 131 int clock_settime(clockid_t clock_id, const struct timespec *tp)  in clock_settime()
  | 
| /Zephyr-latest/samples/drivers/counter/maxim_ds3231/src/ | 
| D | main.c | 23 	struct tm *tp = gmtime_r(&time, &tv);  in format_time()  local
  | 
| /Zephyr-latest/tests/lib/c_lib/common/src/ | 
| D | main.c | 1084 	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/ | 
| D | nrf_etr.c | 202 	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/ | 
| D | mqtt_sn.h | 227 	struct mqtt_sn_transport tp;  member
  | 
| /Zephyr-latest/tests/net/lib/mqtt_sn_client/src/ | 
| D | mqtt_sn_client.c | 88 static int tp_init(struct mqtt_sn_transport *tp)  in tp_init()
  | 
| /Zephyr-latest/drivers/tee/optee/ | 
| D | optee.c | 111 	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/ | 
| D | main.c | 41 static ZTEST_DMEM int tp = 10;  variable
  | 
| /Zephyr-latest/drivers/counter/ | 
| D | maxim_ds3231.c | 291 static const uint8_t *decode_time(struct tm *tp,  in decode_time() 326 			 time_t *tp)  in decode_alarm()
  |