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

  /src/sys/arch/ews4800mips/include/
sector.h 35 void *sector_init(dev_t, void (*)(struct buf *));
  /src/sys/arch/ews4800mips/stand/common/
bootxx.h 81 void sector_init(const char *, int);
disk.c 64 void sector_init(void);
158 sector_init(void) function in typeref:typename:void
210 sector_init();
bootxx.c 124 sector_init("/dev/rsd1p", DEV_BSIZE);
  /src/sys/arch/ews4800mips/ews4800mips/
disksubr.c 62 if ((rwops = sector_init(dev, strategy)) == 0)
132 if ((rwops = sector_init(dev, strategy)) == 0)
sector.c 47 sector_init(dev_t dev, void (*strat)(struct buf *)) function in typeref:typename:void *

Completed in 35 milliseconds