Searched refs:pd_type (Results 1 – 9 of 9) sorted by relevance
679 } else if (device->pd_type == T_DIRECT) { in editlist_populate_desc()740 if (device->pd_type != T_SEQUENTIAL) in editlist_save()755 if (device->pd_type != T_SEQUENTIAL) in editlist_save()809 if (device->pd_type != T_SEQUENTIAL) in editlist_save_desc()818 if (device->pd_type != T_SEQUENTIAL) in editlist_save_desc()
106 uint8_t pd_type; member315 softc->pd_type = SID_TYPE(&cgd->inq_data); in sgregister()340 softc->pd_type | in sgregister()624 id->scsi_type = softc->pd_type; in sgioctl()
129 uint8_t pd_type; member582 softc->pd_type = SID_TYPE(&cgd->inq_data); in passregister()584 softc->pd_type = T_ENCLOSURE; in passregister()586 softc->pd_type = T_DIRECT; in passregister()624 softc->pd_type | in passregister()
631 uint16_t pd_type; in scsi_op_desc() local642 pd_type = T_DIRECT; in scsi_op_desc()645 pd_type = SID_TYPE(inq_data); in scsi_op_desc()674 if (pd_type == T_RBC) in scsi_op_desc()675 pd_type = T_DIRECT; in scsi_op_desc()680 if (pd_type == T_ZBC_HM) in scsi_op_desc()681 pd_type = T_DIRECT; in scsi_op_desc()684 if (pd_type == T_NODEVICE) in scsi_op_desc()685 pd_type = T_DIRECT; in scsi_op_desc()687 opmask = 1 << pd_type; in scsi_op_desc()
116 uint16_t pd_type; /* type of peripheral device */ member
620 device->pd_type = SID_TYPE(&ccb.cgd.inq_data); in cam_real_open_device()
326 if (info->state.ddf.v.pd_type.is_foreign) { in print_pd()570 if (info.state.ddf.v.pd_type.is_foreign) in show_drives()
373 if (pinfo->state.ddf.v.pd_type.is_foreign) { in parse_array()
1092 } pd_type; member