Home
last modified time | relevance | path

Searched refs:ibuff2 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_temp.c244 return (ibuff2 + off); in getblock()
252 if (run_crypt(0L, ibuff2, in getblock()
257 blkio(iblock2, ibuff2, write); in getblock()
261 blkio(bno, ibuff2, read); in getblock()
263 if (run_crypt(0L, ibuff2, CRSIZE, tperm) == -1) in getblock()
266 return (ibuff2 + off); in getblock()
385 blkio(iblock2, ibuff2, write); in synctmp()
H A Dex_temp.h107 var unsigned char ibuff2[BUFSIZE]; variable