Home
last modified time | relevance | path

Searched refs:maxerror (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0014-timeSync-Portable-way-to-print-64bit-time_t.patch11 | prefix, tx->offset, tx->freq, tx->maxerror, tx->esterror,
32 - prefix, tx->offset, tx->freq, tx->maxerror, tx->esterror,
36 + prefix, (intmax_t)tx->offset, (intmax_t)tx->freq, (intmax_t)tx->maxerror, (intmax_t)tx-…
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h280 abi_long maxerror; /* Maximum error (microseconds) */ member
309 abi_llong maxerror; /* Maximum error (microseconds) */ member
H A Dsyscall.c7447 __get_user(host_tx->maxerror, &target_tx->maxerror); in target_to_host_timex()
7482 __put_user(host_tx->maxerror, &target_tx->maxerror); in host_to_target_timex()
7526 __get_user(host_tx->maxerror, &target_tx->maxerror); in target_to_host_timex64()
7565 __put_user(host_tx->maxerror, &target_tx->maxerror); in host_to_target_timex64()