Lines Matching defs:scsi_prout
6431 sd_prout_t *scsi_prout;
6445 scsi_prout = (sd_prout_t *)VD_SCSI_DATA_OUT(vd_scsi);
6446 bcopy(mhd_reg.oldkey.key, scsi_prout->res_key, MHIOC_RESV_KEY_SIZE);
6447 bcopy(mhd_reg.newkey.key, scsi_prout->service_key, MHIOC_RESV_KEY_SIZE);
6448 scsi_prout->aptpl = (uchar_t)mhd_reg.aptpl;
6471 sd_prout_t *scsi_prout;
6486 scsi_prout = (sd_prout_t *)VD_SCSI_DATA_OUT(vd_scsi);
6487 bcopy(mhd_resv.key.key, scsi_prout->res_key, MHIOC_RESV_KEY_SIZE);
6488 scsi_prout->scope_address = mhd_resv.scope_specific_addr;
6512 sd_prout_t *scsi_prout;
6528 scsi_prout = (sd_prout_t *)VD_SCSI_DATA_OUT(vd_scsi);
6529 bcopy(mhd_preempt.resvdesc.key.key, scsi_prout->res_key,
6531 bcopy(mhd_preempt.victim_key.key, scsi_prout->service_key,
6533 scsi_prout->scope_address = mhd_preempt.resvdesc.scope_specific_addr;
6556 sd_prout_t *scsi_prout;
6570 scsi_prout = (sd_prout_t *)VD_SCSI_DATA_OUT(vd_scsi);
6571 bcopy(mhd_regi.newkey.key, scsi_prout->service_key,
6573 scsi_prout->aptpl = (uchar_t)mhd_regi.aptpl;