Searched refs:is_attached (Results 1 – 5 of 5) sorted by relevance
153 boolean_t is_attached; member
104 if ((rcs == NULL) || (!rcs->is_attached)) { in rmc_comm_register()870 rcs->is_attached = B_TRUE; in rmc_comm_attach()916 rcs->is_attached = B_FALSE; in rmc_comm_detach()
2842 int ut, is_present, is_attached; in sbd_get_devlist() local2886 is_attached = SBD_DEV_IS_ATTACHED(sbp, nodetype, ut) ? in sbd_get_devlist()2889 if (is_present && (present_only ^ is_attached)) { in sbd_get_devlist()
1524 int is_attached; in dr_dev_is_target() local1534 is_attached = DR_DEV_IS_ATTACHED(cp) ? 1 : 0; in dr_dev_is_target()1541 if (is_present && (present_only ^ is_attached)) { in dr_dev_is_target()
1554 int is_attached; in dr_dev_is_target() local1564 is_attached = DR_DEV_IS_ATTACHED(cp) ? 1 : 0; in dr_dev_is_target()1571 if (is_present && (present_only ^ is_attached)) { in dr_dev_is_target()