| /onnv/onnv-gate/usr/src/cmd/cdrw/ |
| options.h | 40 } options; typedef in typeref:struct:option_mask 42 void set_options_mask(options *msk, char *str); 43 void add_option(options *msk, char option); 44 int compare_options_mask(options *msk, options *specified);
|
| /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/ |
| readconf.c | 36 # 1. command line options 78 # Defaults for various options 229 * Adds a local TCP/IP port forward to options. Never returns if there is an 234 add_local_forward(Options *options, const Forward *newfwd) 242 if (options->num_local_forwards >= SSH_MAX_FORWARDS_PER_DIRECTION) 244 fwd = &options->local_forwards[options->num_local_forwards++]; 254 * Adds a remote TCP/IP port forward to options. Never returns if there is 259 add_remote_forward(Options *options, const Forward *newfwd [all...] |
| /onnv/onnv-gate/usr/src/cmd/ssh/sshd/ |
| servconf.c | 64 * Initializes the server options to their initial (unset) values. Some of those 65 * that stay unset after the command line options and configuration files are 69 initialize_server_options(ServerOptions *options) 71 (void) memset(options, 0, sizeof(*options)); 73 /* Portable-specific options */ 74 options->pam_authentication_via_kbd_int = -1; 76 /* Standard Options */ 77 options->num_ports = 0; 78 options->ports_from_cmdline = 0 [all...] |
| /onnv/onnv-gate/usr/src/cmd/sort/common/ |
| options.h | 43 int options(sort_t *, int, char **);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/ |
| O.pm | 9 my ($class, @options) = @_; 11 if ($options[0] eq '-q' || $options[0] eq '-qq') { 16 if ($options[0] eq '-qq') { 19 shift @options; 21 my $backend = shift (@options); 45 my $compilesub = &{"B::${backend}::compile"}(@options); 70 perl -MO=[-q,]Backend[,OPTIONS] foo.pl 91 Most compiler backends use the following conventions: OPTIONS 108 use O ("Backend", OPTIONS); [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
| svc-ripng | 34 options="sqp:Ptv" 43 "$options" "q" quiet_mode true false 45 "$options" "s" supply_routes true false 47 "$options" "p" udp_port 521 49 "$options" "P" poison_reverse false true 51 "$options" "v" verbose true false 53 "$options" "log_file"
|
| /onnv/onnv-gate/usr/src/lib/lvm/libmeta/common/ |
| meta_reset.c | 41 mdcmdopts_t options, 54 if (meta_isopen(sp, np, ep, options) != 0) { 61 mir.force = (options & MDCMD_FORCE) ? 1 : 0; 81 mdcmdopts_t options, 85 options |= MDCMD_RECURSE; 92 if (meta_trans_reset(sp, NULL, options, ep) != 0) 94 if (meta_sp_reset(sp, NULL, options, ep) != 0) 96 if (meta_raid_reset(sp, NULL, options, ep) != 0) 98 if (meta_mirror_reset(sp, NULL, options, ep) != 0) 100 if (meta_stripe_reset(sp, NULL, options, ep) != 0 [all...] |
| /onnv/onnv-gate/usr/src/cmd/format/ |
| prompts.c | 124 get_phead(n_heads, options) 126 ulong_t *options; 136 *options |= SUP_PHEAD; 163 get_psect(options) 164 ulong_t *options; 174 *options |= SUP_PSECT; 185 get_bpt(n_sects, options) 187 ulong_t *options; 193 *options |= SUP_BPT; 224 get_fmt_time(options) [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/ |
| StandardOptions.java | 34 * This class defines the set of standard DHCP options we know about. 39 * The following list of options are the ones that we use 58 * Following list of options must be kept in sync with the list in 61 private static Option [] options = null; field in class:StandardOptions 65 * @return the number of options known 68 return (options == null) ? 0 :options.length; 72 * Enumerate the options defined here. 73 * @return an Enumeration of the standard options. 87 return (options[cursor++]) [all...] |
| /onnv/onnv-gate/usr/src/cmd/fcinfo/ |
| fcinfo.c | 60 * Add new options here 133 * Pass in options/arguments, rest of arguments 137 listHbaPortFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) 139 return (fc_util_list_hbaport(objects, argv, options)); 143 * Pass in options/arguments, rest of arguments 147 listRemotePortFunc(int objects, char *argv[], cmdOptions_t *options, 150 return (fc_util_list_remoteport(objects, argv, options)); 154 * Pass in options/arguments, rest of arguments 158 listLogicalUnitFunc(int objects, char *argv[], cmdOptions_t *options, 161 return (fc_util_list_logicalunit(objects, argv, options)); [all...] |
| /onnv/onnv-gate/usr/src/cmd/ssh/ssh/ |
| ssh.c | 116 * General data structure for command line options and options configurable 119 Options options; variable 159 gettext("Usage: %s [options] host [command]\n" 160 "Options:\n" 306 initialize_options(&options); 316 options.protocol = SSH_PROTO_1; 319 options.protocol = SSH_PROTO_2; 335 options.forward_x11 = 0 [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
| svc-ndp | 34 options="adtf:" 43 "$options" "a" stateless_addr_conf false true 45 "$options" "d" debug true false 47 "$options" "f" config_file
|
| /onnv/onnv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/ |
| bsd-waitpid.c | 35 waitpid(int pid, int *stat_loc, int options) 47 wait_pid = wait4(pid, &statusp, options, NULL);
|
| /onnv/onnv-gate/usr/src/lib/krb5/ss/ |
| options.c | 17 static struct option options[] = { variable in typeref:struct:option 30 for (opt = options; opt->text; opt++)
|
| /onnv/onnv-gate/usr/src/lib/libresolv/ |
| res_sethost.c | 51 _res.options |= RES_STAYOPEN | RES_USEVC; 57 _res.options &= ~(RES_STAYOPEN | RES_USEVC);
|
| /onnv/onnv-gate/usr/src/ucblib/libucb/port/sys/ |
| wait3.c | 54 wait3(int *status, int options, struct rusage *rp) 56 return (wait4(0, status, options, rp));
|
| /onnv/onnv-gate/usr/src/uts/intel/io/dktp/controller/ata/ |
| ata.conf | 37 ata-options=0x1;
|
| /onnv/onnv-gate/usr/src/lib/pyzfs/common/ |
| userspace.py | 49 def skiptype(options, prop): 52 if field not in options.fields: 54 if isgroup and "posixgroup" not in options.types and \ 55 "smbgroup" not in options.types: 57 if not isgroup and "posixuser" not in options.types and \ 58 "smbuser" not in options.types: 62 def new_entry(options, isgroup, domain, rid): 77 if typename.lower().replace(" ", "") not in options.types: 84 if not options.noname and rid < 1<<31: 103 def process_one_raw(acct, options, prop, elem) [all...] |
| /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/ |
| mount.c | 52 static void process_opts(char *options, int *directp); 54 static int ro_given(char *options); 73 char *options = ""; local 85 options = optarg; 96 * program never complains about invalid -o options 124 process_opts(options, &fni.direct); 126 if (roflg && !ro_given(options)) 127 options = concat_opts(options, "ro"); 133 fni.opts = options; [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
| svc-route | 68 options="AdghmnqsStvVzT:F:P:" 77 "$options" "A" ignore_auth false true 79 "$options" "F" minimize_routes 81 "$options" "g" offer_default_route true false 83 "$options" "h" advertise_host_routes false true 85 "$options" "m" advertise_host_routes_primary true false 87 "$options" "n" install_routes false true 89 "$options" "P" parameters 91 "$options" "q" quiet_mode true false 93 "$options" "s" supply_routes true fals [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/common/ |
| DhcpCliOptions.java | 35 * This class is used to represent all the command line options. 40 * Actual container for the options. 42 ArrayList options; field in class:DhcpCliOptions 49 options = new ArrayList(); 62 int i = options.indexOf(option); 64 options.add(option); 84 return options.contains(option); 98 int i = options.indexOf(option); 100 return ((DhcpCliOption)options.get(i)).getValue(); 107 * Given a list of supported options, validates that there are n [all...] |
| /onnv/onnv-gate/usr/src/cmd/prtdscp/sparc/sun4u/ |
| prtdscp.c | 59 int options; local 66 parse_options(argc, argv, &options); 71 if ((options & OPT_SP) != 0) { 78 if ((options & OPT_DOMAIN) != 0) { 90 if (options == OPT_SP) { 92 } else if (options == OPT_DOMAIN) { 105 * Parse the commandline options. 108 parse_options(int argc, char **argv, int *options) 118 *options = (OPT_SP | OPT_DOMAIN); 121 * Skip this routine if no options exist [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/ |
| svc-rdisc | 50 options="afsp:T:r" 59 "$options" "a" accept_all true false 61 "$options" "p" preference 0 63 "$options" "T" transmit_interval 600 65 "$options" "r" act_as_router true false 67 "$options" "send_address receive_address"
|
| /onnv/onnv-gate/usr/src/lib/libcmd/common/ |
| chgrp.c | 162 getids(register char* s, char** e, Key_t* key, int options) 175 options |= OPT_CHOWN; 180 if (options & OPT_CHOWN) 217 register int options = 0; local 250 options |= OPT_CHOWN; 253 if (options & OPT_CHOWN) 271 options |= OPT_VERBOSE; 274 options |= OPT_FORCE; 277 options |= OPT_LCHOWN; 287 options |= OPT_SHOW [all...] |
| /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/scsi/common/ |
| cfga_scsi.c | 60 const char *options, 81 if (options != NULL && strcmp(options, OPT_DISABLE_RCM) != 0) { 82 cfga_err(errstring, 0, ERRARG_OPT_INVAL, options, 0); 90 if (options != NULL) 111 const char *options, 132 if (options != NULL && strcmp(options, OPT_DISABLE_RCM) != 0) { 133 cfga_err(errstring, 0, ERRARG_OPT_INVAL, options, 0); 145 if (options != NULL [all...] |