Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/
H A Dcam_xpt.c1632 cdm->pos.position_type = in xptedtbusfunc()
1765 cdm->pos.position_type = in xptedtdevicefunc()
1878 cdm->pos.position_type = in xptedtperiphfunc()
2022 cdm->pos.position_type = in xptplistperiphfunc()
2809 dev_pos_type position_type; in xpt_action_default() local
2829 position_type = cdm->pos.position_type; in xpt_action_default()
2833 position_type = CAM_DEV_POS_NONE; in xpt_action_default()
2838 position_type = CAM_DEV_POS_EDT; in xpt_action_default()
2844 position_type = CAM_DEV_POS_EDT; in xpt_action_default()
2845 else if (position_type == CAM_DEV_POS_NONE) in xpt_action_default()
[all …]
H A Dcam_ccb.h573 dev_pos_type position_type; member