Searched defs:FLUSH (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c569 #define FLUSH() { \ macro
612 FLUSH();
649 FLUSH();
654 FLUSH();
659 FLUSH();
664 FLUSH();
669 FLUSH();
675 FLUSH();
709 #undef FLUSH macro
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c245 #define FLUSH() do \ macro
555 FLUSH();
782 FLUSH(); /* copy out the I/O vectors */
785 FLUSH();
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c772 #define FLUSH() {\ macro
849 FLUSH();
882 FLUSH();
887 FLUSH();
892 FLUSH();
897 FLUSH();
902 FLUSH();
908 FLUSH();
960 #undef FLUSH macro
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h137 * FLUSH: Determine if enough space remains in the buffer to hold
141 #define FLUSH(cnt) if ((Buffr.b_end_p - Buffr.b_in_p) < cnt) bflush() macro
/illumos-gate/usr/src/uts/common/io/atge/
H A Datge.h122 #define FLUSH(atge, reg) \ macro
/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.h83 #define FLUSH(bfe, reg) \ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1210 Tracev((stderr,"[FLUSH]")); \
3113 #define FLUSH {UPDOUT r=inflate_flush(s,z,r); LOADOUT} macro
3114 #define NEEDOUT {if(m==0){WRAP if(m==0){FLUSH WRAP if(m==0) LEAVE}}r=Z_OK;}
3503 FLUSH
4286 FLUSH
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c1849 Tracev((stderr, "[FLUSH]")); \
4217 #define FLUSH {UPDOUT r = inflate_flush(s, z, r); LOADOUT} macro
4218 #define NEEDOUT {if (m == 0) {WWRAP if (m == 0) { FLUSH WWRAP \
4605 FLUSH;
5486 FLUSH;

Completed in 151 milliseconds