Searched defs:acc_log32 (Results 1 – 1 of 1) sorted by relevance
92 struct acc_log32 { struct93 uint32_t logsize; /* length of the logbase array */94 uint32_t entries; /* number of valid log elements */95 uint_t flags; /* access logging flags */96 uint_t wrapcnt; /* wrap cnt */97 hrtime_t start_time; /* activation time */98 hrtime_t stop_time; /* deactivation time (or time when full) */99 caddr32_t logbase; /* pointer to acc_log_elem struct */