Searched refs:pd_type (Results 1 – 9 of 9) sorted by relevance
682 } else if (device->pd_type == T_DIRECT) { in editlist_populate_desc()743 if (device->pd_type != T_SEQUENTIAL) in editlist_save()758 if (device->pd_type != T_SEQUENTIAL) in editlist_save()812 if (device->pd_type != T_SEQUENTIAL) in editlist_save_desc()821 if (device->pd_type != T_SEQUENTIAL) in editlist_save_desc()
110 uint8_t pd_type; member321 softc->pd_type = SID_TYPE(&cgd->inq_data); in sgregister()346 softc->pd_type | in sgregister()632 id->scsi_type = softc->pd_type; in sgioctl()
131 u_int8_t pd_type; member571 softc->pd_type = SID_TYPE(&cgd->inq_data); in passregister()573 softc->pd_type = T_ENCLOSURE; in passregister()575 softc->pd_type = T_DIRECT; in passregister()613 softc->pd_type | in passregister()
629 u_int16_t pd_type; in scsi_op_desc() local640 pd_type = T_DIRECT; in scsi_op_desc()643 pd_type = SID_TYPE(inq_data); in scsi_op_desc()672 if (pd_type == T_RBC) in scsi_op_desc()673 pd_type = T_DIRECT; in scsi_op_desc()678 if (pd_type == T_ZBC_HM) in scsi_op_desc()679 pd_type = T_DIRECT; in scsi_op_desc()682 if (pd_type == T_NODEVICE) in scsi_op_desc()683 pd_type = T_DIRECT; in scsi_op_desc()685 opmask = 1 << pd_type; in scsi_op_desc()
118 u_int16_t pd_type; /* type of peripheral device */ member
620 device->pd_type = SID_TYPE(&ccb.cgd.inq_data); in cam_real_open_device()
328 if (info->state.ddf.v.pd_type.is_foreign) { in print_pd()572 if (info.state.ddf.v.pd_type.is_foreign) in show_drives()
374 if (pinfo->state.ddf.v.pd_type.is_foreign) { in parse_array()
1095 } pd_type; member