Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libuuid/common/
H A Duuid.c605 uuid_time(uuid_t uu, struct timeval *ret_tv) in uuid_time() argument
629 if (ret_tv) { in uuid_time()
630 *ret_tv = tv; in uuid_time()
/illumos-gate/usr/src/lib/libvmmapi/common/
H A Dvmmapi.h287 uint64_t *vm_get_stats(struct vcpu *vcpu, struct timeval *ret_tv,
H A Dvmmapi.c1438 vm_get_stats(struct vcpu *vcpu, struct timeval *ret_tv, in vm_get_stats() argument
1476 if (ret_tv) in vm_get_stats()
1477 *ret_tv = vmstats.tv; in vm_get_stats()