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

/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c164 int rdirsec; local
410 * The fd_vtoc, bpb, and rdirsec structures will be
417 * rdirsec with device dependent information.
422 format_diskette(fd, real_name, &fd_vtoc, &bpb, &rdirsec);
426 vollabel, &bpb, rdirsec);
448 * information and ascillabel. bpb and rdirsec will
453 struct bios_param_blk *bpb, int *rdirsec)
688 *rdirsec = (ushort_t)240;
695 *rdirsec = 224;
701 *rdirsec
452 format_diskette(int fd, char *real_name, struct vtoc *fd_vtoc, struct bios_param_blk *bpb, int *rdirsec) argument
1482 write_DOS_label(int fd, uchar_t *bootloadr, int bootlen, char *altbootname, char *doslabel, struct bios_param_blk *bpb, int rdirsec) argument
1638 ushort_t rdirsec; local
[all...]
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1929 size_t fatsec, fatsec16, fatsec32, rdirsec; local
2020 rdirsec = roundup(rec * 32, secsize) / secsize;
2022 rdirsec = 0;
2037 fsp->pcfs_rdirsec = rdirsec;
2046 fsp->pcfs_datastart = fsp->pcfs_rdirstart + rdirsec;
2049 (blkcnt_t)rdirsec -
2054 size_t, rdirsec, blkcnt_t, datasec);
2060 * rdirsec/reserved/fatsec. Check for that.

Completed in 91 milliseconds