Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c14141 #define DLT_INQ_SZ 44 macro
14152 buf = kmem_alloc(DLT_INQ_SZ, KM_SLEEP); in st_is_dlt_tape_worm()
14192 kmem_free(buf, DLT_INQ_SZ); in st_is_dlt_tape_worm()
14205 buf = kmem_alloc(DLT_INQ_SZ, KM_SLEEP); in st_is_dlt_worm()
14207 result = st_get_special_inquiry(un, DLT_INQ_SZ, buf, 0xC0); in st_is_dlt_worm()
14230 kmem_free(buf, DLT_INQ_SZ); in st_is_dlt_worm()