Searched defs:drctlp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Ddrctl.c149 static struct drctl_unit *drctlp = &drctl_state; variable in typeref:struct:drctl_unit
156 drctlp->drc_inst = -1;
157 mutex_init(&drctlp->drc_lock, NULL, MUTEX_DRIVER, NULL);
158 cv_init(&drctlp->drc_busy_cv, NULL, CV_DRIVER, NULL);
161 mutex_destroy(&drctlp->drc_lock);
174 cv_destroy(&drctlp->drc_busy_cv);
175 mutex_destroy(&drctlp->drc_lock);
198 if (drctlp->drc_inst != -1) {
202 drctlp->drc_inst = ddi_get_instance(dip);
205 drctlp
[all...]

Completed in 45 milliseconds