Searched refs:opts (Results 1 - 25 of 321) sorted by last modified time

1234567891011>>

/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacapps.h146 char *opts);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_rwx_001_pos.ksh54 opts="+ - ="
107 for opt in $opts; do
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cachefile/
H A Dcachefile_001_pos.ksh69 set -A opts "none" "false" "none" \
76 while (( i < ${#opts[*]} )); do
77 log_must zpool create -o cachefile=${opts[i]} $TESTPOOL $DISKS
78 case ${opts[((i+1))]} in
81 true) log_must pool_in_cache $TESTPOOL ${opts[i]}
86 if [[ $PROP != ${opts[((i+2))]} ]]; then
88 "Expect: ${opts[((i+2))]}, Current: $PROP"
H A Dcachefile_003_pos.ksh76 set -A opts "none" "none" \
82 while (( i < ${#opts[*]} )); do
83 log_must zpool create -o altroot=$TESTDIR -o cachefile=${opts[i]} \
85 if [[ ${opts[i]} != none ]]; then
86 log_must pool_in_cache $TESTPOOL ${opts[i]}
92 if [[ $PROP != ${opts[((i+1))]} ]]; then
94 "Expect: ${opts[((i+1))]}, Current: $PROP"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/casenorm/
H A Dcasenorm.kshlib25 typeset opts=$1
30 log_must zfs create $opts $TESTPOOL/$TESTFS
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_004_pos.ksh62 typeset opts=""
68 opts="$opts -o ${RW_FS_PROP[$i]}"
73 log_must zfs clone $opts $SNAPFS $TESTPOOL/$TESTCLONE
H A Dzfs_clone_006_pos.ksh63 typeset opts=""
69 opts="$opts -o ${RW_VOL_CLONE_PROP[$i]}"
74 log_must zfs clone $opts $SNAPFS1 $TESTPOOL/$TESTCLONE
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_005_pos.ksh62 typeset opts=""
66 opts="$opts -o ${RW_FS_PROP[$i]}"
71 log_must zfs create $opts $TESTPOOL/$TESTFS1
H A Dzfs_create_007_pos.ksh65 typeset opts=""
69 opts="$opts -o ${RW_VOL_PROP[$i]}"
74 log_must zfs create $opts -V $VOLSIZE $TESTPOOL/$TESTVOL
77 log_must zfs create -s $opts -V $VOLSIZE $TESTPOOL/$TESTVOL1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_004_pos.ksh82 set -A opts "" "-r" "-H" "-p" "-rHp" "-o name" \
164 while (( i < ${#opts[*]} )); do
166 log_must eval "zfs get ${opts[i]} all >$propfile"
H A Dzfs_get_005_neg.ksh84 typeset opts=$1
88 for opt in $opts; do
109 typeset opts=$1
113 for opt in $opts; do
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_010_neg.ksh54 for opts in "-r" "-r -p"; do
57 log_mustnot zfs rename $opts ${datasets[$i]} \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unshare/
H A Dzfs_unshare_004_neg.ksh49 set -A opts "" "$TESTPOOL/$NONEXISTFSNAME" "$NONEEXISTMOUNTPOINT" "-?" "-1" \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_022_pos.ksh76 typeset opts=""
79 opts="$opts -O ${RW_FS_PROP[$i]}"
83 log_must zpool create $opts -f $TESTPOOL $DISKS
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Dsend-cpL_varied_recsize.ksh161 typeset recsize opts dir
177 for opts in '' -d -c -p -dp -L -dL -cp -cL -pL -dpL -cpL; do
178 check $opts $small log_must
180 for opts in -dc -dcp -dcL -dcpL; do
181 check $opts $small log_mustnot
185 for opts in '' -d -dp -c; do
186 check $opts $large log_must
188 for opts in -dc -dL -dcp -dcL -dpL -dcpL; do
189 check $opts $large log_mustnot
/illumos-gate/usr/src/cmd/acpi/common/
H A Dgetopt.c124 * opts - options info list
136 char *opts)
164 (OptsPtr = strchr (opts, CurrentChar)) == NULL)
133 AcpiGetopt( int argc, char **argv, char *opts) argument
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1222 char opts[100] = "-"; local
1227 strcat(opts, "e");
1229 strcat(opts, "m");
1231 strcat(opts, "M");
1233 strcat(opts, "h");
1236 v.a_un.a_str = opts;
2135 char opts[100] = "-r"; local
2162 strcat(opts, "e");
2164 strcat(opts, "m");
2166 strcat(opts, "
[all...]
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c249 "\tmount [-vO] [-o opts] <-a | filesystem>\n"));
4811 parse_allow_args(int argc, char **argv, boolean_t un, struct allow_opts *opts) argument
4813 int uge_sum = opts->user + opts->group + opts->everyone;
4814 int csuge_sum = opts->create + opts->set + uge_sum;
4815 int ldcsuge_sum = csuge_sum + opts->local + opts->descend;
4816 int all_sum = un ? ldcsuge_sum + opts
5014 construct_fsacl_list(boolean_t un, struct allow_opts *opts, nvlist_t **nvlp) argument
5298 struct allow_opts opts = { 0 }; local
5414 const char *opts = holding ? "rt" : "r"; local
5619 const char *opts = "rH"; local
[all...]
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c883 domount(zlog_t *zlogp, const char *fstype, const char *opts, argument
900 if (opts[0] == '\0') {
906 argv[2] = (char *)opts;
915 if (opts[0] == '\0')
922 cmdbuf, opts, special, directory, status);
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc511 int getopt(int argc, char *const *argv, const char *opts);
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c1250 sa_optionset_t opts; local
1254 opts = sa_get_optionset((sa_group_t)
1256 (void) sa_destroy_optionset(opts);
/illumos-gate/usr/src/boot/sys/sys/
H A Dmount.h844 void vfs_freeopts(struct vfsoptlist *opts);
845 void vfs_deleteopt(struct vfsoptlist *opts, const char *name);
847 int vfs_flagopt(struct vfsoptlist *opts, const char *name, uint64_t *w,
850 int vfs_getopt_pos(struct vfsoptlist *opts, const char *name);
851 int vfs_getopt_size(struct vfsoptlist *opts, const char *name,
856 void vfs_opterror(struct vfsoptlist *opts, const char *fmt, ...);
857 int vfs_scanopt(struct vfsoptlist *opts, const char *name, const char *fmt, ...);
858 int vfs_setopt(struct vfsoptlist *opts, const char *name, void *value,
860 int vfs_setopt_part(struct vfsoptlist *opts, const char *name, void *value,
862 int vfs_setopts(struct vfsoptlist *opts, cons
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dcddlchk.py92 def check(filename, opts):
100 return cddlchk(fh, verbose=opts['verbose'],
101 lenient=opts['lenient'],
104 def walker(opts, dirname, fnames):
109 if not path in opts['exclude']:
110 opts['status'] |= check(path, opts)
112 if path in opts['exclude']:
115 def walkpath(path, opts):
117 os.path.walk(path, walker, opts)
[all...]
H A Dcstyle.pl75 my %opts;
77 if (!getopts("cho:pvCP", \%opts)) {
82 my $check_continuation = $opts{'c'};
83 my $heuristic = $opts{'h'};
84 my $picky = $opts{'p'};
85 my $verbose = $opts{'v'};
86 my $ignore_hdr_comment = $opts{'C'};
87 my $check_posix_types = $opts{'P'};
92 if (defined($opts{'o'})) {
93 for my $x (split /,/, $opts{'
[all...]
H A Dgit-pbchk.py313 def run_checks(root, parent, cmds, paths='', opts={}):
365 opts, args = getopt.getopt(args, 'b:')
371 for opt, arg in opts:

Completed in 2632 milliseconds

1234567891011>>