Searched refs:mdb_gethrtime (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ks.h71 extern hrtime_t mdb_gethrtime(void);
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern98 mdb_gethrtime { FLAGS = EXTERN };
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1717 * mdb_gethrtime() returns the hires system time. This will be the timestamp at
1723 mdb_gethrtime(void) function
1773 * from different sources per mdb_gethrtime(). If inspecting a panicked
1789 * mdb_gethrtime() will return zero if the lbolt info structure hasn't
1792 if ((ts = mdb_gethrtime()) <= 0)
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c840 running = mdb_gethrtime() -
843 waiting = mdb_gethrtime() -
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c3816 result = opt_lbolt ? mdb_get_lbolt() : mdb_gethrtime();

Completed in 116 milliseconds