| /ohac/ohac/usr/src/cmd/clcommands/include/ |
| TextMessage.h | 60 // Constructor with command name, resource bundle, and flags 62 unsigned int flags); 65 // Constructor with command name, resource bundle, flags, 69 unsigned int flags, FILE *fp); 89 // Set the flags 90 void setFlags(unsigned int flags); 92 // Get the flags 98 // Set the error flags 99 void setErrorFlags(unsigned int flags); 101 // Get the error flags 188 unsigned int flags; member in class:TextMessage [all...] |
| /ohac/ohac/usr/src/cmd/pnm/common/ |
| pnmd_network.h | 54 uint64_t flags; /* flags of the logical Ip */ member in struct:log_addr
|
| /ohac/ohac/usr/src/common/cl/orb/infrastructure/ |
| freeze_lock.h | 121 uint_t flags; member in class:freeze_lock
|
| /ohac/ohac/usr/src/common/cl/orb/xdoor/ |
| simple_xdoor.h | 163 ushort_t flags; member in class:simple_xdoor_server
|
| rxdoor_header.h | 137 // The enumeration represents orb message bit flags 138 // Multiple bit flags can be true for the one message. 139 // The flags word must be cleared initially. 159 static bool is_signaled(uint_t flags); 162 static bool is_exception(uint_t flags); 165 static bool is_retry(uint_t flags); 174 uint8_t flags; // msg flags member in class:rxdoor_reply_header
|
| standard_xdoor.h | 174 uint32_t flags; member in class:standard_xdoor_server
|
| solaris_xdoor.h | 155 uint_t flags; member in class:solaris_xdoor
|
| /ohac/ohac/usr/src/common/cl/orbtest/hatypes/ |
| server_impl.h | 398 char flags; member in class:server_impl 400 os::mutex_t lck; // protects flags and condition variables
|
| /ohac/ohac/usr/src/common/cl/orbtest/types/ |
| server_impl.h | 422 char flags; member in class:server_impl 424 os::mutex_t lck; // protects flags and condition variables
|
| /ohac/ohac/usr/src/common/cl/pxfs/server/ |
| io_impl.h | 73 void open(int32_t flags, PXFS_VER::fobj_out open_io_fobj, 77 void close(int32_t flags, sol::u_offset_t off, solobj::cred_ptr credobj, 192 virtual void open(int32_t flags, PXFS_VER::fobj_out open_io_fobj, 196 virtual void close(int32_t flags, sol::u_offset_t off, 274 void ckpt_open(int32_t flags, solobj::cred_ptr credobj, 277 void ckpt_close(int32_t flags, solobj::cred_ptr credobj, 352 virtual void open(int32_t flags, PXFS_VER::fobj_out open_io_fobj, 356 virtual void close(int32_t flags, sol::u_offset_t off, 382 void store_open_params(int flags, cred_t *crp); 385 void erase_open_params(int flags, cred_t *crp) 397 int flags; member in class:io_repl_impl::open_params_t [all...] |
| /ohac/ohac/usr/src/lib/cmass/agent_transport/com/sun/cluster/agent/transport/ |
| AdapterData.java | 45 * flags from SIOCGLIFFLAGS 47 public long flags; field in class:AdapterData 81 s.append(",flags="+flags);
|
| /ohac/ohac/usr/src/cmd/cl_apid/ |
| net_tools.cc | 317 int flags; local 318 if ((flags = fcntl(sock, F_GETFL, 0)) < 0) { 339 flags |= O_NONBLOCK; 340 if (fcntl(sock, F_SETFL, flags) < 0) {
|
| /ohac/ohac/usr/src/cmd/cl_eventlogd/ |
| default_plugin.c | 95 int flags; local 122 if ((flags = fcntl(log_fd, F_GETFL, 0)) == -1) { 123 syslog(LOG_ERR, "Cannot get mode flags - Terminating."); 129 if (fcntl(log_fd, F_SETFL, flags | O_SYNC) == -1) { 130 syslog(LOG_ERR, "Cannot set mode flags - Terminating.");
|
| commandlog_plugin.c | 101 int flags; local 129 if ((flags = fcntl(log_fd, F_GETFL, 0)) == -1) { 137 syslog(LOG_ERR, "Cannot get mode flags - Terminating."); 143 if (fcntl(log_fd, F_SETFL, flags | O_SYNC) == -1) { 151 syslog(LOG_ERR, "Cannot set mode flags - Terminating.");
|
| /ohac/ohac/usr/src/lib/libclcomm/common/ |
| clcomm_cluster_vm.cc | 76 int flags; local 77 if (_cladm(CL_INITIALIZE, CL_GET_BOOTFLAG, &flags) != 0) { 80 if (!(flags & CLUSTER_BOOTED)) {
|
| /ohac/ohac/usr/src/cmd/clcommands/lib/libclutils/common/ |
| clmessages.cc | 171 // Get the error format flags 176 unsigned int flags = TM_DEFAULT_FLAGS; local 178 flags |= (TM_FLAG_VERBOSE | TM_FLAG_PRINTID); 180 flags &= ~TM_FLAG_PRINTID; 182 return (flags); 186 // Get the warning format flags 195 // Get the message format flags
|
| /ohac/ohac/usr/src/cmd/pmf/common/ |
| pmf_contract.h | 139 int flags; member in class:pmf_contract 157 // flags to track internal state
|
| /ohac/ohac/usr/src/common/cl/orb/invo/ |
| invocation_mode.h | 43 // These flags define the message handling semantics. 44 enum mode_flags { NONE = 0x00, // The other bit flags are all false 52 invocation_mode() { flags = 0; } 53 invocation_mode(mode_flags flag) { flags = flag; } 54 invocation_mode(uint_t flag) { flags = flag; } 60 { return ((flags & ONEWAY) == ONEWAY); } 62 { return ((flags & SYNCHRONOUS) == SYNCHRONOUS); } 64 { return ((flags & NONBLOCKING) == NONBLOCKING); } 66 { return ((flags & UNRELIABLE) == UNRELIABLE); } 68 { return ((flags & RECONFIG) == RECONFIG); 82 uint_t flags; member in class:invocation_mode [all...] |
| /ohac/ohac/usr/src/common/cl/orb/monitor/ |
| monitor.h | 137 uint_t flags; member in class:monitor::monitor_task
|
| /ohac/ohac/usr/src/common/cl/repl/service/ |
| transaction_state.h | 205 uint_t flags; member in class:transaction_state
|
| /ohac/ohac/usr/src/lib/libpnm/common/ |
| pnm_network.h | 56 uint64_t flags; /* flags of the logical Ip */ member in struct:log_addr
|
| struct.h | 50 uint64_t flags; /* flags of the logical Ip */ member in struct:log_addr
|
| /ohac/ohac/usr/src/linux/common/misc/ffmod/ |
| failfast.h | 108 /* failfast unit flags. */ 118 u16 flags; member in struct:ffunit
|
| /ohac/ohac/usr/src/cmd/cfgchk/java/com/sun/cluster/cfgchk/check/testchecks/ |
| CheckMTest051.java | 168 String flags = "-l"; local 169 DirectoryListing dl = getDataSrc(ds).getDirectoryListing(dirName, flags); 170 dl = getDataSrc(ds).getDirectoryListing(dirName, flags);
|
| CheckSTest028.java | 162 String flags = "-l"; local 163 DirectoryListing dl = getDataSrc().getDirectoryListing(dirName, flags); 164 dl = getDataSrc().getDirectoryListing(dirName, flags);
|