Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c1481 unsigned char rsp_buff[MX_ALLOC_LEN]; in show_scsi_logs() local
1513 return fetchTemperature(sg_fd, do_hex, rsp_buff, MX_ALLOC_LEN); in show_scsi_logs()
1516 rsp_buff, MX_ALLOC_LEN, 1)) { in show_scsi_logs()
1517 pg_len = (rsp_buff[2] << 8) + rsp_buff[3]; in show_scsi_logs()
1526 rsp_buff[0], pg_len); in show_scsi_logs()
1527 dStrHex((const char *)rsp_buff, pg_len + 4, 1); in show_scsi_logs()
1529 show_ascii_page(rsp_buff, pg_len + 4); in show_scsi_logs()
1535 memcpy(parr, rsp_buff + 5, my_len); in show_scsi_logs()
1541 rsp_buff, MX_ALLOC_LEN, 1)) { in show_scsi_logs()
1542 pg_len = (rsp_buff[2] << 8) + rsp_buff[3]; in show_scsi_logs()
[all …]