/src/sys/arch/atari/stand/libsa/ |
diskio.c | 40 typedef struct { rdsec_f rds; u_int rst; u_int rend; } bdevd_t; member in struct:__anonc0d4e0bf0108 72 bootdev.rds = func; 100 if (!dd->rds(buf, stb, nb)) {
|
/src/sbin/newfs_msdos/ |
mkfs_msdos.c | 263 u_int bss, rds, cls, dir, lsn, x, x1, x2; local in function:mkfs_msdos 536 rds = howmany(bpb.rde, bpb.bps / sizeof(struct de)); 543 rds + 550 x1 = bpb.res + rds; 648 for (lsn = 0; lsn < dir + (o.fat_type == 32 ? bpb.spc : rds); lsn++) { 651 fname,lsn,(dir + (o.fat_type == 32 ? bpb.spc : rds)), 652 (lsn*100)/(dir + (o.fat_type == 32 ? bpb.spc : rds)));
|