Searched refs:MX_ALLOC_LEN (Results 1 – 1 of 1) sorted by relevance
87 #define MX_ALLOC_LEN (1024 * 17) macro1481 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 …]