Home
last modified time | relevance | path

Searched refs:getblock (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/vi/port/
H A Dex_temp.c163 bp = getblock(tl, READ); in getaline()
168 bp = getblock(tl += INCRMT, READ); in getaline()
185 bp = getblock(tl, WRITE); in putline()
199 bp = getblock(tl += INCRMT, WRITE); in putline()
212 getblock(atl, iof) in getblock() function
H A Dexrecover.c764 bp = getblock(tl); in getaline()
769 bp = getblock(tl += INCRMT); in getaline()
778 getblock(atl) in getblock() function
H A Dex.h410 unsigned char *getblock();
/titanic_41/usr/src/common/fs/
H A Dhsfs.c323 getblock(fileid_t *filep) in getblock() function
383 if (getblock(filep) == -1) in bhsfs_read()
493 filep->fi_getblock = getblock; in bhsfs_open()
H A Dufsops.c365 getblock(fileid_t *filep, caddr_t buf, int count, int *rcount) in getblock() function
518 (void) getblock(filep, buf, i, &rcount); in bufs_read()
/titanic_41/usr/src/cmd/ed/
H A Ded.c330 static char *getblock(long, long);
1674 bp = getblock(tl, READ); in getaline()
1679 bp = getblock(tl += 0400, READ); in getaline()
1695 bp = getblock(tl, WRITE); in putline()
1705 bp = getblock(tl += 0400, WRITE); in putline()
1715 getblock(long atl, long iof) in getblock() function
/titanic_41/usr/src/stand/lib/fs/ufs/
H A Dufsops.c449 getblock(fileid_t *filep, caddr_t buf, int count, int *rcount) in getblock() function
569 getblock(filep, buf, i, &rcount); in boot_ufs_read()
/titanic_41/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c319 getblock(fileid_t *filep, caddr_t buf, int count, int *rcount) in getblock() function
427 getblock(filep, buf, i, &rcount); in boot_hsfs_read()