Searched refs:allo_length (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c8480 uint32_t allo_length; local
8484 allo_length = sizeof (struct one_com_des) +
8500 cdb[6] = (allo_length & 0xff000000) >> 24;
8501 cdb[7] = (allo_length & 0xff0000) >> 16;
8502 cdb[8] = (allo_length & 0xff00) >> 8;
8503 cdb[9] = allo_length & 0xff;
8508 com->uscsi_buflen = allo_length;

Completed in 96 milliseconds