bootxx.c | 89 int __dk_unit, __dk_type, __spb; variable in typeref:typename:int 104 boot_device(&__dk_type, &__dk_unit, &fd_format); 106 msg[2] = __dk_unit + '0'; 118 __dk_unit |= 0x1000000; /* | 2HD flag */ 275 if ((ROM_DK_READ(__dk_unit, sector, count, p) & 0x7f) != 0) 282 if ((ROM_FD_READ(__dk_unit, pos, cnt * __spb, p)
|