Home
last modified time | relevance | path

Searched defs:tv (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/samples/posix/gettimeofday/src/
Dmain.c18 struct timeval tv; in main() local
/Zephyr-latest/samples/sensor/amg88xx/src/
Dmain.c30 struct sensor_value *tv = ptr; in print_buffer() local
/Zephyr-latest/scripts/native_simulator/native/src/
Dtimer_model.c120 static inline void host_clock_gettime(struct timespec *tv) in host_clock_gettime()
136 struct timespec tv; in get_host_us_time() local
154 struct timespec tv; in hwtimer_init() local
388 struct timespec tv; in hwtimer_get_pseudohost_rtc_time() local
/Zephyr-latest/boards/native/native_posix/
Dtimer_model.c132 static inline void host_clock_gettime(struct timespec *tv) in host_clock_gettime()
143 struct timespec tv; in get_host_us_time() local
161 struct timespec tv; in hwtimer_init() local
396 struct timespec tv; in hwtimer_get_pseudohost_rtc_time() local
/Zephyr-latest/tests/posix/common/src/
Dclock.c36 static inline void tv_to_ts(const struct timeval *tv, struct timespec *ts) in tv_to_ts()
94 struct timeval tv; in ZTEST() local
/Zephyr-latest/lib/posix/options/
Dclock.c272 int gettimeofday(struct timeval *tv, void *tz) in gettimeofday()
/Zephyr-latest/samples/net/cellular_modem/src/
Dmain.c148 const struct timeval tv = { .tv_sec = 10 }; in sample_echo_packet() local
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/src/
Dmain.c22 struct tm tv; in format_time() local
/Zephyr-latest/drivers/net/
Dnsos_adapt.c771 struct timeval tv = { in nsos_adapt_setsockopt() local
787 struct timeval tv = { in nsos_adapt_setsockopt() local
Dnsos_sockets.c1254 const struct zsock_timeval *tv = optval; in nsos_setsockopt() local
1283 const struct zsock_timeval *tv = optval; in nsos_setsockopt() local
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c2286 const struct zsock_timeval *tv = optval; in zsock_setsockopt_ctx() local
2318 const struct zsock_timeval *tv = optval; in zsock_setsockopt_ctx() local
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink_sockets.c562 struct SlTimeval_t tv, *ptv; in simplelink_poll() local
/Zephyr-latest/tests/net/socket/tcp/src/
Dmain.c2236 struct timeval tv = { in ZTEST() local