Home
last modified time | relevance | path

Searched refs:bootclen (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c1486 int bootclen; in write_DOS_label() local
1542 bootclen = (bootlen + 512 * (int)bpb->b_spcl - 1) / in write_DOS_label()
1545 for (i = 0, fatptr = fat_rdir+3; i < bootclen; i++) in write_DOS_label()