Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dcmlb_impl.h83 #define ISHOTPLUGGABLE(cl) (cl->cl_is_hotpluggable)
194 boolean_t cl_is_hotpluggable; /* is hotpluggable */ member
216 _NOTE(SCHEME_PROTECTS_DATA("stable data", cmlb_lun::cl_is_hotpluggable))
/titanic_50/usr/src/uts/common/io/
H A Dcmlb.c701 cl->cl_is_hotpluggable = is_hotpluggable; in cmlb_attach()