Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dbofi.h82 caddr_t logbase; /* pointer to acc_log_elem struct */ member
97 caddr32_t logbase; /* pointer to acc_log_elem struct */ member
H A Dbofi_impl.h40 struct acc_log_elem *logbase; member
/illumos-gate/usr/src/test/zfs-tests/tests/perf/
H A Dperf.shlib121 typeset logbase="$(get_perf_output_dir)/$(basename \
123 typeset outfile="$logbase.fio.$suffix"
190 typeset logbase="$(get_perf_output_dir)/$(basename \
192 typeset outfile="$logbase.${collect_scripts[$idx + 1]}.$suffix"
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c975 errdef.log.logbase = in bofi_ioctl()
976 (caddr_t)(uintptr_t)errdef_32.log.logbase; in bofi_ioctl()
1065 errdef_32.log.logbase = in bofi_ioctl()
1066 (caddr32_t)(uintptr_t)errdef.log.logbase; in bofi_ioctl()
1251 errstate.log.logbase = in bofi_ioctl()
1252 (caddr_t)(uintptr_t)errstate_32.log.logbase; in bofi_ioctl()
1305 errstate_32.log.logbase = in bofi_ioctl()
1306 (caddr32_t)(uintptr_t)errstate.log.logbase; in bofi_ioctl()
1325 ddi_copyout(klg, errstate.log.logbase, in bofi_ioctl()
1370 errstate.log.logbase = in bofi_ioctl()
[all …]
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c885 items = (void *)log->logbase; in reduce_log()
1061 items = (void *)log->logbase; in log2errdefs()
1252 errdef->log.logbase = errstate->log.logbase = in add_edef()
1255 if (errdef->log.logbase == 0) in add_edef()
1856 cdp->lp = (void *)cdp->ed.log.logbase; in test_driver()