IOCDBLEN
u_int8_t cdb_bytes[IOCDBLEN];
if (cdbl > IOCDBLEN) {
cdbl = IOCDBLEN;
if (req.cmd_len > IOCDBLEN) {
KASSERT(csio->cdb_len <= IOCDBLEN,