Searched refs:cpi17 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/cam/
H A Dcam_compat.c167 struct ccb_pathinq_0x17 *cpi17; local
170 cpi17 = (struct ccb_pathinq_0x17 *)hdr17;
171 cpi17->version_num = cpi->version_num;
172 cpi17->hba_inquiry = cpi->hba_inquiry;
173 cpi17->target_sprt = (u_int8_t)cpi->target_sprt;
174 cpi17->hba_misc = (u_int8_t)cpi->hba_misc;
175 cpi17->hba_eng_cnt = cpi->hba_eng_cnt;
176 bcopy(&cpi->vuhba_flags[0], &cpi17->vuhba_flags[0], VUHBALEN);
177 cpi17->max_target = cpi->max_target;
178 cpi17
[all...]

Completed in 51 milliseconds