Home
last modified time | relevance | path

Searched refs:logbase (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dbofi.h84 caddr_t logbase; /* pointer to acc_log_elem struct */ member
99 caddr32_t logbase; /* pointer to acc_log_elem struct */ member
H A Dbofi_impl.h42 struct acc_log_elem *logbase; member
/titanic_50/usr/src/uts/common/io/
H A Dbofi.c972 errdef.log.logbase = in bofi_ioctl()
973 (caddr_t)(uintptr_t)errdef_32.log.logbase; in bofi_ioctl()
1062 errdef_32.log.logbase = in bofi_ioctl()
1063 (caddr32_t)(uintptr_t)errdef.log.logbase; in bofi_ioctl()
1248 errstate.log.logbase = in bofi_ioctl()
1249 (caddr_t)(uintptr_t)errstate_32.log.logbase; in bofi_ioctl()
1302 errstate_32.log.logbase = in bofi_ioctl()
1303 (caddr32_t)(uintptr_t)errstate.log.logbase; in bofi_ioctl()
1322 ddi_copyout(klg, errstate.log.logbase, in bofi_ioctl()
1367 errstate.log.logbase = in bofi_ioctl()
[all …]
/titanic_50/usr/src/cmd/th_tools/
H A Dth_define.c892 items = (void *)log->logbase; in reduce_log()
1068 items = (void *)log->logbase; in log2errdefs()
1258 errdef->log.logbase = errstate->log.logbase = in add_edef()
1261 if (errdef->log.logbase == 0) in add_edef()
1864 cdp->lp = (void *)cdp->ed.log.logbase; in test_driver()