Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcmlb_impl.h124 CMLB_LABEL_UNDEF = 0, enumerator
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c543 cl->cl_def_labeltype = CMLB_LABEL_UNDEF; in cmlb_alloc_handle()
729 cl->cl_last_labeltype = CMLB_LABEL_UNDEF; in cmlb_attach()
730 cl->cl_cur_labeltype = CMLB_LABEL_UNDEF; in cmlb_attach()
766 cl->cl_def_labeltype = CMLB_LABEL_UNDEF; in cmlb_detach()
924 cl->cl_cur_labeltype = CMLB_LABEL_UNDEF; in cmlb_close()
1471 if (cl->cl_cur_labeltype != CMLB_LABEL_UNDEF && in cmlb_create_minor_nodes()
1477 if (cl->cl_def_labeltype == CMLB_LABEL_UNDEF) { in cmlb_create_minor_nodes()
1482 if (cl->cl_last_labeltype == CMLB_LABEL_UNDEF) { in cmlb_create_minor_nodes()
1535 if (cl->cl_cur_labeltype == CMLB_LABEL_UNDEF) { in cmlb_create_minor_nodes()
1661 cl->cl_label_from_media = CMLB_LABEL_UNDEF;
[all …]