_type 31 plugin/ipc/connection.cpp , _type((ConnectionType) t) _type 63 plugin/ipc/connection.cpp JASSERT(_fcntlFlags >= 0) (_fds[0]) (_fcntlFlags) (_type) (JASSERT_ERRNO); _type 115 plugin/ipc/connection.cpp o & _id & _type & _fcntlFlags & _fcntlOwner & _fcntlSignal; _type 75 plugin/ipc/connection.h uint32_t conType() const { return _type & TYPEMASK; } _type 76 plugin/ipc/connection.h uint32_t subType() const { return _type; } _type 104 plugin/ipc/connection.h uint32_t _type; _type 84 plugin/ipc/event/eventconnection.cpp o & _type & _stat; _type 101 plugin/ipc/event/eventconnection.cpp _type = EPOLL_CTL; _type 303 plugin/ipc/event/eventconnection.cpp o & _type & _stat; _type 83 plugin/ipc/event/eventconnection.h _type(type), _type 89 plugin/ipc/event/eventconnection.h int epollType() const { return _type; } _type 102 plugin/ipc/event/eventconnection.h int64_t _type; // current state of EPOLL _type 236 plugin/ipc/file/fileconnection.cpp _type = type; _type 237 plugin/ipc/file/fileconnection.cpp switch (_type) { _type 298 plugin/ipc/file/fileconnection.cpp if (_type == PTY_MASTER) { _type 309 plugin/ipc/file/fileconnection.cpp JASSERT((_type == PTY_CTTY || _type == PTY_PARENT_CTTY) || _flags != -1); _type 323 plugin/ipc/file/fileconnection.cpp if (_type == PTY_SLAVE || _type == PTY_BSD_SLAVE) { _type 326 plugin/ipc/file/fileconnection.cpp if (_type == PTY_SLAVE) { _type 353 plugin/ipc/file/fileconnection.cpp if (_type == PTY_DEV_TTY) { _type 372 plugin/ipc/file/fileconnection.cpp if (_type == PTY_SLAVE || _type == PTY_BSD_SLAVE || _type == PTY_DEV_TTY) { _type 379 plugin/ipc/file/fileconnection.cpp switch (_type) { _type 390 plugin/ipc/file/fileconnection.cpp if (_type == PTY_CTTY) { _type 402 plugin/ipc/file/fileconnection.cpp if (_type == PTY_CTTY) { _type 450 plugin/ipc/file/fileconnection.cpp if (_type == PTY_MASTER) { _type 490 plugin/ipc/file/fileconnection.cpp o & _ptsName & _virtPtsName & _masterName & _type; _type 510 plugin/ipc/file/fileconnection.cpp _type = FILE_PROCFS; _type 545 plugin/ipc/file/fileconnection.cpp if (_type == FILE_PROCFS) { _type 550 plugin/ipc/file/fileconnection.cpp _type = FILE_DELETED; _type 553 plugin/ipc/file/fileconnection.cpp _type = FILE_DELETED; _type 565 plugin/ipc/file/fileconnection.cpp if (_type == FILE_BATCH_QUEUE && _type 580 plugin/ipc/file/fileconnection.cpp if (_type == FILE_DELETED && (_flags & O_WRONLY)) { _type 588 plugin/ipc/file/fileconnection.cpp } else if (_type == FILE_DELETED || _type == FILE_SHM) { _type 615 plugin/ipc/file/fileconnection.cpp JASSERT(_type != FILE_PROCFS && _type != FILE_INVALID); _type 658 plugin/ipc/file/fileconnection.cpp if (_type == FILE_SHM) { _type 679 plugin/ipc/file/fileconnection.cpp if (_type == FILE_DELETED && (_flags & (O_WRONLY | O_RDWR))) { _type 721 plugin/ipc/file/fileconnection.cpp if (_ckpted_file && isRestart && _type == FILE_DELETED) { _type 740 plugin/ipc/file/fileconnection.cpp if (_type == FILE_BATCH_QUEUE) { _type 773 plugin/ipc/file/fileconnection.cpp } else if (_type == FILE_PROCFS) { _type 798 plugin/ipc/file/fileconnection.cpp if (_type == FILE_BATCH_QUEUE) { _type 1072 plugin/ipc/file/fileconnection.cpp switch (_type) { _type 135 plugin/ipc/file/fileconnection.h _type = type; _type 294 plugin/ipc/socket/socketconnection.cpp _type = TCP_BIND; _type 304 plugin/ipc/socket/socketconnection.cpp if (_type == TCP_CREATED) { _type 311 plugin/ipc/socket/socketconnection.cpp JASSERT(_type == TCP_BIND) (_type) (id()) _type 317 plugin/ipc/socket/socketconnection.cpp _type = TCP_LISTEN; _type 326 plugin/ipc/socket/socketconnection.cpp JWARNING(_type == TCP_CREATED || _type == TCP_BIND) (_type) (id()) _type 330 plugin/ipc/socket/socketconnection.cpp _type = TCP_EXTERNAL_CONNECT; _type 334 plugin/ipc/socket/socketconnection.cpp _type = TCP_CONNECT; _type 359 plugin/ipc/socket/socketconnection.cpp _type = TCP_ERROR; _type 383 plugin/ipc/socket/socketconnection.cpp switch (_type) { _type 396 plugin/ipc/socket/socketconnection.cpp JWARNING(_type != TCP_BIND) (_fds[0]) _type 409 plugin/ipc/socket/socketconnection.cpp switch (_type) { _type 423 plugin/ipc/socket/socketconnection.cpp switch (_type) { _type 441 plugin/ipc/socket/socketconnection.cpp _type != TCP_EXTERNAL_CONNECT) { _type 450 plugin/ipc/socket/socketconnection.cpp switch (_type) { _type 484 plugin/ipc/socket/socketconnection.cpp if (_type == TCP_CREATED) break; _type 542 plugin/ipc/socket/socketconnection.cpp if (_type == TCP_BIND) break; _type 550 plugin/ipc/socket/socketconnection.cpp if (_type == TCP_LISTEN) break; _type 87 plugin/ipc/socket/socketconnection.h void markExternalConnect() { _type = TCP_EXTERNAL_CONNECT; } _type 103 plugin/ipc/socket/socketconnection.h void markPreExisting() { _type = TCP_PREEXISTING; } _type 318 plugin/svipc/sysvipc.cpp int realId = SharedData::getRealIPCId(_type, virtId); _type 334 plugin/svipc/sysvipc.cpp SharedData::setIPCIdMap(_type, virtId, realId); _type 380 plugin/svipc/sysvipc.cpp int realId = SharedData::getRealIPCId(_type, shmid); _type 457 plugin/svipc/sysvipc.cpp int realId = SharedData::getRealIPCId(_type, semid); _type 501 plugin/svipc/sysvipc.cpp int realId = SharedData::getRealIPCId(_type, msqid); _type 516 plugin/svipc/sysvipc.cpp int realId = SharedData::getRealIPCId(_type, msqid); _type 115 plugin/svipc/sysvipc.h int _type;