Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub.c47 static id_space_t *ds_minors; variable
91 ds_minors = id_space_create("ds_minors", DS_MINOR_START, MAXMIN32); in ds_attach()
101 id_space_destroy(ds_minors); in ds_detach()
102 ds_minors = NULL; in ds_detach()
156 dsp->ds_minor = (minor_t)id_alloc(ds_minors); in ds_open()
174 id_free(ds_minors, dsp->ds_minor); in ds_close()