Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c794 static id_space_t *tl_minors; variable
1056 tl_minors = id_space_create("tl_minor_space", in tl_attach()
1168 id_space_destroy(tl_minors); in tl_detach()
1169 tl_minors = NULL; in tl_detach()
1272 id_free(tl_minors, tep->te_minor); in tl_free()
1513 if ((inst_minor = id_alloc_nosleep(tl_minors)) == -1) { in tl_open()