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

/freebsd-10.0-release/lib/libcam/
H A Dcamlib.h116 u_int16_t pd_type; /* type of peripheral device */ member in struct:cam_device
H A Dcamlib.c612 device->pd_type = SID_TYPE(&ccb.cgd.inq_data);
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_pass.c78 u_int8_t pd_type; member in struct:pass_softc
361 softc->pd_type = SID_TYPE(&cgd->inq_data);
363 softc->pd_type = T_ENCLOSURE;
365 softc->pd_type = T_DIRECT;
385 softc->pd_type |
H A Dscsi_sg.c108 uint8_t pd_type; member in struct:sg_softc
320 softc->pd_type = SID_TYPE(&cgd->inq_data);
341 softc->pd_type |
673 id.scsi_type = softc->pd_type;
H A Dscsi_all.c621 u_int16_t pd_type; local
632 pd_type = T_DIRECT;
635 pd_type = SID_TYPE(inq_data);
665 if (pd_type == T_RBC)
666 pd_type = T_DIRECT;
669 if (pd_type == T_NODEVICE)
670 pd_type = T_DIRECT;
672 opmask = 1 << pd_type;
/freebsd-10.0-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.0-release/sys/dev/mfi/
H A Dmfireg.h1093 } pd_type; member in union:mfi_pd_ddf_type::__anon8829::__anon8830

Completed in 113 milliseconds