Searched refs:timevaladd (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | defs.h | 160 extern void timevaladd(struct timeval *, struct timeval *);
|
H A D | main.c | 296 timevaladd(struct timeval *t1, struct timeval *t2) in timevaladd() function
|
H A D | input.c | 541 timevaladd(&nextmcast, &now); in dynamic_update()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | timers.c | 399 timevaladd(&aitv.it_value, &now); in xsetitimer() 723 timevaladd(valp, &interval2nth); in timeval_advance() 727 timevaladd(&interval2nth, &interval2nth); in timeval_advance() 813 timevaladd(struct timeval *t1, struct timeval *t2) in timevaladd() function
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | time.h | 376 extern void timevaladd(struct timeval *, struct timeval *);
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | time.h | 448 void timevaladd(struct timeval *t1, const struct timeval *t2);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | rdisc.c | 1159 timevaladd(&ifp->int_rdisc_timer, &now); in rdisc_adv() 1203 timevaladd(&ifp->int_rdisc_timer, &now); in rdisc_sol()
|
H A D | defs.h | 671 extern void timevaladd(struct timeval *, struct timeval *);
|
H A D | main.c | 907 timevaladd(struct timeval *t1, in timevaladd() function
|
H A D | output.c | 920 timevaladd(&no_flash, &now); in rip_bcast()
|