Home
last modified time | relevance | path

Searched refs:options (Results 51 – 75 of 644) sorted by relevance

12345678910>>...26

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_in_tkt.c1049 if (options && (options->flags & KRB5_GET_INIT_CREDS_OPT_FORWARDABLE)) in krb5_get_init_creds()
1062 if (options && (options->flags & KRB5_GET_INIT_CREDS_OPT_PROXIABLE)) in krb5_get_init_creds()
1084 if (options && (options->flags & KRB5_GET_INIT_CREDS_OPT_TKT_LIFE)) { in krb5_get_init_creds()
1102 if (options && (options->flags & KRB5_GET_INIT_CREDS_OPT_RENEW_LIFE)) { in krb5_get_init_creds()
1173 if (options && (options->flags & KRB5_GET_INIT_CREDS_OPT_ETYPE_LIST)) { in krb5_get_init_creds()
1187 if (options && (options->flags & KRB5_GET_INIT_CREDS_OPT_ADDRESS_LIST)) { in krb5_get_init_creds()
1224 if (options && (options->flags & KRB5_GET_INIT_CREDS_OPT_SALT)) { in krb5_get_init_creds()
1225 salt = *options->salt; in krb5_get_init_creds()
1549 (!(options && (options->flags & KRB5_GET_INIT_CREDS_OPT_ETYPE_LIST)))) in krb5_get_init_creds()
1552 (!(options && in krb5_get_init_creds()
[all …]
H A Dget_creds.c56 krb5_get_credentials_core(krb5_context context, krb5_flags options, in krb5_get_credentials_core() argument
115 if (options & KRB5_GC_USER_USER) { in krb5_get_credentials_core()
131 krb5_get_credentials(krb5_context context, krb5_flags options, in krb5_get_credentials() argument
142 retval = krb5_get_credentials_core(context, options, in krb5_get_credentials()
167 || options & KRB5_GC_CACHED) { in krb5_get_credentials()
226 krb5_get_credentials_val_renew_core(krb5_context context, krb5_flags options, in krb5_get_credentials_val_renew_core() argument
267 krb5_get_credentials_validate(krb5_context context, krb5_flags options, in krb5_get_credentials_validate() argument
271 return(krb5_get_credentials_val_renew_core(context, options, ccache, in krb5_get_credentials_validate()
277 krb5_get_credentials_renew(krb5_context context, krb5_flags options, in krb5_get_credentials_renew() argument
282 return(krb5_get_credentials_val_renew_core(context, options, ccache, in krb5_get_credentials_renew()
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dmisc.c198 *errstrp = (char *)options; in rtsa_keyword()
200 while (*options != '\0') { in rtsa_keyword()
201 valptr = parse_entry(attrbuf, sizeof (attrbuf), options, ",="); in rtsa_keyword()
204 *errstrp = (char *)options; in rtsa_keyword()
212 *errstrp = (char *)options; in rtsa_keyword()
240 *errstrp = (char *)options; in rtsa_keyword()
257 *errstrp = (char *)options; in rtsa_keyword()
274 *errstrp = (char *)options; in rtsa_keyword()
292 *errstrp = (char *)options; in rtsa_keyword()
308 *errstrp = (char *)options; in rtsa_keyword()
[all …]
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c52 char **options = NULL; in job_attributes_to_lpsched_request() local
281 appendlist(&options, buf); in job_attributes_to_lpsched_request()
286 if (options != NULL) { in job_attributes_to_lpsched_request()
287 if (r->options != NULL) in job_attributes_to_lpsched_request()
288 free(r->options); in job_attributes_to_lpsched_request()
289 r->options = sprintlist(options); in job_attributes_to_lpsched_request()
290 freelist(options); in job_attributes_to_lpsched_request()
411 r->options); in lpsched_request_to_job_attributes()
413 tmp = (((r->options != NULL) && (strstr(r->options, "nobanner") in lpsched_request_to_job_attributes()
418 tmp = (((r->options != NULL) && (strstr(r->options, "duplex") in lpsched_request_to_job_attributes()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c287 bsd_alloc(options, opt_len, decomp) in bsd_alloc() argument
288 u_char *options; in bsd_alloc()
295 if (opt_len != 3 || options[0] != CI_BSD_COMPRESS || options[1] != 3
299 bits = BSD_NBITS(options[2]);
366 bsd_decomp_alloc(options, opt_len) in bsd_decomp_alloc() argument
367 u_char *options; in bsd_decomp_alloc()
370 return bsd_alloc(options, opt_len, 1);
379 u_char *options;
385 || options[0] != CI_BSD_COMPRESS || options[1] != CILEN_BSD_COMPRESS
387 || BSD_NBITS(options[2]) != db->maxbits
[all …]
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c743 (void) strcpy(options, ""); in replace_opts()
747 if (options[0] != '\0') in replace_opts()
750 (void) strcat(options, f); in replace_opts()
756 (void) strcat(options, f); in replace_opts()
759 (void) strcat(options, f); in replace_opts()
762 if (options[0] != '\0') in replace_opts()
785 char *options, in replace_opts_dflt() argument
801 (void) strcpy(options, ""); in replace_opts_dflt()
817 if (options[0] != '\0') in replace_opts_dflt()
819 (void) strcat(options, f); in replace_opts_dflt()
[all …]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgtrans.c321 options |= PT_ODTSTREAM; in _pkgtrans()
323 if (options & PT_ODTSTREAM) { in _pkgtrans()
421 if (options & PT_ODTSTREAM) { in _pkgtrans()
884 if (options & PT_OVERWRITE) in ckoverwrite()
920 if (!(options & PT_SILENT)) in pkgxfer()
954 if (options & PT_OVERWRITE) { in pkgxfer()
989 options &= (~PT_OVERWRITE); in pkgxfer()
1055 if (options & PT_INFO_ONLY) in pkgxfer()
1168 if (options & PT_ODTSTREAM) { in pkgxfer()
1211 if (options & PT_INFO_ONLY) in pkgxfer()
[all …]
/illumos-gate/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c872 const char *options, in cfga_change_state() argument
899 if (options) { in cfga_change_state()
1061 const char *options, in cfga_private_func() argument
1090 if (options) { in cfga_private_func()
1133 if (options) { in cfga_private_func()
1152 const char *options, in cfga_test() argument
1352 const char *options, in cfga_list() argument
1392 const char *options, in cfga_stat() argument
1409 if (options && options[0]) { in cfga_stat()
1429 if (options && options[0] && ((opterr != 0) || in cfga_stat()
[all …]
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo.h124 int sas_util_list_hba(int hbaCount, char **hba_argv, cmdOptions_t *options);
125 int sas_util_list_hbaport(int wwnCount, char **wwn_argv, cmdOptions_t *options);
127 cmdOptions_t *options);
128 int sas_util_list_targetport(int tpCount, char **tpArgv, cmdOptions_t *options);
130 cmdOptions_t *options);
132 sas_util_list_logicalunit(int luCount, char **luArgv, cmdOptions_t *options);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_010_neg.ksh106 set -A options "" "-s"
122 log_mustnot zfs create ${options[$i]} -V ${args[$j]}
123 log_mustnot zfs create -p ${options[$i]} -V ${args[$j]}
130 log_mustnot zfs create ${options[$i]} -o ${RW_VOL_PROP[j]} \
132 log_mustnot zfs create -p ${options[$i]} -o ${RW_VOL_PROP[j]} \
139 log_mustnot zfs create ${options[$i]} -o ${FS_ONLY_PROP[j]} \
141 log_mustnot zfs create -p ${options[$i]} -o ${FS_ONLY_PROP[j]} \
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1659 D) options="$options -D"
1662 K) options="$options -K"
1665 R) options="$options -R"
1669 T) options="$options -T"
1679 a) options="$options -a"
1683 c) options="$options -c"
1686 d) options="$options -d"
1690 f) options="$options -f"
1693 h) options="$options -h"
1697 k) options="$options -k"
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c457 Dprint(((statp->options & RES_DEBUG) && in res_nsend()
487 Dprint((statp->options & RES_DEBUG) || in res_nsend()
492 DprintQ((statp->options & RES_DEBUG) || in res_nsend()
754 Dprint(statp->options & RES_DEBUG, in send_vc()
765 Dprint(statp->options & RES_DEBUG, in send_vc()
883 Dprint(statp->options & RES_DEBUG, in send_dg()
966 Dprint(statp->options & RES_DEBUG, in send_dg()
1005 DprintQ(statp->options & RES_DEBUG, in send_dg()
1031 DprintQ(statp->options & RES_DEBUG, in send_dg()
1044 Dprint(statp->options & RES_DEBUG, in send_dg()
[all …]
H A Dres_init.c200 statp->options = RES_DEFAULT; in __res_vinit()
608 statp->options |= RES_INIT; in __res_vinit()
625 const char *cp = options; in res_setoptions()
630 if (statp->options & RES_DEBUG) in res_setoptions()
632 options, source); in res_setoptions()
646 if (statp->options & RES_DEBUG) in res_setoptions()
689 options, source); in res_setoptions()
690 statp->options |= RES_DEBUG; in res_setoptions()
702 statp->options |= RES_ROTATE; in res_setoptions()
737 statp->options &= in res_setoptions()
[all …]
/illumos-gate/usr/src/head/
H A Dconfig_admin.h184 char *const *ap_ids, const char *options, struct cfga_confirm *confp,
188 char *const *ap_ids, const char *options, struct cfga_confirm *confp,
192 const char *options, struct cfga_msg *msgp, char **errstring,
196 struct cfga_list_data **ap_id_list, int *nlist, const char *options,
200 struct cfga_msg *msgp, const char *options, cfga_flags_t flags);
213 struct cfga_stat_data *buf, const char *options, char **errstring);
216 const char *options, char **errstring);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dmain.c40 int options; /* global options */ variable
229 if (options & VERIFY) {
231 options &= ~VERIFY;
241 options |= COMPARE;
245 options |= REMOVE;
253 options |= VERIFY;
257 options |= WHOLE;
261 options |= YOUNGER;
265 options |= FOLLOW;
269 options |= IGNLNKS;
[all …]
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drdr_param_types.h87 char *options; /* const */ member
101 char *options; /* const */ member
112 char *options; /* const */ member
135 char *options; member
147 char *options; /* const */ member
/illumos-gate/usr/src/cmd/cmd-inet/etc/ppp/
H A Doptions.tmpl26 # Privileged system-wide pppd options may be placed here. Typically, the
27 # following options are used in this file:
35 # Device-specific options, such as asyncmap, should go in the per-device
36 # option files named /etc/ppp/options.<tty>, where <tty> is the name of
37 # the device. For example, if /dev/ttya is used, then /etc/ppp/options.ttya
42 # Peer-specific options, such as connect scripts, IP addresses, and other
43 # protocol options, should be placed in /etc/ppp/peers/<name>, where <name>
47 # Options in this file, /etc/ppp/options.<tty>, /etc/ppp/peers/<name>,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dsvc-ndp34 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/lib/libresolv2/common/irs/
H A Dgen.c80 typedef struct irs_acc *(*accinit) __P((const char *options));
127 irs_gen_acc(const char *options, const char *conf_file) { in irs_gen_acc() argument
142 irs->options = strdup(options); in irs_gen_acc()
256 free((void*)irs->options); in gen_close()
291 const char *options) in add_rule() argument
319 cp = options; in add_rule()
353 inst->acc = (*accs[acc])(irs->options); in add_rule()
420 (unsigned long)sizeof options); in init_map_rules()
434 n = sscanf(tmp, pattern, mapname, accname, options); in init_map_rules()
438 options[0] = '\0'; in init_map_rules()
[all …]
/illumos-gate/usr/src/tools/onbld/Checks/
H A DManLint.py43 options = [opttrans[x] for x in opts if opts[x] and opttrans[x]]
44 options.append('-Tlint')
45 options.append('-Wwarning')
50 ret, tmpfile = processcheck('mandoc', options, fh, output)
/illumos-gate/usr/src/common/net/dhcp/
H A Dscan.c43 field_scan(uint8_t *start, uint8_t *end, DHCP_OPT **options, in field_scan() argument
70 if (options[*current] == NULL) { in field_scan()
72 options[*current] = (DHCP_OPT *)current; in field_scan()
75 if ((current + options[*current]->len + 1) >= end) { in field_scan()
76 options[*current] = NULL; in field_scan()
127 field_scan(pkt->options, &pkt->options[opt_size], pl->opts, in dhcp_options_scan()
/illumos-gate/usr/src/cmd/ctrun/
H A Dctrun.c111 bit2str(optvect_t *options, uint_t bit) in bit2str() argument
113 for (; options->opt_name; options++) in bit2str()
114 if (options->opt_value == bit) in bit2str()
115 return (options->opt_name); in bit2str()
127 str2bit(optvect_t *options, int match, const char *str, int len) in str2bit() argument
129 for (; options->opt_name; options++) { in str2bit()
130 if (match && (options->opt_flags & match) == 0) in str2bit()
132 if (strncmp(str, options->opt_name, len) == 0) in str2bit()
133 return (options->opt_value); in str2bit()
147 opt2bits(optvect_t *options, int match, const char *str, uint_t *bits, char c) in opt2bits() argument
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dregress.h36 Shopt_t options; member
39 #define sh_isregress(r) is_option(&sh.regress->options,r)
40 #define sh_onregress(r) on_option(&sh.regress->options,r)
41 #define sh_offregress(r) off_option(&sh.regress->options,r)
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_autofs.c47 static int process_opts(char *options, int *directp, int *sawnestp);
200 process_opts(char *options, int *directp, int *sawnestp) in process_opts() argument
205 assert(strlen(options)+1 < AUTOFS_MAXOPTSLEN); in process_opts()
208 strcpy(buf, options); in process_opts()
210 options[0] = '\0'; in process_opts()
226 if (options[0] != '\0') { in process_opts()
227 (void) strcat(options, ","); in process_opts()
229 (void) strcat(options, opt); in process_opts()
/illumos-gate/usr/src/cmd/cdrw/
H A Doptions.c37 set_options_mask(options *msk, char *str) in set_options_mask()
47 add_option(options *msk, char option) in add_option()
62 compare_options_mask(options *msk, options *specified) in compare_options_mask()

12345678910>>...26