Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c87 #define MX_ALLOC_LEN (1024 * 17) macro
1481 unsigned char rsp_buff[MX_ALLOC_LEN]; in show_scsi_logs()
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()
1518 if ((pg_len + 4) > MX_ALLOC_LEN) { in show_scsi_logs()
1521 MX_ALLOC_LEN); in show_scsi_logs()
1522 pg_len = MX_ALLOC_LEN - 4; in show_scsi_logs()
1541 rsp_buff, MX_ALLOC_LEN, 1)) { in show_scsi_logs()
1543 if ((pg_len + 4) > MX_ALLOC_LEN) { in show_scsi_logs()
1546 "output\n", MX_ALLOC_LEN); in show_scsi_logs()
[all …]