Searched refs:_status (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/lms/ |
H A D | Channel.h | 60 _status(NOT_OPENED), in Channel() 92 CHANNEL_STATUS GetStatus() const { return _status; } in GetStatus() 93 bool SetStatus(const CHANNEL_STATUS newStatus) { _status = newStatus; return true; } in SetStatus() 103 CHANNEL_STATUS _status; variable
|
H A D | PortForwardRequest.h | 61 _status(NOT_ACTIVE), in PortForwardRequest() 77 PORT_FORWARD_REQUEST_STATUS GetStatus() { return _status; } in GetStatus() 79 bool SetStatus(PORT_FORWARD_REQUEST_STATUS newStatus) { _status = newStatus; return true; } in SetStatus() 98 PORT_FORWARD_REQUEST_STATUS _status; variable
|
/titanic_41/usr/src/uts/common/klm/ |
H A D | nlm_rpc_handle.c | 53 #define NLM_STALE_CLNT(_status) \ argument 54 ((_status) == RPC_PROGUNAVAIL || \ 55 (_status) == RPC_PROGVERSMISMATCH || \ 56 (_status) == RPC_PROCUNAVAIL || \ 57 (_status) == RPC_CANTCONNECT || \ 58 (_status) == RPC_XPRTFAILED)
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | signalmap.h | 69 int _status; member 90 #define si_status _data._proc._pdata._cld._status
|
/titanic_41/usr/src/cmd/sgs/crle/common/ |
H A D | inspect.c | 534 struct stat _status; in enterfile() local 539 (void) stat(_npath, &_status); in enterfile() 541 &_status)) == NULL) in enterfile() 852 struct stat _status; in inspect_dir() local 908 if (stat(path, &_status) == -1) in inspect_dir() 911 if ((_status.st_mode & S_IFMT) != S_IFREG) in inspect_dir() 914 if (inspect_file(crle, path, file, flags, ent, &_status, 0)) { in inspect_dir() 1047 struct stat _status; in inspect() local 1049 if (stat(dir, &_status) != 0) { in inspect() 1068 &_status)) == NULL) in inspect()
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | sun_solaris_cr_6887363_shell_sometimes_mishandles_return_value_of_its_child_process.sh | 101 _status=\$?
|
/titanic_41/usr/src/cmd/sgs/librtld/common/ |
H A D | dldump.c | 163 prstatus_t *status = 0, _status; in rt_dldump() local 206 if (ioctl(pfd, PIOCSTATUS, (void *)&_status) == -1) { in rt_dldump() 214 if ((flags & RTLD_MEMORY) && _status.pr_brksize) in rt_dldump() 215 status = &_status; in rt_dldump()
|
/titanic_41/usr/src/tools/onbld/Scm/ |
H A D | WorkSpace.py | 144 def _status(self): member in ActiveList 212 status = self._status()
|
/titanic_41/usr/src/uts/common/io/ath/ |
H A D | ath_hal.h | 1132 #define ATH_HAL_SETCAPABILITY(_ah, _type, _cap, _param, _status) \ argument 1134 (_status)))
|