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

  /src/sys/arch/bebox/stand/boot/
fd.c 122 #define FDBLK (fdsectors[un->un_type->secsize])
141 FDDTYPE *un_type; /* floppy type (pointer) */ member in struct:fd_unit
309 sectrac = un->un_type->seccount; /* sector per track */
359 un->un_type = (FDDTYPE *)FAIL;
361 un->un_type = &fdd_types[type];
364 outb(FDC_RATE(ctlr), un->un_type->rate); /* rate set */
379 if (un->un_type == (FDDTYPE *)FAIL) {
561 printf("secsize = %d", un->un_type->secsize);
562 printf("seccount = %d", un->un_type->seccount);
563 printf("gap = %d", un->un_type->gap)
    [all...]

Completed in 11 milliseconds