| /components/drivers/rtc/ |
| A D | dev_soft_rtc.c | 42 static struct timeval init_tv = {0}; 118 struct timeval _tv; in soft_rtc_control() 119 struct timeval *tv = (struct timeval *)args; in soft_rtc_control() 127 struct timeval _tv; in soft_rtc_control() 128 struct timeval *tv = (struct timeval *)args; in soft_rtc_control() 162 struct timeval *tv = (struct timeval *)args; in soft_rtc_control() 170 struct timeval *tv = (struct timeval *)args; in soft_rtc_control() 287 struct timeval tv = {0}; in cmd_rtc_sync()
|
| A D | dev_rtc.c | 286 struct timeval tv = { 0 }; in date()
|
| /components/dfs/dfs_v1/filesystems/nfs/rpc/ |
| A D | clnt_udp.c | 61 struct timeval utimeout); 88 struct timeval cu_wait; 89 struct timeval cu_total; 118 struct timeval wait, in clntudp_bufcreate() 208 struct timeval wait, in clntudp_create() 218 struct timeval utimeout) in clntudp_call() 368 cu->cu_total = *(struct timeval *) info; in clntudp_control() 377 *(struct timeval *) info = cu->cu_total; in clntudp_control() 380 cu->cu_wait = *(struct timeval *) info; in clntudp_control() 383 *(struct timeval *) info = cu->cu_wait; in clntudp_control()
|
| A D | pmap.c | 13 static struct timeval timeout = { 5, 0 }; 14 static struct timeval tottimeout = { 60, 0 };
|
| A D | clnt.h | 141 char*, struct timeval); 313 unsigned long __version, struct timeval __wait_resend, 317 struct timeval __wait_resend, int *__sockp,
|
| A D | clnt_generic.c | 58 struct timeval tv; in clnt_create()
|
| /components/libc/compilers/common/include/sys/ |
| A D | time.h | 52 struct timeval struct 80 struct timeval it_interval; 82 struct timeval it_value; 108 int gettimeofday(struct timeval *tv, struct timezone *tz); 109 int settimeofday(const struct timeval *tv, const struct timezone *tz);
|
| A D | select.h | 55 int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout);
|
| /components/drivers/include/drivers/ |
| A D | dev_rtc.h | 117 rt_err_t (*get_timeval)(struct timeval *tv); 118 rt_err_t (*set_timeval)(struct timeval *tv);
|
| /components/lwp/terminal/ |
| A D | bsd_porting.h | 519 rt_inline void getmicrotime(struct timeval *now) in getmicrotime() 524 rt_inline void timevalfix(struct timeval *tv) in timevalfix() 538 rt_inline void timevaladd(struct timeval *op1, const struct timeval *op2) in timevaladd() 545 rt_inline void timevalsub(struct timeval *op1, const struct timeval *op2) in timevalsub() 552 rt_inline rt_tick_t tvtohz(struct timeval *tv) in tvtohz()
|
| /components/lwp/ |
| A D | lwp_pid.h | 64 struct timeval ru_utime; 65 struct timeval ru_stime;
|
| A D | lwp_syscall.h | 61 sysret_t sys_gettimeofday(struct timeval *tp, struct timezone *tzp); 62 sysret_t sys_settimeofday(const struct timeval *tv, const struct timezone *tzp);
|
| /components/drivers/ktime/src/ |
| A D | boottime.c | 15 rt_weak rt_err_t rt_ktime_boottime_get_us(struct timeval *tv) in rt_ktime_boottime_get_us()
|
| /components/drivers/ktime/inc/ |
| A D | ktime.h | 43 rt_err_t rt_ktime_boottime_get_us(struct timeval *tv);
|
| /components/dfs/dfs_v1/filesystems/nfs/ |
| A D | mount_clnt.c | 24 static struct timeval TIMEOUT = { 25, 0 };
|
| A D | nfs_clnt.c | 24 static struct timeval TIMEOUT = { 25, 0 };
|
| /components/net/at/at_socket/ |
| A D | at_socket.c | 1271 ((struct timeval *)(optval))->tv_sec = (timeout) / 1000U; in at_getsockopt() 1272 ((struct timeval *)(optval))->tv_usec = (timeout % 1000U) * 1000U; in at_getsockopt() 1277 ((struct timeval *) optval)->tv_sec = timeout / 1000U; in at_getsockopt() 1278 ((struct timeval *) optval)->tv_usec = (timeout % 1000U) * 1000U; in at_getsockopt() 1321 sock->recv_timeout = ((const struct timeval *) optval)->tv_sec * 1000 in at_setsockopt() 1322 + ((const struct timeval *) optval)->tv_usec / 1000; in at_setsockopt() 1326 sock->send_timeout = ((const struct timeval *) optval)->tv_sec * 1000 in at_setsockopt() 1327 + ((const struct timeval *) optval)->tv_usec / 1000; in at_setsockopt()
|
| /components/libc/posix/io/poll/ |
| A D | select.c | 48 int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) in select()
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | sockets.h | 315 struct timeval { struct 343 struct timeval *timeout);
|
| /components/net/lwip/lwip-2.0.3/src/apps/ping/ |
| A D | ping.c | 139 …struct timeval timeout = { PING_RCV_TIMEO / RT_TICK_PER_SECOND, PING_RCV_TIMEO % RT_TICK_PER_SECON… in ping()
|
| /components/net/lwip/lwip-1.4.1/src/apps/ping/ |
| A D | ping.c | 139 …struct timeval timeout = { PING_RCV_TIMEO / RT_TICK_PER_SECOND, PING_RCV_TIMEO % RT_TICK_PER_SECON… in ping()
|
| /components/net/lwip/lwip-2.1.2/src/apps/ping/ |
| A D | ping.c | 139 …struct timeval timeout = { PING_RCV_TIMEO / RT_TICK_PER_SECOND, PING_RCV_TIMEO % RT_TICK_PER_SECON… in ping()
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | sockets.h | 442 struct timeval { struct 507 struct timeval *timeout);
|
| /components/net/lwip/lwip-2.1.2/test/sockets/ |
| A D | sockets_stresstest.c | 183 struct timeval tv; in sockets_stresstest_wait_readable_select() 257 struct timeval opt_on, opt_off; in sockets_stresstest_wait_readable_recvtimeo()
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | sockets.h | 539 struct timeval { struct 618 struct timeval *timeout);
|