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()
105 uint8_t pd_type; member314 softc->pd_type = SID_TYPE(&cgd->inq_data); in sgregister()339 softc->pd_type | in sgregister()623 id->scsi_type = softc->pd_type; in sgioctl()
128 uint8_t pd_type; member581 softc->pd_type = SID_TYPE(&cgd->inq_data); in passregister()583 softc->pd_type = T_ENCLOSURE; in passregister()585 softc->pd_type = T_DIRECT; in passregister()623 softc->pd_type | in passregister()
630 uint16_t pd_type; in scsi_op_desc() local641 pd_type = T_DIRECT; in scsi_op_desc()644 pd_type = SID_TYPE(inq_data); in scsi_op_desc()673 if (pd_type == T_RBC) in scsi_op_desc()674 pd_type = T_DIRECT; in scsi_op_desc()679 if (pd_type == T_ZBC_HM) in scsi_op_desc()680 pd_type = T_DIRECT; in scsi_op_desc()683 if (pd_type == T_NODEVICE) in scsi_op_desc()684 pd_type = T_DIRECT; in scsi_op_desc()686 opmask = 1 << pd_type; in scsi_op_desc()
115 uint16_t pd_type; /* type of peripheral device */ member
619 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