_fcntlFlags        62 plugin/ipc/connection.cpp   _fcntlFlags = fcntl(_fds[0],F_GETFL);
_fcntlFlags        63 plugin/ipc/connection.cpp   JASSERT(_fcntlFlags >= 0) (_fds[0]) (_fcntlFlags) (_type) (JASSERT_ERRNO);
_fcntlFlags        75 plugin/ipc/connection.cpp   JASSERT(_fcntlFlags >= 0) (_fcntlFlags);
_fcntlFlags        79 plugin/ipc/connection.cpp   JASSERT(fcntl(_fds[0], F_SETFL, (int)_fcntlFlags) == 0)
_fcntlFlags        80 plugin/ipc/connection.cpp     (_fds[0]) (_fcntlFlags) (JASSERT_ERRNO);
_fcntlFlags       115 plugin/ipc/connection.cpp   o & _id & _type & _fcntlFlags & _fcntlOwner & _fcntlSignal;
_fcntlFlags       105 plugin/ipc/connection.h       int64_t              _fcntlFlags;
_fcntlFlags       120 plugin/ipc/event/eventconnection.cpp   int new_flags =(_fcntlFlags &(~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK;
_fcntlFlags       198 plugin/ipc/event/eventconnection.cpp   int new_flags =(_fcntlFlags &(~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK;
_fcntlFlags       398 plugin/ipc/file/fileconnection.cpp           tempfd = _real_open(controllingTty.c_str(), _fcntlFlags);
_fcntlFlags       598 plugin/ipc/file/fileconnection.cpp   } else if ((_fcntlFlags &(O_WRONLY|O_RDWR)) != 0 &&
_fcntlFlags       680 plugin/ipc/file/fileconnection.cpp       tempfd = _real_open(_path.c_str(), _fcntlFlags | O_CREAT, 0600);
_fcntlFlags       691 plugin/ipc/file/fileconnection.cpp             ((_fcntlFlags & O_WRONLY) || (_fcntlFlags & O_RDWR))) {
_fcntlFlags       801 plugin/ipc/file/fileconnection.cpp                                    _fcntlFlags, _rmtype);
_fcntlFlags       859 plugin/ipc/file/fileconnection.cpp   int fd = _real_open(_path.c_str(), _fcntlFlags);
_fcntlFlags       862 plugin/ipc/file/fileconnection.cpp   JTRACE("open(_path.c_str(), _fcntlFlags)") (fd) (_path.c_str()) (_fcntlFlags);
_fcntlFlags       937 plugin/ipc/file/fileconnection.cpp     (dmtcp_get_ckpt_files_subdir()) (_ckpted_file) (_fcntlFlags);
_fcntlFlags       953 plugin/ipc/file/fileconnection.cpp   int new_flags =(_fcntlFlags & (~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK;
_fcntlFlags       977 plugin/ipc/file/fileconnection.cpp   int new_flags =(_fcntlFlags &(~(O_RDONLY|O_WRONLY))) | O_RDWR | O_NONBLOCK;
_fcntlFlags       370 plugin/ipc/socket/socketconnection.cpp   if ((_fcntlFlags & O_ASYNC) != 0) {
_fcntlFlags       375 plugin/ipc/socket/socketconnection.cpp     JASSERT(fcntl(_fds[0],F_SETFL,_fcntlFlags & ~O_ASYNC) == 0)
_fcntlFlags       437 plugin/ipc/socket/socketconnection.cpp   if ((_fcntlFlags & O_ASYNC) != 0) {
_fcntlFlags       653 plugin/ipc/socket/socketconnection.cpp   if ((_fcntlFlags & O_ASYNC) != 0) {
_fcntlFlags       658 plugin/ipc/socket/socketconnection.cpp     JASSERT(fcntl(_fds[0], F_SETFL, _fcntlFlags & ~O_ASYNC) == 0)
_fcntlFlags       665 plugin/ipc/socket/socketconnection.cpp   if ((_fcntlFlags & O_ASYNC) != 0) {