Home
last modified time | relevance | path

Searched refs:opts (Results 101 – 125 of 341) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c454 int c, newfile = 0, errors = 0, opts = 0, flags = 0; in main() local
471 flags = opts = newfile = 0; in main()
475 set_option(&opts, OPT_DEVINFO, EXCL_OPT); in main()
500 set_option(&opts, OPT_CONTAINED, EXCL_OPT); in main()
503 set_option(&opts, OPT_FILE_ONLY, EXCL_OPT); in main()
518 flags = opts = newfile = 0; in main()
560 if (!opts && in main()
574 ((opts & OPT_CONTAINED) ? F_CONTAINED : 0) | in main()
575 ((opts & OPT_DEVINFO) ? F_DEVINFO : 0) | in main()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddrmach.h110 drmach_opts_t *opts, void *devsetp);
112 drmach_opts_t *opts, int rv);
117 drmach_opts_t *opts);
127 extern sbd_error_t *drmach_board_test(drmachid_t id, drmach_opts_t *opts,
130 drmach_opts_t *opts);
132 drmach_opts_t *opts);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvid_attr.c45 vid_attr(attr_t attr, short pair, void *opts) in vid_attr() argument
50 __m_trace("vid_attr(%x, %d, %p)", attr, pair, opts); in vid_attr()
53 code = vid_puts(attr, pair, opts, __m_putchar); in vid_attr()
/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dld.c554 struct strlist *opts, *p, *t; in prepend_ldoptions() local
563 opts = split_options(ld_options); in prepend_ldoptions()
564 for (nargc = 0, p = opts; p != NULL; p = p->sl_next) in prepend_ldoptions()
585 for (nargc = 1, p = opts; p != NULL; nargc++, p = p->sl_next) in prepend_ldoptions()
600 for (t = NULL, p = opts; p != NULL; p = t) { in prepend_ldoptions()
621 struct strlist *opts, *p, *t; in ld_altexec() local
635 opts = split_options(bin); in ld_altexec()
636 if (opts == NULL) in ld_altexec()
640 for (p = opts; p != NULL; p = p->sl_next) in ld_altexec()
648 for (i = 0, p = opts; p != NULL; p = p->sl_next, i++) in ld_altexec()
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_html.c94 sp->opts->opts & TBL_OPT_ALLBOX ? "1" : NULL, in html_tblopen()
96 sp->opts->opts & TBL_OPT_DBOX ? "double" : in html_tblopen()
97 sp->opts->opts & TBL_OPT_BOX ? "solid" : NULL, in html_tblopen()
262 sp->opts->decimal)) == NULL) { in print_tbl()
H A Dtbl_opts.c91 tbl->opts.tab = p[*pos]; in arg()
99 tbl->opts.decimal = p[*pos]; in arg()
169 tbl->opts.opts |= keys[i].key; in tbl_option()
/illumos-gate/usr/src/cmd/dfs.cmds/dfshares/
H A Ddfshares.c73 char *opts = NULL; /* -o options */ in main() local
99 err |= (opts != NULL); /* at most one -o */ in main()
100 opts = optarg; in main()
124 if (opts) { in main()
126 nargv[nargc++] = opts; in main()
/illumos-gate/usr/src/cmd/device_remap/
H A Ddevice_remap.pl247 our %opts;
304 if ($opts{v}) {
327 print "symlink $_ changed to $targ\n" if ($opts{v});
353 print "\n" if ($opts{v});
371 getopts("vR:", \%opts);
373 if ($opts{R}) {
374 chdir $opts{R} or die "can't chdir to $opts{R}\n";
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c1108 addrs = opts = NULL;
1154 if (opts != NULL)
1155 free_wordlist(opts);
1454 free_wordlist(opts);
1644 else if (opts != NULL)
1645 free_wordlist(opts);
1948 if (opts != NULL)
1949 *opts = NULL;
2067 if (opts != NULL) {
2086 if (opts != NULL)
[all …]
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Dbootinfo.c55 char *opts; in bi_getboothowto() local
70 opts = strchr(kargs, '-'); in bi_getboothowto()
71 while (opts != NULL) { in bi_getboothowto()
72 while (*(++opts) != '\0') { in bi_getboothowto()
73 sw = strchr(howto_switches, *opts); in bi_getboothowto()
78 opts = strchr(opts, '-'); in bi_getboothowto()
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_srv.c104 pkinit_plg_opts *opts, in pkinit_create_edata() argument
295 if (plgctx->opts->require_eku == 0) { in verify_client_eku()
392 plgctx->opts->require_crl_checking, in pkinit_server_verify_padata()
413 plgctx->opts->require_crl_checking, in pkinit_server_verify_padata()
467 plgctx->opts->dh_min_bits); in pkinit_server_verify_padata()
548 plgctx->opts->dh_min_bits); in pkinit_server_verify_padata()
1145 &plgctx->opts->dh_min_bits); in pkinit_init_kdc_profile()
1155 0, &plgctx->opts->allow_upn); in pkinit_init_kdc_profile()
1166 plgctx->opts->require_eku = 1; in pkinit_init_kdc_profile()
1169 plgctx->opts->require_eku = 1; in pkinit_init_kdc_profile()
[all …]
/illumos-gate/usr/src/test/smbclient-tests/include/
H A Dsmbmount_common.ksh86 typeset res on mp tp mtype opts rest
88 while read res on mp tp mtype opts rest
95 echo "$opts"
/illumos-gate/usr/src/cmd/prstat/
H A Dprutil.c372 if (opts.o_cols == 0 || !(opts.o_outpmode & (OPT_TERMCAP | OPT_TRUNC))) in format_namewidth()
375 if (opts.o_outpmode & OPT_PSINFO) { in format_namewidth()
376 if (opts.o_outpmode & OPT_LGRP) in format_namewidth()
380 } else if (opts.o_outpmode & OPT_MSACCT) { in format_namewidth()
384 return (opts.o_cols - prefixlen); in format_namewidth()
398 if (opts.o_outpmode & OPT_LWPS) { in format_name()
414 if ((opts.o_outpmode & OPT_LWPS) && lwp->li_lwpname[0] != '\0') { in format_name()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c347 print_options(FILE *stream, char *opts, int len) in print_options() argument
350 char *endopts = opts + len; in print_options()
357 cp = opts; in print_options()
363 while (opts < endopts) { in print_options()
364 optname = opts; in print_options()
374 if ((opts = next_field(optval, endopts)) == NULL) { in print_options()
/illumos-gate/usr/src/cmd/svc/profile/
H A Dlistsvcs.pl41 my %opts;
45 if (!getopts("e", \%opts)) {
48 my $list_all = !$opts{e};
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c1115 if (opts != NULL && strlen(opts) == 0) { in sa_zfs_set_sharenfs()
1116 free(opts); in sa_zfs_set_sharenfs()
1131 opts != NULL ? opts : "off", dataset); in sa_zfs_set_sharenfs()
1139 if (opts != NULL) in sa_zfs_set_sharenfs()
1140 free(opts); in sa_zfs_set_sharenfs()
1229 if (opts != NULL && strlen(opts) == 0) { in sa_zfs_set_sharesmb()
1230 free(opts); in sa_zfs_set_sharesmb()
1234 free(opts); in sa_zfs_set_sharesmb()
1235 opts = newopt; in sa_zfs_set_sharesmb()
1248 opts != NULL ? opts : "off", dataset); in sa_zfs_set_sharesmb()
[all …]
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c2120 sa_optionset_t opts; in smb_build_shareinfo() local
2155 if (opts == NULL) in smb_build_shareinfo()
2161 if (smb_saprop_getbool(opts, SHOPT_ABE, B_FALSE)) in smb_build_shareinfo()
2170 if (smb_saprop_getbool(opts, SHOPT_CA, B_FALSE)) in smb_build_shareinfo()
2201 sa_free_derived_optionset(opts); in smb_build_shareinfo()
2466 sa_optionset_t opts; in smb_update_optionset_props() local
2473 if (opts == NULL) in smb_update_optionset_props()
2490 err = sa_valid_property(handle, opts, in smb_update_optionset_props()
2497 err = sa_add_property(opts, prop); in smb_update_optionset_props()
2519 prop = sa_get_property(opts, propname); in smb_saprop_getbool()
[all …]
/illumos-gate/usr/src/lib/pam_modules/krb5/
H A Dkrb5_authenticate.c522 krb5_get_init_creds_opt *opts = NULL; in attempt_krb5_auth() local
662 krb5_get_init_creds_opt_set_tkt_life(opts, lifetime); in attempt_krb5_auth()
669 krb5_get_init_creds_opt_set_proxiable(opts, TRUE); in attempt_krb5_auth()
676 krb5_get_init_creds_opt_set_forwardable(opts, TRUE); in attempt_krb5_auth()
683 krb5_get_init_creds_opt_set_renew_life(opts, rlife); in attempt_krb5_auth()
722 kmd->kcontext, opts, "PIN", *krb5_pass); in attempt_krb5_auth()
735 opts, in attempt_krb5_auth()
757 krb5_get_init_creds_opt_set_preauth_list(opts, in attempt_krb5_auth()
775 opts, in attempt_krb5_auth()
983 if (opts) in attempt_krb5_auth()
[all …]
/illumos-gate/usr/src/cmd/ipf/lib/
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 Dipft_hx.c17 extern int opts;
84 if (!(opts & OPT_BRIEF)) {
109 if (!(opts & OPT_BRIEF)) {
110 if (opts & OPT_ASCII) {
H A Dprintstate.c13 ipstate_t *printstate(sp, opts, now) in printstate() argument
15 int opts;
156 if (opts & OPT_DEBUG)
160 if (opts & OPT_DEBUG)
164 if (opts & OPT_DEBUG)
168 if (opts & OPT_DEBUG)
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 Dprintactivenat.c15 void printactivenat(nat, opts, alive) in printactivenat() argument
17 int opts, alive;
46 if (opts & OPT_VERBOSE) {
67 if (opts & OPT_DEBUG) {
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.c299 DBG("tgt=%d opts=%x\n", a->tgt, a->opts.flags); in ap_parse()
514 ap_opts_t *opts; in ap_opt_parse() local
519 opts = &a->opts; in ap_opt_parse()
520 opts->mid = (char *)a->class; in ap_opt_parse()
521 opts->err = ERR_CMD_FAIL; in ap_opt_parse()
592 opts->code = i; in ap_opt_parse()
595 opts->mid = value; in ap_opt_parse()
600 opts->err = i; in ap_opt_parse()
604 opts->skip |= mask(i); in ap_opt_parse()
618 opts->skip |= mask(i); in ap_opt_parse()
[all …]
/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

12345678910>>...14