sdev              242 scsi/scsiconf.c 	struct sbioc_device		*sdev;
sdev              246 scsi/scsiconf.c 		sdev = (struct sbioc_device *)addr;
sdev              248 scsi/scsiconf.c 		if (sdev->sd_target == -1 && sdev->sd_lun == -1)
sdev              252 scsi/scsiconf.c 		if (sdev->sd_target == -1)
sdev              255 scsi/scsiconf.c 		if (sdev->sd_lun == -1)
sdev              256 scsi/scsiconf.c 			return (scsi_probe_target(sc, sdev->sd_target));
sdev              258 scsi/scsiconf.c 		return (scsi_probe_lun(sc, sdev->sd_target, sdev->sd_lun));
sdev              261 scsi/scsiconf.c 		sdev = (struct sbioc_device *)addr;
sdev              263 scsi/scsiconf.c 		if (sdev->sd_target == -1)
sdev              266 scsi/scsiconf.c 		if (sdev->sd_lun == -1)
sdev              267 scsi/scsiconf.c 			return (scsi_detach_target(sc, sdev->sd_target, 0));
sdev              269 scsi/scsiconf.c 		return (scsi_detach_lun(sc, sdev->sd_target, sdev->sd_lun, 0));