Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dtl.c804 static id_space_t *tl_minors; variable
990 tl_minors = id_space_create("tl_minor_space", in tl_attach()
1102 id_space_destroy(tl_minors); in tl_detach()
1103 tl_minors = NULL; in tl_detach()
1206 id_free(tl_minors, tep->te_minor); in tl_free()
1455 tep->te_minor = (minor_t)id_alloc(tl_minors); in tl_open()