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 D | 0014-timeSync-Portable-way-to-print-64bit-time_t.patch | 11 | 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 D | syscall_defs.h | 281 abi_long esterror; /* Estimated error (microseconds) */ member 310 abi_llong esterror; /* Estimated error (microseconds) */ member
|
| H A D | syscall.c | 7448 __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()
|