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

  /src/sys/arch/ews4800mips/stand/common/
disk.c 62 } __disk; variable in typeref:struct:disk
80 boot_device(&__disk.type, &__disk.unit, &__disk.format);
83 __disk.type = type;
85 __disk.unit = unit;
87 __disk.partition = partition;
89 __disk.active = true;
90 __disk.offset = 0;
93 if (!find_partition_start(__disk.partition, &__disk.offset))
    [all...]
disk.c 62 } __disk; variable in typeref:struct:disk
80 boot_device(&__disk.type, &__disk.unit, &__disk.format);
83 __disk.type = type;
85 __disk.unit = unit;
87 __disk.partition = partition;
89 __disk.active = true;
90 __disk.offset = 0;
93 if (!find_partition_start(__disk.partition, &__disk.offset))
    [all...]

Completed in 23 milliseconds