Searched refs:rcrv (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libast/common/sfio/ |
H A D | sfrd.c | 72 reg int local, rcrv, dosync, oerrno; local 78 if((rcrv = f->mode & (SF_RC|SF_RV)) ) 248 if(rcrv) /* pass on rcrv for possible continuations */ 249 f->mode |= rcrv; 256 if(rcrv) 257 f->mode &= ~rcrv; 262 else if(f->extent < 0 && (f->flags&SF_SHARE) && rcrv) 265 (rcrv&SF_RC) ? (int)f->getr : -1, 266 -1L, (rcrv&SF_RV) ? 1 : 0); 268 { if(rcrv&SF_RV)
|
H A D | sffilbuf.c | 43 reg int first, local, rcrv, rc, justseek; local 51 rcrv = f->mode&(SF_RC|SF_RV|SF_LOCK); 103 f->mode |= rcrv; 113 rcrv = (n == 0) ? (r > 0 ? (int)(*f->next++) : EOF) : (int)r; 115 SFMTXRETURN(f,rcrv);
|