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

/freebsd-10.1-release/sys/cam/scsi/
H A Dscsi_pass.c77 u_int8_t pd_type; member in struct:pass_softc
356 softc->pd_type = SID_TYPE(&cgd->inq_data);
358 softc->pd_type = T_ENCLOSURE;
360 softc->pd_type = T_DIRECT;
380 softc->pd_type |
H A Dscsi_sg.c107 uint8_t pd_type; member in struct:sg_softc
317 softc->pd_type = SID_TYPE(&cgd->inq_data);
338 softc->pd_type |
622 id->scsi_type = softc->pd_type;
H A Dscsi_all.c624 u_int16_t pd_type; local
635 pd_type = T_DIRECT;
638 pd_type = SID_TYPE(inq_data);
668 if (pd_type == T_RBC)
669 pd_type = T_DIRECT;
672 if (pd_type == T_NODEVICE)
673 pd_type = T_DIRECT;
675 opmask = 1 << pd_type;
/freebsd-10.1-release/lib/libcam/
H A Dcamlib.h116 u_int16_t pd_type; /* type of peripheral device */ member in struct:cam_device
H A Dcamlib.c613 device->pd_type = SID_TYPE(&ccb.cgd.inq_data);
/freebsd-10.1-release/usr.sbin/mfiutil/
H A Dmfi_show.c326 if (info->state.ddf.v.pd_type.is_foreign) {
570 if (info.state.ddf.v.pd_type.is_foreign)
H A Dmfi_config.c372 if (pinfo->state.ddf.v.pd_type.is_foreign) {
/freebsd-10.1-release/sys/dev/mfi/
H A Dmfireg.h1093 } pd_type; member in union:mfi_pd_ddf_type::__anon9077::__anon9078

Completed in 208 milliseconds