Home
last modified time | relevance | path

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

/illumos-gate/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(line atl, int 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();
/illumos-gate/usr/src/common/fs/
H A Dhsfs.c322 getblock(fileid_t *filep) in getblock() function
382 if (getblock(filep) == -1) in bhsfs_read()
492 filep->fi_getblock = getblock; in bhsfs_open()
H A Dufsops.c369 getblock(fileid_t *filep, caddr_t buf, int count, int *rcount) in getblock() function
525 (void) getblock(filep, buf, i, &rcount); in bufs_read()
/illumos-gate/usr/src/cmd/ed/
H A Ded.c329 static char *getblock(long, long);
1691 bp = getblock(tl, READ); in getaline()
1696 bp = getblock(tl += 0400, READ); in getaline()
1712 bp = getblock(tl, WRITE); in putline()
1722 bp = getblock(tl += 0400, WRITE); in putline()
1732 getblock(long atl, long iof) in getblock() function
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c450 getblock(fileid_t *filep, caddr_t buf, int count, int *rcount) in getblock() function
570 (void) getblock(filep, buf, i, &rcount); in boot_ufs_read()
/illumos-gate/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 (void) getblock(filep, buf, i, &rcount); in boot_hsfs_read()