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

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dio.c260 * "code_off" for "buf_len" bytes.
263 g_scsi_readbuffer_cmd(int fd, uchar_t *buf_ptr, int buf_len, int code_off) argument
274 cdb.byte3 = (code_off >> 16) & 0xff;
275 cdb.byte4 = (code_off >> 8) & 0xff;
276 cdb.byte5 = code_off & 0xff;

Completed in 22 milliseconds