RBLSIZE
un->un_rbl = kmem_zalloc(RBLSIZE, KM_SLEEP);
err = st_cmd(un, SCMD_READ_BLKLIM, RBLSIZE, SYNC_CMD);
kmem_free(un->un_rbl, RBLSIZE);