Home
last modified time | relevance | path

Searched defs:tv1 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/xattrtest/
H A Dxattrtest.c337 timeval_sub(struct timeval *delta, struct timeval *tv1, struct timeval *tv2) in timeval_sub()
345 timeval_sub_seconds(struct timeval *tv1, struct timeval *tv2) in timeval_sub_seconds()
/f-stack/freebsd/kern/
H A Dkern_time.c121 struct timeval delta, tv1, tv2; in settime() local