Searched defs:scalehrtimef (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c770 uintptr_t scalehrtimef; local
790 if (mdb_readsym(&scalehrtimef,
791 sizeof (scalehrtimef), "scalehrtimef") == -1) {
792 mdb_warn("couldn't read 'scalehrtimef'");
801 if (sym.st_value != scalehrtimef) {
802 mdb_warn("::scalehrtime requires that scalehrtimef "
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c141 void (*scalehrtimef)(hrtime_t *) = dummy_scalehrtime; variable
1443 /* scalehrtimef will remain dummy */

Completed in 63 milliseconds