Searched defs:FDSYNC (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dsuid_exec.c60 #undef FDSYNC macro
61 #define FDSYNC 11 /* used on sys5 to synchronize cleanup */ macro
134 close(FDSYNC);
448 /* move write end of pipe into FDSYNC */
449 if(pv[1] != FDSYNC)
451 close(FDSYNC);
452 if(fcntl(pv[1],F_DUPFD,FDSYNC) != FDSYNC)
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h90 #define FDSYNC 0x40 /* file data only integrity while writing */ macro
106 /* FSYNC and FDSYNC flags */

Completed in 44 milliseconds