Searched refs:acc_log_elem (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/th_tools/ |
H A D | th_define.c | 81 struct acc_log_elem *lp; /* array of logged accesses */ 317 struct acc_log_elem *e1 = (struct acc_log_elem *)p1; in elem_cmp() 318 struct acc_log_elem *e2 = (struct acc_log_elem *)p2; in elem_cmp() 342 struct acc_log_elem *e1 = (struct acc_log_elem *)p1; in log_cmp() 343 struct acc_log_elem *e2 = (struct acc_log_elem *)p2; in log_cmp() 364 struct acc_log_elem *e1 = (struct acc_log_elem *)p1; in log_cmp2() 365 struct acc_log_elem *e2 = (struct acc_log_elem *)p2; in log_cmp2() 380 dump_log(uint_t lvl, FILE *fp, struct acc_log_elem *items, in dump_log() 482 struct acc_log_elem *item, in define_one_error() 513 struct acc_log_elem *item, ulong_t nttime, ulong_t interval, char *type, in define_op_err() [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | bofi_impl.h | 42 struct acc_log_elem *logbase;
|
H A D | bofi.h | 61 struct acc_log_elem { struct
|
/titanic_41/usr/src/uts/common/io/ |
H A D | bofi.c | 162 struct acc_log_elem **); 164 struct acc_log_elem **); 1213 struct acc_log_elem *klg; in bofi_ioctl() 1323 errstate.log.entries * sizeof (struct acc_log_elem), in bofi_ioctl() 1331 struct acc_log_elem *klg; in bofi_ioctl() 1444 errstate.log.entries * sizeof (struct acc_log_elem), in bofi_ioctl() 1755 ep->logbase = kmem_alloc(sizeof (struct acc_log_elem) * in bofi_errdef_alloc() 1887 sizeof (struct acc_log_elem) * ep->errdef.log.logsize); in bofi_errdef_free() 2121 bofi_errdef_check(struct bofi_errstate *errstatep, struct acc_log_elem **logpp) in bofi_errdef_check() 2161 struct acc_log_elem **logpp) in bofi_errdef_check_w() [all …]
|