Home
last modified time | relevance | path

Searched refs:diskread (Results 1 – 9 of 9) sorted by relevance

/plan9/sys/src/cmd/disk/prep/
H A Dfdisk.c371 diskread(Disk *disk, void *data, int ndata, u32int sec, u32int off) in diskread() function
501 diskread(edit->disk, &table, Tablesz, mbroffset+lba, Toffset); in rdpart()
539 diskread(edit->disk, &table, Tablesz, 0, Toffset); in findmbr()
1022 diskread(disk, &table, Tablesz, mbroffset+startlba, Toffset); in wrextend()
1043 diskread(disk, &table, Tablesz, mbroffset+startlba, Toffset); in wrextend()
1082 diskread(disk, &table, Tablesz, mbroffset, Toffset); in wrpart()
/plan9/sys/src/9/pcboot/
H A Ddosfs.h146 long (*diskread)(Bootfs*, void*, long); /* disk read routine */ member
H A Ddevbios.c759 fs.diskread = biosread0; in biosgetfspart()
/plan9/sys/src/cmd/sam/
H A Ddisk.c110 diskread(Disk *d, Block *b, Rune *r, uint n) in diskread() function
H A Dsam.h127 void diskread(Disk*, Block*, Rune*, uint);
H A Dbuff.c108 diskread(disk, bl, b->c, b->cnc); in setcache()
/plan9/sys/src/cmd/acme/
H A Ddisk.c121 diskread(Disk *d, Block *b, Rune *r, uint n) in diskread() function
H A Dbuff.c118 diskread(disk, bl, b->c, b->cnc); in setcache()
H A Ddat.h89 void diskread(Disk*, Block*, Rune*, uint);