HomeSort by relevance Sort by last modified time
    Searched defs:flag (Results 1 - 25 of 32) sorted by null

1 2

  /ohac/ohac/usr/src/cmd/clcommands/include/
clgetopt.h 71 int *flag; /* if not NULL, set *flag to val when option found */ member in struct:option
72 int val; /* if flag is not NULL, value to set *flag to. */
73 /* if flag is NULL, return value */
  /ohac/ohac/usr/src/cmd/cl_apid/
caapi_client.cc 161 // status flag is also lock protected else handler may
209 bool flag = true; local
212 flag = (status == CAAPI_ACTIVE)?true:false;
214 flag = (status == ACTIVE)?true:false;
217 return (flag);
  /ohac/ohac/usr/src/cmd/clcommands/lib/libclcmds/common/clzonecluster/
clzonecluster_clone.cc 52 int flag = 0; local
172 flag = 0;
180 flag = 1;
186 if (flag == 0) {
clzonecluster_move.cc 223 // flag to detect if the given node is in the error node list
224 int flag = 0; local
235 flag = 0;
240 flag = 1;
245 if (flag == 0) {
  /ohac/ohac/usr/src/cmd/scdpm/
infile.c 61 int nb, flag, line; local
70 flag = line = err = 0;
88 flag++;
98 if (flag) {
  /ohac/ohac/usr/src/uts/common/net/hbxdrv/
hbr.h 62 int flag; /* hash hosttable entry flag */ member in struct:hbx_host_t
  /ohac/ohac/usr/src/common/cl/transports/rsm/
rsmt_seg_mgr.cc 220 // set flag - run finalizer
698 os::mem_alloc_type flag = os::NO_SLEEP; local
707 dt = new(flag) rsmt_connect_defer_task(this, token,
rsmt_bio_seg.h 103 uchar_t flag; // see RSMT_BDFLGS_* member in struct:rsmt_bio_dirent::__anon278
294 // Set the destroy pending flag below to false.
645 // Flag indicates a RECLAIM_PRT message has been sent and an ACK
653 // Flag indicates whether the seggroup has been initiated
  /ohac/ohac/usr/src/lib/cmass/agent_config_access/
ccr_jni.c 603 jboolean flag = JNI_FALSE; local
  /ohac/ohac/usr/src/lib/cmass/agent_ipmpgroup/com/sun/cluster/agent/ipmpgroup/
IpmpGroupManager.java 125 // Set standby flag
126 String flag = "standby"; local
148 flag = "-standby";
184 flag = "-standby";
221 IPMPSCRIPT, "add", group, adapter, "inet", test, flag
227 IPMPSCRIPT, "add", group, adapter, "inet6", test, flag
348 * not already done. Set standby flag if specified. Create test address and
364 * @param standby <code>true</code> to set the standby flag, <code>
429 String flag = "0"; local
432 flag = "1"
    [all...]
  /ohac/ohac/usr/src/lib/cmass/sensors/process/cpu/
cpuacct.c 256 boolean_t flag; /* free f? */ local
266 flag = B_TRUE;
270 flag = B_FALSE;
277 if (flag == B_TRUE)
288 if (flag == B_TRUE)
294 if (flag == B_TRUE)
  /ohac/ohacgeo/usr/src/lib/cmass/agent_config_access/
ccr_jni.c 578 jboolean flag = JNI_FALSE; local
  /ohac/ohac/usr/src/common/cl/cl_net/
sl_service.h 127 int flag; member in struct:__anon87
214 const nodeid_t gifnode, network::fwd_t *fwdp, uint_t flag);
222 const network::fwd_t& fwdp, uint_t flag);
240 // Set the PDT_INITIALIZED flag
261 network::cid_action_t& action, uint32_t& index, uint_t flag);
muxq_impl.cc 115 uint_t flag; local
124 action = naccept_main(rqp, mp, cid, flag, ret_node);
326 // stream side the flag indicates that we want to do hardware
330 // may lead to data corrution. We need to turn off this flag.
332 // Note: This flag disappeard in Solaris 10. That's why this
344 // the hardware checksum is done the flag will be set. We should ensure
345 // to turn off this flag before forwarding the packet through the
464 network::cid_t& cid, uint_t& flag,
485 return (naccept_v4(q, bp, cid, flag, ret_node));
487 return (naccept_v6(q, bp, cid, flag, ret_node))
    [all...]
  /ohac/ohac/usr/src/linux/common/net/hbrdrv/
hbr.h 119 uint32_t error; /* hb msg in error flag */
120 uint32_t flag; /* host table entry flag */ member in struct:hbr_host_t
  /ohac/ohacds/usr/src/cmd/ha-services/sapwebas/webas/
webas.c 82 int flag = 0; local
394 flag = 1;
400 if (flag)
404 if (flag == 0) {
    [all...]
  /ohac/ohac/usr/src/cmd/fed/
fed_util.c 316 int flag = 0; local
326 flag = ENOMEM;
348 flag = errno;
373 flag == ENOMEM ? "malloc() failed" : "popen() failed",
427 * Store the FE_CAPTURE_OUTPUT flag and FE_SYSLOG_OUTPUT flag
747 * It's too late to turn off the flag because
1100 * flag can be checked in a single statement.
    [all...]
  /ohac/ohac/usr/src/common/cl/orb/fault/
fault_injection.cc 251 // Sets the _modified flag to true if the trigger is added.
258 os::mem_alloc_type flag = os::NO_SLEEP; local
272 char *argbuf = new (flag) char[fault_argsize];
283 triggerp = new (flag) trigger_t(fault_num, fault_argp, fault_argsize);
288 } else if (_hashtab.add(triggerp, &fault_num, flag) == NULL) {
315 // Sets the _modified flag to true if the trigger is removed.
348 // Sets the _modified flag to true if at least one trigger is removed.
436 // Sets the _modified flag.
439 // flag -- value of flag to set
    [all...]
  /ohac/ohac/usr/src/common/cl/sys/
os.h 372 static mblk_t *allocb(uint_t size, uint_t pri, os::mem_alloc_type flag);
373 static mblk_t *dupb(mblk_t *mp, uint_t pri, os::mem_alloc_type flag);
477 // Used to encapsulate a cv + flag (global mutex)
486 // Set flag to DONE and signal all waiters
492 // Wait for flag to change state.
495 // Timed Wait for flag to change state. Returns current state
498 // reinitialize, if old flag is WAITING, wait for old signal
505 wait_state flag; member in class:os::notify_t
1020 operator new[](galsize_t len, os::mem_alloc_type flag)
1024 return (shared_new((size_t)len, flag, os::DONTZERO))
    [all...]
  /ohac/ohac/usr/src/cmd/spm/dswizards/oraclerac/com/sun/cluster/oraclerac/storage/
RACFilesystemsPageView.java 540 String flag = (String) wizardModel.getWizardValue( local
543 if (flag.equals("true")) {
    [all...]
RACDisksPageView.java 541 String flag = (String) wizardModel.getWizardValue( local
544 if (flag.equals("true")) {
    [all...]
  /ohac/ohac/usr/src/common/cl/clprivnet/
clprivnet.c 635 clprivnet_open(queue_t *rq, dev_t *devp, int flag, int sflag, cred_t *credp)
642 flag = flag;
724 clprivnet_close(queue_t *rq, int flag, cred_t *credp)
731 flag = flag;
1532 uint32_t flag; local
    [all...]
  /ohac/ohac/usr/src/lib/dsconfig/classes/com/sun/cluster/dswizards/oraclerac/storage/
RACFilesystemsPanel.java 419 String flag = (String) wizardModel.getWizardValue( local
422 if (flag.equals("true")) {
  /ohac/ohac/usr/src/cmd/scrconf/
scrconf_main.c 144 uint_t flag, char *adaptypes, CLIENT *clnt);
1976 uint_t flag; local
5358 uint_t flag; local
    [all...]
  /ohac/ohac/usr/src/common/cl/pxfs/client/
pxreg.cc 306 // install_cachedata_flag - set the flag for directio.
315 // unset/set the vnode VNOMAP flag depending on whether
509 // are treating a flag as an int for this particular case.
511 int flag = (syncflag == PXFS_DESTROY_PAGES) ? B_INVAL | B_FORCE : 0; local
516 putapage_remote, flag | B_ASYNC, credp);
676 // open with O_TRUNC flag, ends up in this routine. See vn_open().
1164 // VM sub-system uses the S_CREATE flag to indicate
1166 // should be created if one does not already exist. This flag
    [all...]

Completed in 2700 milliseconds

1 2