Searched refs:opts (Results 101 - 125 of 321) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dprinthashnode.c14 iphtent_t *printhashnode(iph, ipep, copyfunc, opts)
18 int opts;
30 if ((opts & OPT_DEBUG) != 0) {
H A Dipft_hx.c17 extern int opts;
84 if (!(opts & OPT_BRIEF)) {
109 if (!(opts & OPT_BRIEF)) {
110 if (opts & OPT_ASCII) {
H A Dkvatoname.c18 if ((opts & OPT_DONOTHING) == 0) {
H A Dnametokva.c17 if ((opts & OPT_DONOTHING) == 0) {
H A Dprintactivenat.c17 void printactivenat(nat, opts, alive)
19 int opts, alive;
48 if (opts & OPT_VERBOSE) {
69 if (opts & OPT_DEBUG) {
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_clnt.c232 && reqctx->opts->win2k_require_cksum) || (longhorn == 1)) {
235 && reqctx->opts->win2k_require_cksum)) {
288 int protocol = reqctx->opts->dh_or_rsa;
348 reqctx->cryptoctx, reqctx->idctx, reqctx->opts->dh_size,
660 if (reqctx->opts->require_eku == 0) {
669 reqctx->opts->accept_secondary_eku,
734 reqctx->opts->require_crl_checking,
747 reqctx->opts->require_crl_checking,
945 reqctx->opts->win2k_target,
946 &reqctx->opts
[all...]
H A Dpkinit_identity.c121 pkinit_identity_opts *opts = NULL; local
124 opts = (pkinit_identity_opts *) calloc(1, sizeof(pkinit_identity_opts));
125 if (opts == NULL)
128 opts->identity = NULL;
129 opts->anchors = NULL;
130 opts->intermediates = NULL;
131 opts->crls = NULL;
132 opts->ocsp = NULL;
133 opts->dn_mapping_file = NULL;
135 opts
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dslk.c112 slk_attr_off(const attr_t at, void *opts) argument
117 __m_trace("slk_attr_off(%x, %p)", at, opts);
121 code = wattr_off(__m_screen->_slk._w, at, opts);
127 slk_attr_on(const attr_t at, void *opts) argument
132 __m_trace("slk_attr_on(%x, %p)", at, opts);
136 code = wattr_on(__m_screen->_slk._w, at, opts);
142 slk_attr_set(const attr_t at, short co, void *opts) argument
147 __m_trace("slk_attr_set(%x, %d, %p)", at, co, opts);
151 code = wattr_set(__m_screen->_slk._w, at, co, opts);
/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_opts.c90 tbl->opts.tab = p[*pos];
98 tbl->opts.decimal = p[*pos];
169 tbl->opts.opts |= keys[i].key;
/illumos-gate/usr/src/boot/sys/boot/arm/at91/bootspi/
H A DMakefile3 .include <src.opts.mk>
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
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/lib/libresolv2/common/resolv/
H A Dres_findzonecut.c154 res_findzonecut(res_state statp, const char *dname, ns_class class, int opts, argument
161 opts |= RES_IPV4ONLY;
162 opts &= ~RES_IPV6ONLY;
168 result = res_findzonecut2(statp, dname, class, opts, zname, zsize,
179 res_findzonecut2(res_state statp, const char *dname, ns_class class, int opts, argument
197 if ((n = get_soa(statp, dname, class, opts, zname, zsize,
199 ((opts & RES_EXHAUSTIVE) == 0 &&
204 if ((n = get_ns(statp, zname, class, opts, &nsrrs)) < 0 ||
205 ((opts & RES_EXHAUSTIVE) == 0 &&
210 if ((n = get_glue(statp, class, opts,
269 get_soa(res_state statp, const char *dname, ns_class class, int opts, char *zname, size_t zsize, char *mname, size_t msize, rrset_ns *nsrrsp) argument
409 get_ns(res_state statp, const char *zname, ns_class class, int opts, rrset_ns *nsrrsp) argument
442 get_glue(res_state statp, ns_class class, int opts, rrset_ns *nsrrsp) argument
517 save_ns(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rrset_ns *nsrrsp) argument
576 save_a(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rr_ns *nsrr) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dbound.c118 if (ack->opts[CD_DHCP_TYPE] == NULL)
127 (void) memcpy(&new_lease, ack->opts[CD_LEASE_TIME]->value,
132 (void) memcpy(ack->opts[CD_LEASE_TIME]->value, &new_lease,
350 router_list = ack->opts[CD_ROUTER];
404 if (ack->opts[CD_DHCP_TYPE] == NULL)
458 if (ack->opts[CD_DHCP_TYPE] == NULL) {
463 if (ack->opts[CD_LEASE_TIME] == NULL) {
468 if (ack->opts[CD_LEASE_TIME]->len != sizeof (lease_t)) {
472 (void) memcpy(lease, ack->opts[CD_LEASE_TIME]->value, sizeof (lease_t));
480 if (ack->opts[CD_T1_TIM
[all...]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c97 int opts = 0; variable
302 opts |= OPT_ACCNT|OPT_SHOWLIST;
305 opts |= OPT_AUTHSTATS;
311 opts |= OPT_DEBUG;
317 opts |= OPT_FRSTATES;
320 opts |= OPT_GROUPS;
326 opts |= OPT_HITS;
329 opts |= OPT_INQUE|OPT_SHOWLIST;
332 opts |= OPT_INACTIVE;
335 opts |
[all...]
H A Dipfs.c86 int opts = 0; variable
256 opts |= OPT_DONOTHING;
287 opts |= OPT_VERBOSE;
361 if (opts & OPT_DONOTHING)
390 if (opts & OPT_VERBOSE)
392 if (!(opts & OPT_DONOTHING)) {
397 if (opts & OPT_VERBOSE)
433 if (opts & OPT_VERBOSE)
442 if (opts & OPT_VERBOSE)
536 if (opts
[all...]
/illumos-gate/usr/src/cmd/volcheck/
H A Dvolcheck.c55 const char *opts = "itv"; local
67 while ((c = getopt(argc, argv, opts)) != EOF) {
/illumos-gate/usr/src/tools/scripts/
H A Djstyle.pl45 my %opts;
49 if (!getopts("chpstvC", \%opts)) {
54 my $check_continuation = $opts{'c'};
55 my $heuristic = $opts{'h'};
56 my $picky = $opts{'p'};
57 my $tabs = $opts{'t'};
58 my $verbose = $opts{'v'};
59 my $ignore_hdr_comment = $opts{'C'};
H A Dhdrchk.py49 opts, args = getopt.getopt(sys.argv[1:], 'a')
55 for opt, arg in opts:
/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/cmd/dfs.cmds/dfshares/
H A Ddfshares.c60 * cmd name, , -h, -o, opts, (char *)0 terminator
75 char *opts = NULL; /* -o options */ local
101 err |= (opts != NULL); /* at most one -o */
102 opts = optarg;
126 if (opts) {
128 nargv[nargc++] = opts;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_ldap.c541 loaddirect_ldap(char *nsmap, char *localmap, char *opts, argument
554 direct_cbdata.ptr1 = opts;
623 char *key, *contents, *pmap, *opts; local
735 opts = pmap;
736 while (*opts && !isspace(*opts))
737 opts++;
738 if (*opts) {
739 *opts++ = '\0';
740 while (*opts
787 char *opts = temp->ptr1; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c104 static char opts[MAX_MNTOPT_STR]; variable
185 opts[0] = '\0';
198 if (strlcpy(opts, optarg, sizeof (opts)) >=
199 sizeof (opts)) {
251 mnt.mnt_mntopts = opts;
261 replace_opts(opts, ro, MNTOPT_RO, MNTOPT_RW);
262 replace_opts(opts, largefiles, MNTOPT_NOLARGEFILES, MNTOPT_LARGEFILES);
263 gflg = replace_opts_dflt(opts, gflg, MNTOPT_GLOBAL, MNTOPT_NOGLOBAL);
267 replace_opts(opts,
418 char *opts = opt; local
660 fixopts(struct mnttab *mnt, char *opts) argument
[all...]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dconnect.c87 } opts; local
90 opts.oh.len = sizeof (opts);
91 opts.oh.level = level;
92 opts.oh.name = name;
93 opts.oh.status = 0;
94 opts.ival = val;
97 oreq.opt.buf = (void *)&opts;
98 oreq.opt.len = sizeof (opts);
112 (int)ores.flags, (int)opts
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_argvec.c245 argvec_findopt(const mdb_opt_t *opts, char c) argument
249 for (optp = opts; optp->opt_char != 0; optp++) {
258 argvec_getopts(const mdb_opt_t *opts, const mdb_arg_t *argv, int argc) argument
289 if ((optp = argvec_findopt(opts, *p)) == NULL) {
350 mdb_opt_t opts[53], *op = &opts[0]; local
357 for (i = 0; i < (sizeof (opts) / sizeof (opts[0]) - 1); i++, op++) {
379 bzero(&opts[i], sizeof (mdb_opt_t));
382 return (argvec_getopts(opts, arg
[all...]
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c177 dprintf("verbosemode %s\n", opts.o_verbose ? "on" : "off");
183 if (opts.o_target) {
187 if (opts.o_pciid) {
193 if (opts.o_forcecache) {
201 } else if (opts.o_verbose) {
210 if (opts.o_verbose) {
229 if (opts.o_verbose || opts.o_pciid) {
244 opts.o_target = 0;
254 if (opts
[all...]

Completed in 88 milliseconds

1234567891011>>