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

/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dpersist.h191 tmv : 1; member in struct:scsi_prin_rpt_cap
385 uint8_t tmv : 1, member in struct:scsi_prin_rpt_cap
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c678 struct timeval tmv; /* timeval */ local
680 (void) gettimeofday(&tmv, NULL);
682 note_str, tmv.tv_sec, tmv.tv_usec);
3681 struct timeval tmv; /* timeval */ local
3798 (void) gettimeofday(&tmv, NULL);
3799 etm_xid_cur = (uint32_t)((tmv.tv_sec << 10) |
3800 ((unsigned long)tmv.tv_usec >> 10));

Completed in 68 milliseconds