Searched refs:SF_LOCAL (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h532 #define SF_LOCAL 00100000 /* sentinel for a local call */ macro
890 #define SETLOCAL(f) ((f)->mode |= SF_LOCAL)
891 #define GETLOCAL(f,v) ((v) = ((f)->mode&SF_LOCAL), (f)->mode &= ~SF_LOCAL, (v))
H A Dsfreserve.c92 for(local = 0;; local = SF_LOCAL)

Completed in 24 milliseconds