Home
last modified time | relevance | path

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

/src/sys/cam/ !
H A Dcam_xpt.c1608 if ((cdm->pos.position_type & CAM_DEV_POS_BUS) in xptedtbusfunc()
1610 && (cdm->pos.position_type & CAM_DEV_POS_TARGET) in xptedtbusfunc()
1640 cdm->pos.position_type = in xptedtbusfunc()
1673 if ((cdm->pos.position_type & CAM_DEV_POS_BUS) in xptedtbusfunc()
1675 && (cdm->pos.position_type & CAM_DEV_POS_TARGET) in xptedtbusfunc()
1707 if ((cdm->pos.position_type & CAM_DEV_POS_BUS) in xptedttargetfunc()
1709 && (cdm->pos.position_type & CAM_DEV_POS_TARGET) in xptedttargetfunc()
1711 && (cdm->pos.position_type & CAM_DEV_POS_DEVICE) in xptedttargetfunc()
1743 if ((cdm->pos.position_type & CAM_DEV_POS_DEVICE) in xptedtdevicefunc()
1745 && (cdm->pos.position_type & CAM_DEV_POS_PERIPH) in xptedtdevicefunc()
[all …]
H A Dcam_ccb.h576 dev_pos_type position_type; member