Home
last modified time | relevance | path

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

/external/sg3_utils/src/
Dsg_z_act_query.c49 #define DEF_ALLOC_LEN 8192 macro
493 "instead\n", DEF_ALLOC_LEN); in main()
494 op->max_alloc = DEF_ALLOC_LEN; in main()
Dsg_senddiag.c41 #define DEF_ALLOC_LEN (1024 * 4) macro
693 op->maxlen = DEF_ALLOC_LEN; in main()
Dsg_vpd_common.h117 #define DEF_ALLOC_LEN 252 macro
Dsg_modes.c37 #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()
Dsg_vpd_vendor.c96 #define DEF_ALLOC_LEN 252 macro
1089 alloc_len = DEF_ALLOC_LEN; in svpd_decode_vendor()
Dsg_inq.c105 #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()
Dsg_vpd.c61 #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()
Dsg_vpd_common.c217 n = (mxlen > 0) ? mxlen : DEF_ALLOC_LEN; in vpd_fetch_page()