Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dst.c14139 #define DLT_INQ_SZ 44 macro
14150 buf = kmem_alloc(DLT_INQ_SZ, KM_SLEEP); in st_is_dlt_tape_worm()
14190 kmem_free(buf, DLT_INQ_SZ); in st_is_dlt_tape_worm()
14203 buf = kmem_alloc(DLT_INQ_SZ, KM_SLEEP); in st_is_dlt_worm()
14205 result = st_get_special_inquiry(un, DLT_INQ_SZ, buf, 0xC0); in st_is_dlt_worm()
14228 kmem_free(buf, DLT_INQ_SZ); in st_is_dlt_worm()