HomeSort by: relevance | last modified time | path
    Searched refs:fd_format (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/ews4800mips/stand/common/
common.h 32 enum fd_format { enum
boot_device.c 63 boot_device(int *type, int *unit, int *fd_format)
67 *fd_format = SBD_INFO->fdd == 1 ? FD_FORMAT_2HD : FD_FORMAT_2D;
bootxx.c 102 int i, fd_format; local in function:main
104 boot_device(&__dk_type, &__dk_unit, &fd_format);
113 if (fd_format == FD_FORMAT_2D) {
boot.c 276 int booted_device, booted_unit, fd_format; local in function:set_device_capability
278 boot_device(&booted_device, &booted_unit, &fd_format);

Completed in 14 milliseconds