Searched refs:getblock (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_temp.c | 163 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 D | exrecover.c | 764 bp = getblock(tl); in getaline() 769 bp = getblock(tl += INCRMT); in getaline() 778 getblock(atl) in getblock() function
|
H A D | ex.h | 410 unsigned char *getblock();
|
/titanic_41/usr/src/common/fs/ |
H A D | hsfs.c | 323 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 D | ufsops.c | 365 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 D | ed.c | 330 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 D | ufsops.c | 449 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 D | hsfsops.c | 319 getblock(fileid_t *filep, caddr_t buf, int count, int *rcount) in getblock() function 427 getblock(filep, buf, i, &rcount); in boot_hsfs_read()
|