Searched defs:LTO_REQ_INQUIRY (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c13984 #define LTO_REQ_INQUIRY 44 macro
13994 buf = kmem_zalloc(LTO_REQ_INQUIRY, KM_SLEEP);
13996 result = st_get_special_inquiry(un, LTO_REQ_INQUIRY, buf, 0);
14016 kmem_free(buf, LTO_REQ_INQUIRY);

Completed in 98 milliseconds