Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcmlb_impl.h85 #define ISREMOVABLE(cl) (cl->cl_is_removable) macro
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c923 if (ISREMOVABLE(cl)) { in cmlb_close()
1715 if (cl->cl_device_type == DTYPE_DIRECT || ISREMOVABLE(cl)) {
1791 if ((ISREMOVABLE(cl) || ISHOTPLUGGABLE(cl)) &&
3033 if (!ISREMOVABLE(cl) && !ISHOTPLUGGABLE(cl)) {
3055 if (!ISREMOVABLE(cl) && !ISHOTPLUGGABLE(cl)) {
3288 if (!ISREMOVABLE(cl) && !ISHOTPLUGGABLE(cl)) {
5081 if ((!ISREMOVABLE(cl) && !ISHOTPLUGGABLE(cl)) || (arg == NULL)) {
5141 if (!ISREMOVABLE(cl) && !ISHOTPLUGGABLE(cl)) {
5424 if (cl->cl_device_type == DTYPE_DIRECT || ISREMOVABLE(cl)) {