Searched refs:opts (Results 51 - 75 of 321) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dprinthashdata.c18 void printhashdata(hp, opts)
20 int opts;
23 if ((opts & OPT_DEBUG) == 0) {
72 if ((opts & OPT_DEBUG) == 0) {
101 if ((opts & OPT_DEBUG) != 0) {
H A Dremove_hash.c25 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
27 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
45 if ((opts & OPT_DONOTHING) == 0) {
H A Dremove_pool.c25 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
27 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
42 if ((opts & OPT_DONOTHING) == 0) {
H A Dprinthash.c18 iphtable_t *printhash(hp, copyfunc, name, opts)
22 int opts;
35 if ((opts & OPT_DEBUG) == 0) {
84 if ((opts & OPT_DEBUG) == 0) {
113 if ((opts & OPT_DEBUG) != 0) {
124 if ((opts & OPT_DEBUG) == 0)
134 ipep = printhashnode(&iph, ipep, copyfunc, opts);
143 if ((opts & OPT_DEBUG) == 0)
H A Ddebug.c17 #include "opts.h"
32 if (opts & OPT_DEBUG)
H A Dload_hashnode.c34 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
36 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
59 if ((opts & OPT_REMOVE) == 0)
65 if (!(opts & OPT_DONOTHING)) {
H A Dload_poolnode.c31 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
33 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
55 if ((opts & OPT_REMOVE) == 0)
61 if ((opts & OPT_DONOTHING) == 0) {
H A Dprintlookup.c30 if (opts & OPT_UNDEF) {
H A Dremove_hashnode.c27 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
29 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
45 if (opts & OPT_DEBUG) {
51 if (!(opts & OPT_DONOTHING)) {
H A Dverbose.c17 #include "opts.h"
32 if (opts & OPT_VERBOSE)
H A Dload_hash.c35 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
37 if ((hashfd == -1) && ((opts & OPT_DONOTHING) == 0))
75 if ((opts & OPT_REMOVE) == 0) {
77 if ((opts & OPT_DONOTHING) == 0) {
86 if (opts & OPT_VERBOSE) {
99 printhash(&iph, bcopywrap, iph.iph_name, opts);
110 if (opts & OPT_DEBUG)
116 if ((opts & OPT_REMOVE) != 0) {
118 if ((opts & OPT_DONOTHING) == 0) {
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cachefile/
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/cli_root/zfs_create/
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/cmd/svc/shell/
H A Dfs_include.sh248 # hasopts $opts $allopts
250 # Check if all options from the list $opts are present in $allopts.
251 # Both $opts and $allopts should be in comma separated format.
256 opts="$1"
259 set -- `IFS=, ; echo $opts`
303 # mountfs $opts $path $type $fsopts $special
310 # $opts - options for mount(1M) [optional]
321 opts="$1"
328 [ "$opts" = "-" ] && opts
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetcchar.c47 getcchar(const cchar_t *c, wchar_t *wcs, attr_t *at, short *co, void *opts) argument
52 __m_trace("getcchar(%p, %p, %p, %p, %p)", c, wcs, at, co, opts);
/illumos-gate/usr/src/lib/libkmf/mappers/kmf_mapper_cn/common/
H A Dmapper_cn.c55 cooked_opts *opts; local
57 if ((opts = malloc(sizeof (cooked_opts))) == NULL)
61 opts->casesensitive = B_FALSE;
65 opts->casesensitive = B_TRUE;
68 kmf_set_mapper_options(h, opts);
76 void *opts; local
78 if ((opts = kmf_get_mapper_options(h)) != NULL)
79 free(opts);
153 cooked_opts *opts = NULL; local
155 opts
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_term.c94 if (sp->opts->opts & TBL_OPT_CENTRE) {
95 tsz = sp->opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX)
96 ? 2 : !!sp->opts->lvert + !!sp->opts->rvert;
97 for (ic = 0; ic < sp->opts->cols; ic++)
108 if (sp->opts->opts & TBL_OPT_DBOX)
110 if (sp->opts
254 tbl_data(struct termp *tp, const struct tbl_opts *opts, const struct tbl_dat *dp, const struct roffcol *col) argument
362 tbl_number(struct termp *tp, const struct tbl_opts *opts, const struct tbl_dat *dp, const struct roffcol *col) argument
[all...]
H A Dout.c110 const struct tbl_opts *opts; local
124 tbl->cols = mandoc_calloc((size_t)sp->opts->cols,
126 opts = sp->opts;
150 tblcalc_data(tbl, col, opts, dp);
201 (opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) ?
202 2 : !!opts->lvert + !!opts->rvert);
235 const struct tbl_opts *opts, cons
234 tblcalc_data(struct rofftbl *tbl, struct roffcol *col, const struct tbl_opts *opts, const struct tbl_dat *dp) argument
279 tblcalc_number(struct rofftbl *tbl, struct roffcol *col, const struct tbl_opts *opts, const struct tbl_dat *dp) argument
[all...]
/illumos-gate/usr/src/head/rpcsvc/
H A Dsvc_dg_priv.h42 * sizeof (svc_dg_data) + ucred_size(). Of course, opts must be declared
59 int opts[MAX_OPT_WORDS]; /* options: MUST BE LAST */ member in struct:svc_dg_data
/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/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_lib.c51 pkinit_req_opts *opts = NULL; local
54 opts = (pkinit_req_opts *) calloc(1, sizeof(pkinit_req_opts));
55 if (opts == NULL)
58 opts->require_eku = 1;
59 opts->accept_secondary_eku = 0;
60 opts->allow_upn = 0;
61 opts->dh_or_rsa = DH_PROTOCOL;
62 opts->require_crl_checking = 0;
63 opts->dh_size = PKINIT_DEFAULT_DH_MIN_BITS;
64 opts
73 pkinit_fini_req_opts(pkinit_req_opts *opts) argument
84 pkinit_plg_opts *opts = NULL; local
105 pkinit_fini_plg_opts(pkinit_plg_opts *opts) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dmount.c133 fni.opts = options;
167 "Usage: autofs mount [-r] [-o opts] map dir\n");
181 char *opts; local
183 if ((opts = strdup(options)) == NULL) {
191 while ((opt = strtok(opts, ",")) != NULL) {
192 opts = NULL;
216 char *opts = malloc(strlen(opts1) + strlen(opts2) + 2); local
217 if (opts == NULL) {
222 strcpy(opts, opts1);
224 strcat(opts, ",");
[all...]
/illumos-gate/usr/src/cmd/fs.d/
H A Dswitchout.c48 static int match(char **opts, char *s);
49 static int has_Nflag(char *opts);
407 stat_snap(char *cmd, char *mountpoint, char *opts) argument
428 fssnap_show_status(mountpoint, opts, 1, (opts ? 0 : 1));
431 has_Nflag(char *opts) argument
433 while (opts != NULL && *opts != '\0') {
434 if (match(&opts, "N")) {
437 if (!opts)
453 match(char **opts, char *s) argument
[all...]
/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c45 #include "opts.h"
50 struct opts *opts, const char *com, int flags);
79 struct opts *cf_opts; /* parsed rhs of entry */
94 struct opts *opts, const char *com, int flags)
101 cp->cf_opts = opts;
194 struct opts *opts = NULL; local
287 opts
93 fillconflist(int lineno, const char *entry, struct opts *opts, const char *com, int flags) argument
450 conf_close(struct opts *opts) argument
687 struct opts *opts; local
[all...]
/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

Completed in 546 milliseconds

1234567891011>>