Home
last modified time | relevance | path

Searched refs:is_attached (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/sun4u/sys/
H A Drmc_comm.h153 boolean_t is_attached; member
/titanic_44/usr/src/uts/sun4u/io/
H A Drmc_comm.c104 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()
H A Dsbd.c2842 int ut, is_present, is_attached; in sbd_get_devlist() local
2886 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()
/titanic_44/usr/src/uts/i86pc/io/dr/
H A Ddr.c1524 int is_attached; in dr_dev_is_target() local
1534 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()
/titanic_44/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c1554 int is_attached; in dr_dev_is_target() local
1564 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()