Home
last modified time | relevance | path

Searched refs:_ts (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dtime.h176 _ts->tv_sec = _bt->sec; in bintime2timespec()
177 _ts->tv_nsec = ((uint64_t)1000000000 * in bintime2timespec()
185 _bt->sec = _ts->tv_sec; in timespec2bintime()
187 _bt->frac = _ts->tv_nsec * (uint64_t)18446744073LL; in timespec2bintime()
210 struct timespec _ts; in sbttots() local
212 _ts.tv_sec = _sbt >> 32; in sbttots()
213 _ts.tv_nsec = ((uint64_t)1000000000 * (uint32_t)_sbt) >> 32; in sbttots()
214 return (_ts); in sbttots()
218 tstosbt(struct timespec _ts) in tstosbt() argument
221 return (((sbintime_t)_ts.tv_sec << 32) + in tstosbt()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h230 } _ts; member
233 #define t_astflag _tu._ts._t_astflag
234 #define t_sig_check _tu._ts._t_sig_check
235 #define t_post_sys _tu._ts._t_post_sys
236 #define t_trapret _tu._ts._t_trapret
/illumos-gate/usr/src/uts/sun4/ml/
H A Doffsets.in164 _tu._ts._t_astflag T_ASTFLAG
165 _tu._ts._t_sig_check T_SIG_CHECK
166 _tu._ts._t_post_sys T_POST_SYS
167 _tu._ts._t_trapret T_TRAPRET
/illumos-gate/usr/src/uts/i86pc/ml/
H A Doffsets.in122 _tu._ts._t_astflag T_ASTFLAG
123 _tu._ts._t_post_sys T_POST_SYS
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_hal.h1264 #define ATH_HAL_TXPROCDESC(_ah, _ds, _ts) \ argument
1265 ((*(_ah)->ah_procTxDesc)((_ah), (_ds), (_ts)))
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c517 (&(_slotp)->hs_stat_data->psd_ ## _evname ## _ts), (_now))
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex1757 Rx/Tx timestamp values can be read using the APIs \myfunc{ptp\_read\_rx\_ts}{ptp_read_rx_ts} and
1758 \myfunc{ptp\_read\_tx\_ts}{ptp_read_tx_ts} respectively.