Home
last modified time | relevance | path

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

/external/sg3_utils/lib/
Dsg_pt_linux_nvme.c518 static const uint16_t inq_resp_len = 36; variable
662 n = (alloc_len < inq_resp_len) ? alloc_len : inq_resp_len; in sntl_inq()
Dsg_pt_win32.c2306 static const uint16_t inq_resp_len = 36; variable
2457 n = (alloc_len < inq_resp_len) ? alloc_len : inq_resp_len; in sntl_inq()
Dsg_pt_freebsd.c1705 static const uint16_t inq_resp_len = 36; variable
1866 n = (alloc_len < inq_resp_len) ? alloc_len : inq_resp_len; in sntl_inq()