Home
last modified time | relevance | path

Searched refs:prout (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c2696 vhci_prout_t *prout; in vhci_run_cmd() local
2708 prout = &vlun->svl_prout; in vhci_run_cmd()
2766 bcopy((const void *)prout->service_key, in vhci_run_cmd()
2767 (void *)prout->active_service_key, MHIOC_RESV_KEY_SIZE); in vhci_run_cmd()
2768 bcopy((const void *)prout->res_key, in vhci_run_cmd()
2769 (void *)prout->active_res_key, MHIOC_RESV_KEY_SIZE); in vhci_run_cmd()
7544 vhci_prout_t *prout; in vhci_pgr_validate_and_register() local
7568 prout = &vlun->svl_prout; in vhci_pgr_validate_and_register()
7582 bcopy(prout->res_key, temp_res_key, MHIOC_RESV_KEY_SIZE); in vhci_pgr_validate_and_register()
7618 bcopy(prout->service_key, prout->res_key, MHIOC_RESV_KEY_SIZE); in vhci_pgr_validate_and_register()
[all …]