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