Home
last modified time | relevance | path

Searched refs:iofcn (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_temp.c312 blkio(short b, unsigned char *buf, int (*iofcn)()) in blkio() argument
317 if (iofcn == read) { in blkio()
331 if ((*iofcn)(tfile, buf, BUFSIZE) != BUFSIZE) in blkio()
494 regio(short b, int (*iofcn)()) in regio() argument
504 if ((*iofcn)(rfile, rbuf, BUFSIZE) != BUFSIZE) in regio()
H A Dexrecover.c807 blkio(short b, unsigned char *buf, int (*iofcn)()) in blkio() argument
812 if ((rc =(*iofcn)(tfile, buf, BUFSIZE)) != BUFSIZE) { in blkio()
/illumos-gate/usr/src/cmd/ed/
H A Ded.c1786 blkio(int b, char *buf, ssize_t (*iofcn)()) in blkio() argument
1789 if ((*iofcn)(tfile, buf, 512) != 512) { in blkio()