Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_xpt.c1614 if ((cdm->pos.position_type & CAM_DEV_POS_BUS) in xptedtbusfunc()
1616 && (cdm->pos.position_type & CAM_DEV_POS_TARGET) in xptedtbusfunc()
1646 cdm->pos.position_type = in xptedtbusfunc()
1679 if ((cdm->pos.position_type & CAM_DEV_POS_BUS) in xptedtbusfunc()
1681 && (cdm->pos.position_type & CAM_DEV_POS_TARGET) in xptedtbusfunc()
1713 if ((cdm->pos.position_type & CAM_DEV_POS_BUS) in xptedttargetfunc()
1715 && (cdm->pos.position_type & CAM_DEV_POS_TARGET) in xptedttargetfunc()
1717 && (cdm->pos.position_type & CAM_DEV_POS_DEVICE) in xptedttargetfunc()
1749 if ((cdm->pos.position_type & CAM_DEV_POS_DEVICE) in xptedtdevicefunc()
1751 && (cdm->pos.position_type & CAM_DEV_POS_PERIPH) in xptedtdevicefunc()
[all …]
H A Dcam_ccb.h576 dev_pos_type position_type; member