Searched refs:should_geq_i64 (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/ |
H A D | time_data.c | 70 should_geq_i64(const char *field_name, int64_t a, int64_t b) in should_geq_i64() function 475 should_geq_i64("boot_hrtime", res.vt_boot_hrtime, valid.vt_boot_hrtime); in test_valid_boot_hrtime() 482 should_geq_i64("boot_hrtime", res.vt_boot_hrtime, valid.vt_boot_hrtime); in test_valid_boot_hrtime() 488 should_geq_i64("boot_hrtime", res.vt_boot_hrtime, valid.vt_boot_hrtime); in test_valid_boot_hrtime() 507 should_geq_i64("vt_hrtime", res.vt_hrtime, src->vt_hrtime); in test_adjust()
|