Searched defs:_status (Results 1 - 6 of 6) sorted by relevance
| /illumos-gate/usr/src/cmd/lms/ |
| H A D | Channel.h | 60 _status(NOT_OPENED), 92 CHANNEL_STATUS GetStatus() const { return _status; } 93 bool SetStatus(const CHANNEL_STATUS newStatus) { _status = newStatus; return true; } 103 CHANNEL_STATUS _status; member in class:Channel
|
| H A D | PortForwardRequest.h | 61 _status(NOT_ACTIVE), 77 PORT_FORWARD_REQUEST_STATUS GetStatus() { return _status; } 79 bool SetStatus(PORT_FORWARD_REQUEST_STATUS newStatus) { _status = newStatus; return true; } 98 PORT_FORWARD_REQUEST_STATUS _status; member in class:PortForwardRequest
|
| /illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
| H A D | signalmap.h | 69 int _status; member in struct:siginfo::__anon2830::__anon2831::__anon2832::__anon2834 90 #define si_status _data._proc._pdata._cld._status
|
| /illumos-gate/usr/src/cmd/sgs/crle/common/ |
| H A D | inspect.c | 534 struct stat _status; local 539 (void) stat(_npath, &_status); 541 &_status)) == NULL) 852 struct stat _status; local 908 if (stat(path, &_status) == -1) 911 if ((_status.st_mode & S_IFMT) != S_IFREG) 914 if (inspect_file(crle, path, file, flags, ent, &_status, 0)) { 1047 struct stat _status; local 1049 if (stat(dir, &_status) != 0) { 1068 &_status)) [all...] |
| /illumos-gate/usr/src/cmd/sgs/librtld/common/ |
| H A D | dldump.c | 163 prstatus_t *status = 0, _status; local 206 if (ioctl(pfd, PIOCSTATUS, (void *)&_status) == -1) { 214 if ((flags & RTLD_MEMORY) && _status.pr_brksize) 215 status = &_status;
|
| /illumos-gate/usr/src/tools/onbld/Scm/ |
| H A D | WorkSpace.py | 144 def _status(self): member in class:ActiveList 212 status = self._status()
|
Completed in 591 milliseconds