Home
last modified time | relevance | path

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

/NextBSD/sys/cam/
HDcam_xpt.c1536 if ((cdm->pos.position_type & CAM_DEV_POS_BUS) in xptedtbusfunc()
1538 && (cdm->pos.position_type & CAM_DEV_POS_TARGET) in xptedtbusfunc()
1568 cdm->pos.position_type = in xptedtbusfunc()
1600 if ((cdm->pos.position_type & CAM_DEV_POS_BUS) in xptedtbusfunc()
1602 && (cdm->pos.position_type & CAM_DEV_POS_TARGET) in xptedtbusfunc()
1634 if ((cdm->pos.position_type & CAM_DEV_POS_BUS) in xptedttargetfunc()
1636 && (cdm->pos.position_type & CAM_DEV_POS_TARGET) in xptedttargetfunc()
1638 && (cdm->pos.position_type & CAM_DEV_POS_DEVICE) in xptedttargetfunc()
1670 if ((cdm->pos.position_type & CAM_DEV_POS_DEVICE) in xptedtdevicefunc()
1672 && (cdm->pos.position_type & CAM_DEV_POS_PERIPH) in xptedtdevicefunc()
[all …]
HDcam_ccb.h540 dev_pos_type position_type; member