Searched refs:DK_MAXRECSIZE (Results 1 – 2 of 2) sorted by relevance
169 #define DK_MAXRECSIZE (256<<10) /* maximum io record size */ macro
1258 if (bp->b_bcount > DK_MAXRECSIZE) in cmdkmin()1259 bp->b_bcount = DK_MAXRECSIZE; in cmdkmin()