Lines Matching refs:idnhlog
269 mutex_enter(&idnhlog.h_mutex); \
270 idnhlog.h_log[idnhlog.h_index].e_time = TIMESTAMP(); \
271 idnhlog.h_log[idnhlog.h_index].e_op = (ushort_t)(op); \
272 idnhlog.h_log[idnhlog.h_index].e_data[0] = (ushort_t)(d0); \
273 idnhlog.h_log[idnhlog.h_index].e_data[1] = (ushort_t)(d1); \
274 idnhlog.h_log[idnhlog.h_index].e_data[2] = (ushort_t)(d2); \
275 idnhlog.h_index++; \
276 idnhlog.h_index &= (IDN_HISTORY_NUM - 1); \
277 mutex_exit(&idnhlog.h_mutex); \
3543 extern struct idn_history idnhlog;