Home
last modified time | relevance | path

Searched refs:esterror (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->esterror,
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h281 abi_long esterror; /* Estimated error (microseconds) */ member
310 abi_llong esterror; /* Estimated error (microseconds) */ member
H A Dsyscall.c7448 __get_user(host_tx->esterror, &target_tx->esterror); in target_to_host_timex()
7483 __put_user(host_tx->esterror, &target_tx->esterror); in host_to_target_timex()
7527 __get_user(host_tx->esterror, &target_tx->esterror); in target_to_host_timex64()
7566 __put_user(host_tx->esterror, &target_tx->esterror); in host_to_target_timex64()