Searched refs:stmp (Results 1 – 3 of 3) sorted by relevance
126 #define ZFS_TIME_ENCODE(tp, stmp) \ argument128 (stmp)[0] = (uint64_t)(tp)->tv_sec; \129 (stmp)[1] = (uint64_t)(tp)->tv_nsec; \137 #define ZFS_TIME_DECODE(tp, stmp) \ argument139 (tp)->tv_sec = (time64_t)(stmp)[0]; \140 (tp)->tv_nsec = (long)(stmp)[1]; \147 #define ZFS_TIME_DECODE(tp, stmp) \ argument149 (tp)->tv_sec = (time_t)(stmp)[0]; \150 (tp)->tv_nsec = (long)(stmp)[1]; \
157 #define ZFS_TIME_ENCODE(tp, stmp) \ argument159 (stmp)[0] = (uint64_t)(tp)->tv_sec; \160 (stmp)[1] = (uint64_t)(tp)->tv_nsec; \164 #define ZFS_TIME_DECODE(tp, stmp) \ argument166 (tp)->tv_sec = (time_t)(stmp)[0]; \167 (tp)->tv_nsec = (long)(stmp)[1]; \
11 - stmp,crystal-freq: override crystal frequency as determined from fuse bits.