Home
last modified time | relevance | path

Searched refs:timeval (Results 1 – 25 of 42) sorted by relevance

12

/components/drivers/rtc/
A Ddev_soft_rtc.c42 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 Ddev_rtc.c286 struct timeval tv = { 0 }; in date()
/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dclnt_udp.c61 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 Dpmap.c13 static struct timeval timeout = { 5, 0 };
14 static struct timeval tottimeout = { 60, 0 };
A Dclnt.h141 char*, struct timeval);
313 unsigned long __version, struct timeval __wait_resend,
317 struct timeval __wait_resend, int *__sockp,
A Dclnt_generic.c58 struct timeval tv; in clnt_create()
/components/libc/compilers/common/include/sys/
A Dtime.h52 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 Dselect.h55 int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout);
/components/drivers/include/drivers/
A Ddev_rtc.h117 rt_err_t (*get_timeval)(struct timeval *tv);
118 rt_err_t (*set_timeval)(struct timeval *tv);
/components/lwp/terminal/
A Dbsd_porting.h519 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 Dlwp_pid.h64 struct timeval ru_utime;
65 struct timeval ru_stime;
A Dlwp_syscall.h61 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 Dboottime.c15 rt_weak rt_err_t rt_ktime_boottime_get_us(struct timeval *tv) in rt_ktime_boottime_get_us()
/components/drivers/ktime/inc/
A Dktime.h43 rt_err_t rt_ktime_boottime_get_us(struct timeval *tv);
/components/dfs/dfs_v1/filesystems/nfs/
A Dmount_clnt.c24 static struct timeval TIMEOUT = { 25, 0 };
A Dnfs_clnt.c24 static struct timeval TIMEOUT = { 25, 0 };
/components/net/at/at_socket/
A Dat_socket.c1271 ((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 Dselect.c48 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 Dsockets.h315 struct timeval { struct
343 struct timeval *timeout);
/components/net/lwip/lwip-2.0.3/src/apps/ping/
A Dping.c139 …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 Dping.c139 …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 Dping.c139 …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 Dsockets.h442 struct timeval { struct
507 struct timeval *timeout);
/components/net/lwip/lwip-2.1.2/test/sockets/
A Dsockets_stresstest.c183 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 Dsockets.h539 struct timeval { struct
618 struct timeval *timeout);

Completed in 37 milliseconds

12