Searched defs:svl_prin_length (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c2842 uint32_t svl_prin_length = 0; local
3054 svl_prin_length = new * sizeof (mhioc_resv_key_t);
3056 vlun->svl_prin.length = BE_32(svl_prin_length);
3057 svl_prin_length += VHCI_PRIN_HEADER_SZ;
3085 if (svl_prin_length <= vpkt->vpkt_tgt_init_bp->b_bcount) {
3090 bcopy(&vlun->svl_prin, prin, svl_prin_length);

Completed in 78 milliseconds