Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dcmlb_impl.h131 CMLB_LABEL_UNDEF = 0, enumerator
/titanic_41/usr/src/uts/common/io/
H A Dcmlb.c541 cl->cl_def_labeltype = CMLB_LABEL_UNDEF; in cmlb_alloc_handle()
724 cl->cl_last_labeltype = CMLB_LABEL_UNDEF; in cmlb_attach()
725 cl->cl_cur_labeltype = CMLB_LABEL_UNDEF; in cmlb_attach()
761 cl->cl_def_labeltype = CMLB_LABEL_UNDEF; in cmlb_detach()
919 cl->cl_cur_labeltype = CMLB_LABEL_UNDEF; in cmlb_close()
1460 if (cl->cl_cur_labeltype != CMLB_LABEL_UNDEF &&
1466 if (cl->cl_def_labeltype == CMLB_LABEL_UNDEF) {
1471 if (cl->cl_last_labeltype == CMLB_LABEL_UNDEF) {
1503 if (cl->cl_cur_labeltype == CMLB_LABEL_UNDEF) {
1630 cl->cl_label_from_media = CMLB_LABEL_UNDEF;
[all …]