/illumos-gate/usr/src/test/zfs-tests/tests/functional/sparse/ |
H A D | sparse_001_pos.ksh | 55 options="" 56 options_display="default options" 60 [[ -n "$HOLES_FILESIZE" ]] && options=" $options -f $HOLES_FILESIZE " 62 [[ -n "$HOLES_BLKSIZE" ]] && options="$options -b $HOLES_BLKSIZE " 64 [[ -n "$HOLES_COUNT" ]] && options="$options -c $HOLES_COUNT " 66 [[ -n "$HOLES_SEED" ]] && options="$options [all...] |
/illumos-gate/usr/src/test/zfs-tests/tests/functional/truncate/ |
H A D | truncate_001_pos.ksh | 56 options="" 57 options_display="default options" 61 [[ -n "$TRUNC_FILESIZE" ]] && options=" $options -f $TRUNC_FILESIZE " 63 [[ -n "$TRUNC_BLKSIZE" ]] && options="$options -b $TRUNC_BLKSIZE " 65 [[ -n "$TRUNC_COUNT" ]] && options="$options -c $TRUNC_COUNT " 67 [[ -n "$TRUNC_SEED" ]] && options="$options [all...] |
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | 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);
|
/illumos-gate/usr/src/cmd/sort/common/ |
H A D | options.h | 43 int options(sort_t *, int, char **);
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_history/ |
H A D | zpool_history_002_pos.ksh | 36 # Verify zpool history can handle options [-il] correctly. 45 log_assert "Verify zpool history can handle options [-il] correctly." 47 options="-i -l -il -li -lil -ili -lli -iill -liil" 49 for opt in $options; do 53 log_pass "Verify zpool history can handle options [-il] passed."
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | 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"
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | 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, e 38 meta_reset( mdsetname_t *sp, mdname_t *np, mdcmdopts_t options, md_error_t *ep ) argument 79 meta_reset_all( mdsetname_t *sp, mdcmdopts_t options, md_error_t *ep ) argument 114 meta_reset_by_name( mdsetname_t *sp, mdname_t *np, mdcmdopts_t options, md_error_t *ep ) argument [all...] |
/illumos-gate/usr/src/cmd/format/ |
H A D | 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...] |
/illumos-gate/usr/src/test/zfs-tests/tests/functional/replacement/ |
H A D | replacement_001_pos.ksh | 66 options="" 67 options_display="default options" 71 [[ -n "$HOLES_FILESIZE" ]] && options=" $options -f $HOLES_FILESIZE " 73 [[ -n "$HOLES_BLKSIZE" ]] && options="$options -b $HOLES_BLKSIZE " 75 [[ -n "$HOLES_COUNT" ]] && options="$options -c $HOLES_COUNT " 77 [[ -n "$HOLES_SEED" ]] && options="$options [all...] |
H A D | replacement_003_pos.ksh | 66 options="" 67 options_display="default options" 71 [[ -n "$HOLES_FILESIZE" ]] && options=" $options -f $HOLES_FILESIZE " 73 [[ -n "$HOLES_BLKSIZE" ]] && options="$options -b $HOLES_BLKSIZE " 75 [[ -n "$HOLES_COUNT" ]] && options="$options -c $HOLES_COUNT " 77 [[ -n "$HOLES_SEED" ]] && options="$options [all...] |
/illumos-gate/usr/src/lib/brand/solaris10/zone/ |
H A D | preuninstall.ksh | 49 # This hook will see the same options as the uninstall hook, so make sure 52 options="FhHnv" 55 # process options 57 while getopts :$options OPT ; do
|
/illumos-gate/usr/src/cmd/fcinfo/ |
H A D | 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) argument 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, argument 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, argument 161 return (fc_util_list_logicalunit(objects, argv, options)); 169 npivCreatePortFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) argument 175 npivCreatePortListFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) argument 188 npivDeletePortFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) argument 198 npivListHbaPortFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) argument 208 npivListRemotePortFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) argument 218 fcoeAdmCreatePortFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) argument 229 fcoeAdmDeletePortFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) argument 240 fcoeListPortsFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) argument 251 fcadmForceLipFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) argument [all...] |
/illumos-gate/usr/src/lib/libkmf/include/ |
H A D | kmfmapper.h | 50 char *options; member in struct:__anon3408 56 * The presently open mapper pathname and options. Can be based on the 67 * (Processed) options. Transparent to KMF. Each mapper can store its 68 * data there since options can be unique to every KMF handle. 70 void *options; member in struct:__anon3409
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | svc-ndp | 34 options="adtf:" 43 "$options" "a" stateless_addr_conf false true 45 "$options" "d" debug true false 47 "$options" "f" config_file
|
/illumos-gate/usr/src/ucblib/libucb/port/sys/ |
H A D | wait3.c | 54 wait3(int *status, int options, struct rusage *rp) argument 56 return (wait4(0, status, options, rp));
|
/illumos-gate/usr/src/lib/krb5/ss/ |
H A D | options.c | 17 static struct option options[] = { variable in typeref:struct:option 30 for (opt = options; opt->text; opt++)
|
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata.conf | 37 ata-options=0x1;
|
/illumos-gate/usr/src/lib/libresolv/ |
H A D | res_sethost.c | 52 _res.options |= RES_STAYOPEN | RES_USEVC; 58 _res.options &= ~(RES_STAYOPEN | RES_USEVC);
|
/illumos-gate/usr/src/lib/pyzfs/common/ |
H A D | 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, pro [all...] |
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | 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; 178 process_opts(char *options, int *directp) argument 235 ro_given(char *options) argument [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | svc-route | 70 options="AdghmnqsStvVzT:F:P:" 79 "$options" "A" ignore_auth false true 81 "$options" "F" minimize_routes 83 "$options" "g" offer_default_route true false 85 "$options" "h" advertise_host_routes false true 87 "$options" "m" advertise_host_routes_primary true false 89 "$options" "n" install_routes false true 91 "$options" "P" parameters 93 "$options" "q" quiet_mode true false 95 "$options" " [all...] |
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/ |
H A D | zfs_send_006_pos.ksh | 24 # Verify 'zfs send' can generate valid streams with different options 31 # 5. Do a dry run with different options and verify the generated size 63 if [[ $options == *"P"* ]]; then 76 typeset options=$1 87 log_fail "zfs send $options failed" 90 log_fail "zfs send $options gives wrong size estimates" 119 options="-nv" 121 estimate_size=$(get_estimate_size $full_snapshot $options) 122 log_must verify_size_estimates $options $full_size 125 options [all...] |
/illumos-gate/usr/src/cmd/prtdscp/sparc/sun4u/ |
H A D | 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) argument 118 *options = (OPT_SP | OPT_DOMAIN); 121 * Skip this routine if no options exis [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/ |
H A D | 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"
|
/illumos-gate/usr/src/tools/onbld/Checks/ |
H A D | ManLint.py | 43 options = [opttrans[x] for x in opts if opts[x] and opttrans[x]] 44 options.append('-Tlint') 49 ret, tmpfile = processcheck('mandoc', options, fh, output)
|