.TH ddi_base_data() "" "" "DDI/DKI Kernel Routine"
.PC "Get base data on per-process basis"
#include <kernel/ddi_base.h>
\fBdbdata_t *ddi_base_data();\fR
.PP
.B ddi_base_data()
returns a pointer to a table of information that
the DDI/DKI must associate with a process
but does not need to access outside the context of that process.
The value it returns should be considered constant.
.SH "See Also"
.B
ddi_cpu_data,
ddi_global_data,
ddi_proc_data,
DDK/DKI kernel routines
.R
.SH Notes
.B ddi_base_data()
has base level only.
It does not sleep.
.PP
Please note that although
.B ddi_base_data()
is used with \*(CO's implementation of the DDI/DKI interface, it is not
part of the published description of the DDI/DKI.
Code that uses it will not be portable to other operating systems.
