Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/ccid/
H A Dccid.c668 static id_space_t *ccid_minors; variable
721 id_free(ccid_minors, idx->cmi_minor); in ccid_minor_idx_free()
733 id = id_alloc(ccid_minors); in ccid_minor_idx_alloc()
735 id = id_alloc_nosleep(ccid_minors); in ccid_minor_idx_alloc()
4378 if ((ccid_minors = id_space_create("ccid_minors", CCID_MINOR_MIN, in _init()
4385 id_space_destroy(ccid_minors); in _init()
4386 ccid_minors = NULL; in _init()
4415 id_space_destroy(ccid_minors); in _fini()
4416 ccid_minors = NULL; in _fini()