Searched refs:clstsz (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/geom/part/
H A Dg_part_mbr.c181 uint8_t clstsz; local
187 clstsz = bpb[2];
188 if (clstsz < 1 || clstsz > 128 || !PO2(clstsz))

Completed in 103 milliseconds