Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cam/
H A Dcam_xpt.c1762 cdm->pos.position_type = in xptedtbusfunc()
1895 cdm->pos.position_type = in xptedtdevicefunc()
2008 cdm->pos.position_type = in xptedtperiphfunc()
2152 cdm->pos.position_type = in xptplistperiphfunc()
2952 dev_pos_type position_type; in xpt_action_default() local
2972 position_type = cdm->pos.position_type; in xpt_action_default()
2976 position_type = CAM_DEV_POS_NONE; in xpt_action_default()
2981 position_type = CAM_DEV_POS_EDT; in xpt_action_default()
2987 position_type = CAM_DEV_POS_EDT; in xpt_action_default()
2988 else if (position_type == CAM_DEV_POS_NONE) in xpt_action_default()
[all …]
H A Dcam_ccb.h563 dev_pos_type position_type; member