Searched refs:options (Results 201 - 225 of 578) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_dfstab.c48 char *options; member in struct:dfstab_entry
148 if (headp->options != NULL) {
149 free(headp->options);
176 if (new_entry->options) {
177 sprintf(tempstr, "-o %s ", new_entry->options);
261 case 'o': /* fs specific options */
263 *err |= (dfstablist->options != NULL);
264 dfstablist->options = strdup(optarg);
265 if (dfstablist->options == NULL) {
438 char *options,
435 fs_set_DFStab_ent( char *path, char *fstype, char *options, char *description, int *err) argument
[all...]
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dprint.c77 const char *options; member in struct:print
89 prdata.options = sh_optecho+5;
103 prdata.options = sh_optecho;
132 prdata.options = sh_optprintf;
146 const char *options, *msg = e_file+4; local
151 options = sh_optprint;
159 options = pp->options;
168 while((n = optget(argv,options))) switch(n)
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgtrans.c71 extern int getvol(char *device, char *label, int options, char *prompt);
72 extern int _getvol(char *device, char *label, int options, char *prompt,
114 static int ckoverwrite(char *dir, char *inst, int options);
115 static int pkgxfer(char *srcinst, int options);
242 _pkgtrans(char *device1, char *device2, char **pkg, int options, argument
406 options |= PT_ODTSTREAM;
408 if (options & PT_ODTSTREAM) {
517 if (options & PT_ODTSTREAM) {
548 if (!(options & PT_SILENT)) {
605 if (!(options
633 pkgtrans(char *device1, char *device2, char **pkg, int options, keystore_handle_t keystore, char *keystore_alias) argument
1167 ckoverwrite(char *dir, char *inst, int options) argument
1183 pkgxfer(char *srcinst, int options) argument
[all...]
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmterm.c55 * options - stty termio options
58 * before applying the options
66 set_termio(fd,options,aspeed,clear,mode)
68 char *options;
112 if (options != NULL && *options != '\0') {
115 (void)strcpy(buf,options);
/illumos-gate/usr/src/lib/libast/common/port/
H A Dmnt.c68 set(register Header_t* hp, const char* fs, const char* dir, const char* type, const char* options)
98 hp->mnt.options = (char*)options;
119 s = strcopy(hp->mnt.options = hp->opt, type);
121 if (options)
124 strcpy(s, options);
181 options[] =
282 for (i = 0; i < elementsof(options); i++)
283 if (flags & options[i].flag)
284 n += sfsprintf(mp->opt + n, sizeof(mp->opt) - n - 1, ",%s", options[
[all...]
/illumos-gate/usr/src/lib/libresolv/
H A Dres_mkquery.c139 if (_res.options & RES_DEBUG)
148 if ((_res.options & RES_INIT) == 0 && res_init() == -1) {
154 _res.options &= ~RES_INIT;
172 hp->pr = (_res.options & RES_PRIMARY) != 0;
173 hp->rd = (_res.options & RES_RECURSE) != 0;
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c83 char *options; member in struct:sharelist
267 item->options = strdup(optarg);
423 item->options = sa_proto_legacy_format(proto, share, 1);
424 if (item->options != NULL && strlen(item->options) == 0) {
425 free(item->options);
426 item->options = NULL;
466 (item->options != NULL) ? " -o " : "",
467 (item->options != NULL) ?
468 item->options
908 sa_parse_legacy_options(sa_group_t group, char *options, char *proto) argument
1804 sa_optionset_t options; local
[all...]
/illumos-gate/usr/src/lib/librdc/common/
H A Drdcconfig.c169 rdccfg->options |= RDC_OPT_PRIMARY;
173 rdccfg->options |= RDC_OPT_SECONDARY;
204 rdccfg->options |= RDC_OPT_PRIMARY;
208 rdccfg->options |= RDC_OPT_SECONDARY;
331 const char *mode, const char *group, const char *ctag, const char *options,
360 if (options)
361 strncpy(rc->options, options, NSC_MAXPATH);
411 rdccfg.options = RDC_OPT_SETBMP;
413 rdccfg.options |
329 rdc_alloc_config(const char *phost, const char *pfile, const char *pbmp, const char *shost, const char *sfile, const char *sbmp, const char *mode, const char *group, const char *ctag, const char *options, int persist) argument
[all...]
H A Dlibrdc.h59 char options[NSC_MAXPATH]; member in struct:rdcconfig_s
79 const char *mode, const char *group, const char *ctag, const char *options,
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpcnet32.c112 * to internal options
133 #define MAX_UNITS 8 /* More are supported, limit only on options */
134 static int options[MAX_UNITS]; variable
267 int options; member in struct:pcnet32_private
451 if (lp->options & PCNET32_PORT_ASEL)
457 if (lp->options & PCNET32_PORT_FD) {
459 if (lp->options ==
462 } else if (lp->options & PCNET32_PORT_ASEL) {
477 if ((lp->options & PCNET32_PORT_PORTSEL) == PCNET32_PORT_GPSI)
481 if (lp->mii && !(lp->options
[all...]
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcinfo-list.c364 * flags - represents options passed in by the user
598 * options - any options specified by the caller
605 fc_util_list_remoteport(int wwnCount, char **wwn_argv, cmdOptions_t *options) argument
618 for (; options->optval; options++) {
619 if (options->optval == 'p') {
620 sscanf(options->optarg, "%016llx",
622 } else if (options->optval == 's') {
624 } else if (options
721 fc_util_list_hbaport(int wwnCount, char **wwn_argv, cmdOptions_t *options) argument
1258 fc_util_list_logicalunit(int luCount, char **luArgv, cmdOptions_t *options) argument
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dexportent.c194 addexportent(FILE *f, char *dirname, char *options) argument
201 (options == NULL || fprintf(f, " -%s", options) > 0) &&
/illumos-gate/usr/src/lib/libkmf/mappers/kmf_mapper_cn/common/
H A Dmapper_cn.c53 mapper_initialize(KMF_HANDLE_T h, char *options) argument
63 if (options != NULL) {
64 if (strcmp(options, "casesensitive") == 0)
/illumos-gate/usr/src/cmd/virtinfo/
H A Dvirtinfo.c47 char *options = "acdpstu"; variable
52 (void) fprintf(stderr, gettext("usage: %s [-%s]\n"), cmdname, options);
85 while ((opt = getopt(argc, argv, options)) != EOF) {
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Dgetdgrp.c186 int options; /* Options to pass to getdgrp() */
206 * Extract options from the command line
216 * Loop until all of the command line options have been parced
286 options = (excludeflag ? DTAB_EXCLUDEFLAG : 0) |
297 if (!(fitgrouplist = getdgrp(dgrouplist, criterialist, options))) {
184 int options; /* Options to pass to getdgrp() */ local
/illumos-gate/usr/src/cmd/stmfproxy/aluaadm/
H A Daluaadm.c60 /* add new options here */
89 setLuStandbyFunc(int operandLen, char *operands[], cmdOptions_t *options, argument
156 disableAluaFunc(int operandLen, char *operands[], cmdOptions_t *options, argument
170 enableAluaFunc(int operandLen, char *operands[], cmdOptions_t *options, argument
/illumos-gate/usr/src/cmd/lp/model/
H A Duri150 options=$5
157 for i in ${options}
197 \"${options}\""
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_rename_001_pos.ksh58 set -A options "" "-R $ALTER_ROOT"
117 while (( j < ${#options[*]} )); do
129 log_must zpool import ${devs[i]} ${options[j]} \
137 [[ -n ${options[j]} ]] && \
/illumos-gate/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c140 char **options = NULL; local
158 options = calloc (1, sizeof (char *));
159 if (options == NULL) {
160 HAL_DEBUG (("Could not allocate options array"));
171 DBUS_TYPE_ARRAY, DBUS_TYPE_STRING, &options, num_options,
191 if (options != NULL)
192 free (options);
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c123 "Hardware specific options not supported " },
186 * these are the only valid sub-options for services.
533 * options - command options passed by the cfgadm(1M)
540 * Check if "options" and "errstring" are valid and if ap_id is
544 ib_verify_params(const char *ap_id, const char *options, char **errstring) argument
550 if (options != NULL) {
551 DPRINTF("ib_verify_params: h/w-specific options not "
845 * options - State Change command options passe
860 cfga_change_state(cfga_cmd_t state_change_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1048 cfga_private_func(const char *func, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1529 cfga_test(const char *ap_id, const char *options, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1639 cfga_list_ext(const char *ap_id, cfga_list_data_t **ap_id_list, int *nlistp, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
2043 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags) argument
[all...]
/illumos-gate/usr/src/lib/libdscp/svc/
H A Dsvc-dscp38 PPP_OPTIONS=${OPL_LIB}/dscp.ppp.options
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaonline.c61 mdcmdopts_t options = (MDCMD_PRINT); local
188 if (meta_mirror_online(sp, mirnp, submirnp, options, ep) != 0) {
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Ddebug.c44 * other ld(1) options are read, or whether the debugging options occur
45 * between other options on the command line. In the latter case, the
46 * debugging options can be used to isolate diagnostics around one or more
84 dbg_setup(Ofl_desc *ofl, const char *options, int phase) argument
99 if (Dbg_setup(DBG_CALLER_LD, options, dbg_desc, &ofile) == 0)
158 * If the debugging options have requested each diagnostic line
/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c302 ULINE(" ", "options:", "valid with Kerberos:");
325 /* This options is not yet available: */
863 krb5_get_init_creds_opt *options = NULL; local
871 code = krb5_get_init_creds_opt_alloc(k5->ctx, &options);
942 krb5_get_init_creds_opt_set_proxiable(options, 1);
945 krb5_get_init_creds_opt_set_forwardable(options, 1);
956 krb5_get_init_creds_opt_set_address_list(options, NULL);
966 krb5_get_init_creds_opt_set_tkt_life(options, opts->lifetime);
968 krb5_get_init_creds_opt_set_renew_life(options, opts->rlife);
970 krb5_get_init_creds_opt_set_forwardable(options,
[all...]
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdev.c123 * the options governing the search
181 * char **getdev(devices, criteria, options)
184 * int options
192 * "options"
195 * options Options controlling the device selection. May require
211 int options) /* Options governing the search */
246 while (!errflag && (entry = getnextmatch(searchlist, options))) {
247 if (entry = oktoaddtolist(entry, devices, aliases, options)) {
271 * char *oktoaddtolist(devtabentry, devices, aliases, options)
275 * int options
208 getdev( char **devices, char **criteria, int options) argument
291 oktoaddtolist( char *devtabentry, char **devices, char **aliases, int options) argument
773 getnextmatch(struct srch *criteria, int options) argument
[all...]

Completed in 113 milliseconds

1234567891011>>