Searched refs:opts (Results 251 - 275 of 321) sorted by relevance

<<111213

/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dboot2.c51 static uint32_t opts; variable
217 ((void(*)(int))addr)(RB_BOOTINFO /* XXX | (opts & RBX_MASK) */);
239 opts ^= OPT_SET(flags[i]);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c415 trace_prt(1, " name=%s[%s] map=%s opts=%s path=%s direct=%d\n",
416 m->name, m->subdir, m->map, m->opts, m->path, m->isdirect);
421 status = do_lookup1(m->map, m->name, m->subdir, m->opts, m->path,
457 trace_prt(1, " name=%s[%s] map=%s opts=%s path=%s direct=%d\n",
458 m->name, m->subdir, m->map, m->opts, m->path, m->isdirect);
461 status = do_mount1(m->map, m->name, m->subdir, m->opts, m->path,
613 if (args->opts)
614 free(args->opts);
H A Dautod_xdr.c92 if (!xdr_string(xdrs, &objp->opts, AUTOFS_MAXOPTSLEN))
253 if (!xdr_string(xdrs, &objp->opts, AUTOFS_MAXOPTSLEN))
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c420 args.opts = (char *)(uintptr_t)args32.opts;
452 error = copystr(args.opts, strbuff, sizeof (strbuff),
455 error = copyinstr(args.opts, strbuff, sizeof (strbuff),
551 error = copystr(args.opts, strbuff, sizeof (strbuff), &len);
553 error = copyinstr(args.opts, strbuff, sizeof (strbuff), &len);
H A Dauto_subr.c656 reqst.opts = fnip->fi_opts;
754 reqst.opts = fnip->fi_opts;
863 if (aargs->opts)
864 kmem_free(aargs->opts, strlen(aargs->opts) + 1);
946 argsp->opts == NULL || argsp->map == NULL || argsp->subdir == NULL)
2569 * opts should be a null ('\0') terminated string.
2573 auto_nobrowse_option(char *opts) argument
2582 len = strlen(opts) + 1;
2584 (void) strcpy(buf, opts);
[all...]
H A Dauto_xdr.c128 if (!xdr_string(xdrs, &objp->opts, AUTOFS_MAXOPTSLEN))
278 if (!xdr_string(xdrs, &objp->opts, AUTOFS_MAXOPTSLEN))
/illumos-gate/usr/src/uts/common/os/
H A Ddacf.c311 char *module, char *opset, dacf_opid_t opid, uint_t opts,
341 rule = dacf_rule_ctor(devspec_data, module, opset, opid, opts,
367 uint_t opts, dacf_arg_t *op_args)
395 rule->r_opts = opts;
1127 dacf_getopt(char *opt_str, uint_t *opts) argument
1136 *opts |= p->optmask;
310 dacf_rule_insert(dacf_devspec_t devspec_type, char *devspec_data, char *module, char *opset, dacf_opid_t opid, uint_t opts, dacf_arg_t *op_args) argument
366 dacf_rule_ctor(char *device_spec, char *module, char *opset, dacf_opid_t opid, uint_t opts, dacf_arg_t *op_args) argument
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y230 if (((opts & OPT_DONOTHING) == 0) &&
2075 if (opts & OPT_DEBUG)
2219 if ((opts & OPT_DONOTHING) != 0)
2222 if (opts & OPT_ZERORULEST) {
2224 } else if (opts & OPT_INACTIVE) {
2234 if (fr && (opts & OPT_OUTQUE))
2238 if (fr && (opts & OPT_VERBOSE))
2241 if (opts & OPT_DEBUG) {
2247 if ((opts & OPT_ZERORULEST) != 0) {
2249 if ((opts
[all...]
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c506 vs_options_t *opts = &ctx->vsc_options; local
508 if (opts->vso_xfer_how == VS_PREVIEW_NONE)
515 switch (opts->vso_xfer_how) {
522 opts->vso_xfer_complete);
528 opts->vso_xfer_preview);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c660 process_options(int opcode, char *opts, char *endopts) argument
670 cp = opts;
684 while (opts < endopts) {
685 optname = opts;
690 if ((opts = next_field(optval, endopts)) == NULL) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nm.c349 const char *opts; local
353 opts = "-f";
356 opts = "-o";
359 opts = "";
363 sym->st_value, opts, sym->st_size, name);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c822 short opts; local
874 opts = 0;
876 opts |= SO_OOBINLINE;
878 opts |= SO_DONTROUTE;
887 (struct sockaddr *)&faddr, faddrlen, opts);
1033 /* The eager will deal with opts when accept() is called */
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c2472 ipoptp_t opts; local
2495 for (optval = ipoptp_first2(&opts, totallen, ipp->ipp_ipv4_options);
2497 optval = ipoptp_next(&opts)) {
2500 opt = opts.ipoptp_cur;
2501 if ((opts.ipoptp_flags & IPOPTP_ERROR) != 0) {
2504 optlen = opts.ipoptp_len;
2567 ipoptp_t opts; local
2577 for (optval = ipoptp_first(&opts, ipha);
2579 optval = ipoptp_next(&opts)) {
2580 ASSERT((opts
5711 ipoptp_t opts; local
8987 ipoptp_t opts; local
9238 ipoptp_t opts; local
9398 ipoptp_t opts; local
11459 ipoptp_t opts; local
11576 ipoptp_t opts; local
11940 ipoptp_t opts; local
12976 ipoptp_t opts; local
14985 ipoptp_t opts; local
15036 ipoptp_t opts; local
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c936 p->opts = s;
2142 char* opts = (char*)oopts; local
2184 if (!(opts = sfstruse(sp_help)))
2188 if (opts)
2191 if (opt_info.state->pass[i].oopts == opts)
2199 if (init((char*)opts, o))
2267 p = q->opts;
3332 if (!(opts = sfstruse(sp_help)))
3723 optusage(const char* opts) argument
3725 return opthelp(opts, Ni
3893 char* opts; local
5190 optstr(const char* str, const char* opts) argument
[all...]
/illumos-gate/usr/src/cmd/rexd/
H A Dmount_nfs.c106 char opts[32]; local
391 (void) sprintf(opts, "rw,noquota,hard,intr,dev=%x", st.st_dev);
400 mnt.mnt_mntopts = opts;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddocmd.c181 int n, ddir, opts = options; local
222 opts = sc->sc_options;
240 if ((opts & IGNLNKS) || ihead->count == 0)
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c1273 ignore(char *opts) argument
1278 if (opts == NULL)
1280 s = strdup(opts);
1283 opts = s;
1285 while (*opts != '\0') {
1286 if (getsubopt(&opts, mntopts, &value) == IGNORE) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/keygen/
H A Dkeygen.c60 static char *opts[] = { "net", "cid", "type", NULL }; variable
81 switch (getsubopt(&arg, opts, &value)) {
/illumos-gate/usr/src/cmd/eject/
H A Deject.c110 const char *opts = "dqflt"; local
130 while ((c = getopt(argc, argv, opts)) != EOF) {
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmvolmgr.c98 const char *opts = "chnsv"; local
104 while ((c = getopt(argc, argv, opts)) != EOF) {
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c386 gettext("Usage: nfs mount [-r] [-o opts] [server:]path dir\n"));
973 char *saveopt, *optstr, *opts, *newopts, *val; local
985 optstr = opts = strdup(mnt->mnt_mntopts);
993 if (opts == NULL || newopts == NULL) {
995 if (opts)
996 free(opts);
1003 while (*opts) {
1005 saveopt = opts;
1006 switch (getsubopt(&opts, optlist, &val)) {
/illumos-gate/usr/src/cmd/ipcs/
H A Dipcs.c75 static char opts[] = "AabciJmopqstD:z:Z"; /* getopt options */ variable
132 while ((o = getopt(argc, argv, opts)) != EOF) {
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c1303 drmach_pre_op(int cmd, drmachid_t id, drmach_opts_t *opts) argument
1315 if ((opts->size > 0) && (opts->copts != NULL)) {
1317 DRMACH_PR("platform options: %s\n", opts->copts);
1319 if (strstr(opts->copts, "opldr") == NULL) {
1357 drmach_post_op(int cmd, drmachid_t id, drmach_opts_t *opts) argument
1391 drmach_board_connect(drmachid_t id, drmach_opts_t *opts) argument
1475 drmach_board_disconnect(drmachid_t id, drmach_opts_t *opts) argument
1773 drmach_board_test(drmachid_t id, drmach_opts_t *opts, int force) argument
2522 drmach_pt_ikprobe(drmachid_t id, drmach_opts_t *opts) argument
2543 drmach_pt_ikdeprobe(drmachid_t id, drmach_opts_t *opts) argument
2566 drmach_pt_readmem(drmachid_t id, drmach_opts_t *opts) argument
2613 drmach_passthru(drmachid_t id, drmach_opts_t *opts) argument
[all...]
/illumos-gate/usr/src/lib/libcpc/i386/
H A Devent_pentium.c373 char *opts; local
406 opts = strdupa(spec);
407 while (*opts != '\0') {
409 int idx = getsubopt(&opts, tokens, &value);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dvid_puts.c73 vid_puts(attr_t attr, short pair, void *opts, int (*putout)(int)) argument

Completed in 156 milliseconds

<<111213