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.c1596 if ((cdm->pos.position_type & CAM_DEV_POS_BUS) in xptedtbusfunc()
1598 && (cdm->pos.position_type & CAM_DEV_POS_TARGET) in xptedtbusfunc()
1628 cdm->pos.position_type = in xptedtbusfunc()
1661 if ((cdm->pos.position_type & CAM_DEV_POS_BUS) in xptedtbusfunc()
1663 && (cdm->pos.position_type & CAM_DEV_POS_TARGET) in xptedtbusfunc()
1695 if ((cdm->pos.position_type & CAM_DEV_POS_BUS) in xptedttargetfunc()
1697 && (cdm->pos.position_type & CAM_DEV_POS_TARGET) in xptedttargetfunc()
1699 && (cdm->pos.position_type & CAM_DEV_POS_DEVICE) in xptedttargetfunc()
1731 if ((cdm->pos.position_type & CAM_DEV_POS_DEVICE) in xptedtdevicefunc()
1733 && (cdm->pos.position_type & CAM_DEV_POS_PERIPH) in xptedtdevicefunc()
[all …]
H A Dcam_ccb.h574 dev_pos_type position_type;
573 dev_pos_type position_type; global() member