HomeSort by: relevance | last modified time | path
    Searched defs:__dk_unit (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/ews4800mips/stand/common/
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)

Completed in 12 milliseconds