Lines Matching defs:rdirsec
164 int rdirsec;
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 = 224;
708 *rdirsec = 112;
714 *rdirsec = 112;
1483 char *doslabel, struct bios_param_blk *bpb, int rdirsec)
1520 bpb->b_rdirents[0] = getlobyte(rdirsec);
1521 bpb->b_rdirents[1] = gethibyte(rdirsec);
1567 rdirsec = bpb->b_rdirents[0];
1568 rdirsec = 32 * (int)rdirsec / 512;
1610 for (; i < (int)rdirsec; ++i) {
1638 ushort_t rdirsec;
1698 rdirsec = (int)htols(bpb->b_rdirents[0]) * 32 /1024;
1700 rdirsec = (int)htols(bpb->b_rdirents[0]) * 32 /1024;
1748 for (; i < (int)rdirsec; ++i) {