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

/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c116 uchar_t b_spcl; /* sectors per alloction unit */ member in struct:bios_param_blk
687 bpb->b_spcl = 2;
694 bpb->b_spcl = 1;
700 bpb->b_spcl = 1;
707 bpb->b_spcl = 2;
713 bpb->b_spcl = 2;
1542 bootclen = (bootlen + 512 * (int)bpb->b_spcl - 1) /
1543 (512 * (int)bpb->b_spcl);

Completed in 62 milliseconds