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

1 2

  /ohac/ohac/usr/src/cmd/orb/
state_refcount.cc 65 // usage - explain options for resource_balancer state
73 (void) fprintf(stderr, "\tall - display all refcount state options\n");
90 // Now determine the options.
93 // Returns true upon successfully parsing valid options.
99 char *options = optionp; local
104 while (options_ok && *options != '\0') {
105 switch (getsubopt(&options, state_refcount_opts, &value)) {
state_resource_balancer.cc 69 // usage - explain options for resource_balancer state
82 "\tall - display all resource_balancer state options\n");
104 // Now determine the options.
107 // Returns true upon successfully parsing valid options.
113 char *options = optionp; local
118 while (options_ok && *options != '\0') {
119 switch (getsubopt(&options, state_resource_balancer_opts,
state_resource_pool.cc 78 // usage - explain options for resource_pool state
85 "resource_pool state requires options:\n");
91 "\tall - display all resource_pool state options\n");
122 // Now determine the options.
125 // Returns true upon successfully parsing valid options.
131 char *options = optionp; local
136 while (options_ok && *options != '\0') {
137 switch (getsubopt(&options, state_resource_pool_opts, &value)) {
stats_flow.cc 69 // stats_flow_usage - explain options for message statistics
78 "\tall - display all flow control statistic options\n");
104 // Now determine the options.
107 // Returns true upon successfully parsing valid options.
113 char *options = optionp; local
118 while (options_ok && *options != '\0') {
119 switch (getsubopt(&options, stats_flow_opts, &value)) {
stats_unref.cc 71 // usage - explain options for unref statistics
79 (void) fprintf(stderr, "\tall - display all unref statistic options\n");
106 // Now determine the options.
109 // Returns true upon successfully parsing valid options.
115 char *options = optionp; local
120 while (options_ok && *options != '\0') {
121 switch (getsubopt(&options, stats_unref_opts, &value)) {
flow_spec.cc 85 // change_usage - explain options for changing flow control settings
91 (void) fprintf(stderr, "flow control change options:\n");
103 // read_usage - explain options for reading flow control settings
109 (void) fprintf(stderr, "flow control read options:\n");
130 // Now determine the options.
133 // Returns true upon successfully parsing valid options.
139 char *options = optionp; local
144 while (options_ok && *options != '\0') {
145 switch (getsubopt(&options, flow_change_opts, &value)) {
244 // Now determine the options
253 char *options = optionp; local
    [all...]
stats_msg.cc 82 // usage - explain options for message statistics
91 "\tall - display all message statistic options\n");
129 // Now determine the options.
132 // Returns true upon successfully parsing valid options.
138 char *options = optionp; local
143 while (options_ok && *options != '\0') {
144 switch (getsubopt(&options, stats_msg_opts, &value)) {
  /ohac/ohac/usr/src/cmd/clcommands/lib/libclcmds/common/misc/
clcommand_help.cc 179 cloptions_t *options; local
225 // Print command options and their descriptions
226 if (((options = s->subcommand_options) != 0) &&
227 options->shortoption && options->longoption) {
228 (void) fprintf(fp, "%s:\n", gettext("OPTIONS"));
230 while (options->shortoption && options->longoption) {
233 // Skip undocumented options
234 if (options->flags & CLOPT_UNDOCUMENTED)
    [all...]
  /ohac/ohac/usr/src/lib/dsconfig/classes/com/sun/cluster/dswizards/hastorageplus/
HASPLocationPanel.java 106 String options[] = { option1, option2, option3 }; local
109 int index = TTYDisplay.getMenuOption(locpref_txt, options, 2,
122 if (options[index].equals(option1)) {
126 } else if (options[index].equals(option2)) {
130 } else if (options[index].equals(option3)) {
  /ohac/ohac/usr/src/lib/dsconfig/classes/com/sun/cluster/dswizards/oraclerac/database/
RacDBVersionPanel.java 83 String options[] = { option1, option2 }; local
94 int index = TTYDisplay.getMenuOption(preference, options, defSelection);
102 String selection = options[index];
  /ohac/ohac/usr/src/lib/dsconfig/classes/com/sun/cluster/dswizards/oraclerac/database/ver10g/
Rac10GCrsStorageChoicePanel.java 84 String options[] = { option1, option2 }; local
96 int index = TTYDisplay.getMenuOption(preference, options, defSelection);
106 String selection = options[index];
  /ohac/ohac/usr/src/lib/dsconfig/classes/com/sun/cluster/dswizards/oraclerac/database/ver9i/
RacDBPreferencePanel.java 82 String options[] = { option1, option2, option3 }; local
85 int index = TTYDisplay.getMenuOption(preference, options, 2);
94 String selection = options[index];
  /ohac/ohac/usr/src/cmd/cfgchk/java/com/sun/cluster/cfgchk/check/
CheckS6708644.java 134 String recommend = "Manually add the \"logging\" option to each global VxFS filesystem's \"mount options\" list in the /etc/vfstab file. It might be necessary to umount and remount the affected filesystems or reboot the node to enable logging.";
172 * then check for 'logging' in options
210 ArrayList options = local
212 if (!options.contains("logging")) {
  /ohac/ohac/usr/src/cmd/scdpm/
scdpm.c 230 * The input 'options' is the pointer returned
234 parse_arg_F(int argc, char **argv, char *options)
238 if (*options == '\0') {
289 * scdpm -p [-s state]... <remainder of -p options>
370 char *options; local
407 * Check if incompatible options have been specified
419 "scdpm: incompatible options "
515 /* Only read permissions needed for print options. */
522 options = optarg;
523 if (*options != '\0')
    [all...]
  /ohac/ohac/usr/src/lib/dsconfig/classes/com/sun/cluster/dswizards/oraclerac/framework/
ORFClusterWareSelectionPanel.java 130 String[] options = new String[] { option1, option2 }; local
143 index = TTYDisplay.getMenuOption(pref, options, defSelection);
  /ohac/ohac/usr/src/lib/dsconfig/classes/com/sun/cluster/dswizards/oraclerac/invoker/
RACClusterSelectionPanel.java 105 String[] options = {option1, local
122 options,
129 String selection = options[index];
RACInvokerPanel.java 103 //Prompt the user for the 3 options
117 String[] options = { option1, option2, option3 }; local
169 options,
  /ohac/ohac/usr/src/cmd/spm/WEB-INF/classes/com/sun/cluster/spm/transport/
AddCableViewBean.java 94 // Choice Options
314 OptionList options = new OptionList(); local
315 options.add(new CCOption(CHOICE_OPTIONS, CHOICE_OPTIONS));
321 options.add(new CCOption(endpoint, endpoint));
326 menu.setOptions(options);
332 options = new OptionList();
333 options.add(new CCOption(CHOICE_OPTIONS, CHOICE_OPTIONS));
354 options.add(new CCOption(endpoint, endpoint));
357 options.add(new CCOption(endpoint, endpoint));
366 options.add(endpoint, endpoint)
    [all...]
  /ohac/ohacgeo/usr/src/cmd/spm/WEB-INF/classes/com/sun/cluster/spm/geo/partnerships/
PartnershipGetPGsViewBean.java 121 // Choice Options
306 OptionList options = new OptionList(); local
312 options.add(new CCOption(pg, pg));
322 options.add(new CCOption(EMPTY, EMPTY));
329 menu.setOptions(options);
  /ohac/ohac/usr/src/cmd/spm/WEB-INF/classes/com/sun/cluster/spm/devicegroup/
DeviceGroupEditViewBean.java 258 OptionList options = new OptionList(); local
262 options.add(value, value);
265 menu.setOptions(options);
DeviceGroupSwitchPrimariesViewBean.java 202 String options[] = null; local
205 options = dg.getSecondaryNodeNames();
207 options = dg.getConnectedNodeOrder();
210 for (int i = 0; i < options.length; i++) {
211 dropDownMenuOptions.add(options[i], options[i]);
  /ohac/ohac/usr/src/cmd/clcommands/lib/libclcmds/common/clzonecluster/
clzonecluster_show.cc 247 char options[256]; local
512 (void) snprintf(options, sizeof (options), "[");
518 (void) snprintf(options,
519 sizeof (options), "%s\"%s\"", options,
522 (void) snprintf(options,
523 sizeof (options), "%s%s",
524 options, fs_options->zc_fsopt_opt);
528 (void) snprintf(options,
    [all...]
  /ohac/ohac/usr/src/cmd/vm/query_vm/
query_vm.cc 106 char *options = NULL; local
172 options = optarg;
173 while (*options != '\0') {
174 switch (getsubopt(&options, subopts, &value)) {
  /ohac/ohac/usr/src/common/cl/orbtest/arm_faults/
arm_faults.cc 142 // Parse options..
235 char *options; local
244 // Point to the fault name and the options (if any).
246 options = colon ? (colon + 1) : (name + strlen(name));
256 // Have the fault parse its options.
257 if (! faultp->parse_options(options)) {
369 " where <name> is the name for the fault. If the fault accepts options,\n"
376 "OPTIONS:\n"
607 // Write the faults (and its options) into the rcfile.
  /ohac/ohac/usr/src/lib/dsconfig/classes/com/sun/cluster/dswizards/haoracle/
HAOraclePreferencePanel.java 124 String options[] = { option1, option2, option3 }; local
127 int index = TTYDisplay.getMenuOption(preference, options, 2);
136 String selection = options[index];

Completed in 1440 milliseconds

1 2