Searched refs:DEF_ALLOC_LEN (Results 1 – 8 of 8) sorted by relevance
/external/sg3_utils/src/ |
D | sg_z_act_query.c | 49 #define DEF_ALLOC_LEN 8192 macro 493 "instead\n", DEF_ALLOC_LEN); in main() 494 op->max_alloc = DEF_ALLOC_LEN; in main()
|
D | sg_senddiag.c | 41 #define DEF_ALLOC_LEN (1024 * 4) macro 693 op->maxlen = DEF_ALLOC_LEN; in main()
|
D | sg_vpd_common.h | 117 #define DEF_ALLOC_LEN 252 macro
|
D | sg_modes.c | 37 #define DEF_ALLOC_LEN (1024 * 4) macro 1064 const int mx_len = op->do_six ? DEF_6_ALLOC_LEN : DEF_ALLOC_LEN; in examine_pages() 1165 int rsp_buff_sz = DEF_ALLOC_LEN; in main()
|
D | sg_vpd_vendor.c | 96 #define DEF_ALLOC_LEN 252 macro 1089 alloc_len = DEF_ALLOC_LEN; in svpd_decode_vendor()
|
D | sg_inq.c | 105 #define DEF_ALLOC_LEN 252 /* highest 1 byte value that is modulo 4 */ macro 2492 b = sg_memalign(DEF_ALLOC_LEN, 0, &free_b, false); in fetch_unit_serial_num() 2644 DEF_ALLOC_LEN, true, op->verbose); in cmddt_process() 2677 rsp_buff, DEF_ALLOC_LEN, true, op->verbose); in cmddt_process() 2781 memset(rp, 0, DEF_ALLOC_LEN); in vpd_mainly_hex() 2903 char obuff[DEF_ALLOC_LEN]; in vpd_decode()
|
D | sg_vpd.c | 61 #define DEF_ALLOC_LEN 252 macro 1137 char obuff[DEF_ALLOC_LEN]; in svpd_decode_t10() 1193 alloc_len = DEF_ALLOC_LEN; in svpd_decode_t10()
|
D | sg_vpd_common.c | 217 n = (mxlen > 0) ? mxlen : DEF_ALLOC_LEN; in vpd_fetch_page()
|