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

/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c118 static struct devi_nodeid_list *devimap = &devi_nodeid_list; variable in typeref:struct:devi_nodeid_list
362 mutex_enter(&devimap->dno_lock);
363 elem->next = devimap->dno_free;
364 devimap->dno_free = elem;
365 mutex_exit(&devimap->dno_lock);
437 mutex_enter(&devimap->dno_lock);
438 ASSERT(devimap->dno_free);
439 elem = devimap->dno_free;
440 devimap->dno_free = elem->next;
441 mutex_exit(&devimap
[all...]

Completed in 83 milliseconds