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