/src/sys/arch/atari/stand/tostools/aptck/ |
disklbl.c | 251 u_int megs = p1->end - p1->start + 1, local in function:ahdi_display 253 megs = (megs + (blpm >> 1)) / blpm; 256 p1->start, p1->end, megs);
|
disklbl.c | 251 u_int megs = p1->end - p1->start + 1, local in function:ahdi_display 253 megs = (megs + (blpm >> 1)) / blpm; 256 p1->start, p1->end, megs);
|
disklbl.c | 251 u_int megs = p1->end - p1->start + 1, local in function:ahdi_display 253 megs = (megs + (blpm >> 1)) / blpm; 256 p1->start, p1->end, megs);
|
/src/sys/arch/atari/stand/edahdi/ |
edahdi.c | 246 u_int megs; local in function:show_parts 256 megs = ((p->end - p->start + 1) + (BLPM >> 1)) / BLPM; 259 p->rsec, p->rent, p->id, p->start, p->end, megs);
|
edahdi.c | 246 u_int megs; local in function:show_parts 256 megs = ((p->end - p->start + 1) + (BLPM >> 1)) / BLPM; 259 p->rsec, p->rent, p->id, p->start, p->end, megs);
|
edahdi.c | 246 u_int megs; local in function:show_parts 256 megs = ((p->end - p->start + 1) + (BLPM >> 1)) / BLPM; 259 p->rsec, p->rent, p->id, p->start, p->end, megs);
|