Searched defs:opt (Results 226 - 250 of 337) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c1468 int opt; local
1482 while ((opt = getopt(argc, argv, "deFfhiMmnu:V")) != EOF) {
1483 switch (opt) {
/illumos-gate/usr/src/boot/sys/boot/userboot/test/
H A Dtest.c426 int opt; local
430 while ((opt = getopt(argc, argv, "b:d:h:")) != -1) {
431 switch (opt) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinit_sec_context.c1399 krb5_get_init_creds_opt opt; local
1494 memset(&opt, 0, sizeof (opt));
1495 krb5_get_init_creds_opt_init(&opt);
1496 krb5_get_init_creds_opt_set_tkt_life(&opt, lifetime);
1513 0, svcname, &opt);
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c571 * some options may only be on shares. If the opt
973 * add_resources(share, opt)
975 * Add resource properties to those in "opt". Resources are prefixed
979 add_resources(sa_share_t share, char *opt) argument
985 newopt = strdup(opt);
1000 size = strlen(name) + strlen(opt) + sizeof ("name=") + 1;
1003 (void) snprintf(newopt, size, "%s,name=%s", opt, name);
1005 free(opt);
1006 opt = newopt;
1009 free(opt);
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtype.c809 Optdisc_t opt; member in struct:__anon3955
813 optdisc.opt.infof = typeinfo;
815 nv_addtype(mp,sh_opttype, &optdisc.opt, sizeof(optdisc));
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c1257 sip_add_proxy_require(sip_msg_t sip_msg, char *opt) argument
1259 return (sip_add_str_to_msg(sip_msg, SIP_PROXY_REQ, opt, NULL,
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dctx.c318 int ind, opt, error = 0; local
336 opt = cf_getopt(argc, argv, STDPARAM_OPT);
337 if (opt == -1)
341 switch (opt) {
352 DPRINT("skip opt=%c", opt);
967 smb_ctx_opt(struct smb_ctx *ctx, int opt, const char *arg) argument
973 switch (opt) {
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c258 * NOTE: The opt argument must be zero and is reserved for future use to extend
262 dlpi_info(dlpi_handle_t dh, dlpi_info_t *infop, uint_t opt) argument
275 if (infop == NULL || opt != 0)
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c2337 const char *opt; local
2347 opt = dtj_string_list_first(r->dtjr_args);
2349 if (dtrace_setopt(jc->dtjj_consumer->dtjc_dtp, opt,
2353 "failed to set %s: %s", opt,
H A Ddtrace_jni.c619 * Returns B_TRUE if opt is a recognized compile flag, B_FALSE otherwise.
622 dtj_cflag(dtj_java_consumer_t *jc, const char *opt, boolean_t *get, argument
629 if (strcmp(opt, "argref") == 0) {
631 } else if (strcmp(opt, "cpp") == 0) {
633 } else if (strcmp(opt, "defaultargs") == 0) {
635 } else if (strcmp(opt, "empty") == 0) {
637 } else if (strcmp(opt, "errtags") == 0) {
639 } else if (strcmp(opt, "knodefs") == 0) {
641 } else if (strcmp(opt, "nolibs") == 0) {
643 } else if (strcmp(opt, "pspe
927 const char *opt; local
1021 const char *opt; local
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c829 t_call.opt.len = 0;
830 t_call.opt.maxlen = 0;
831 t_call.opt.buf = NULL;
954 struct opthdr *opt; local
959 opt = (struct opthdr *)option;
960 opt->level = SOL_SOCKET;
961 opt->name = SO_KEEPALIVE;
962 opt->len = sizeof (int);
963 p_optval = (int *)(opt + 1);
965 optreq.opt
[all...]
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c1564 vs_options_t *opt = &ctx->vsc_options; local
1568 if (opt->vso_xfer_preview) {
1569 free(opt->vso_xfer_preview);
1570 opt->vso_xfer_preview = 0;
1573 opt->vso_xfer_how = VS_PREVIEW_ALL;
1575 opt->vso_xfer_preview = vs_icap_make_strvec
1577 opt->vso_xfer_how = VS_PREVIEW_LIST;
1582 if (opt->vso_xfer_complete) {
1583 free(opt->vso_xfer_complete);
1584 opt
[all...]
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c1206 int opt; local
1235 while ((opt = getopt(argc, argv, "ksrc:")) != EOF) {
1236 switch (opt) {
/illumos-gate/usr/src/head/
H A Dxti.h318 struct netbuf opt; member in struct:t_optmgmt
336 struct netbuf opt; /* options */ member in struct:t_call
346 struct netbuf opt; /* options */ member in struct:t_unitdata
355 struct netbuf opt; /* options */ member in struct:t_uderr
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c155 int opt; local
167 while ((opt = getopt(argc, argv, "F")) != EOF) {
168 switch (opt) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c506 void *opt; local
571 opt = find_ancillary(&msg, IPPROTO_IPV6, IPV6_RTHDR);
572 if (opt != NULL) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c854 struct nd_opt_prefix_info opt; local
914 opt.nd_opt_pi_type = ND_OPT_PREFIX_INFORMATION;
915 opt.nd_opt_pi_len = sizeof (opt) / 8;
916 opt.nd_opt_pi_prefix_len = pr->pr_prefix_len;
917 opt.nd_opt_pi_flags_reserved = ND_OPT_PI_FLAG_AUTO;
918 opt.nd_opt_pi_valid_time =
920 opt.nd_opt_pi_preferred_time =
923 opt.nd_opt_pi_flags_reserved &= ND_OPT_PI_FLAG_ONLINK;
924 opt
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c590 print_ipoptions(const uchar_t *opt, int optlen) argument
609 len = opt[1];
611 switch (opt[0]) {
622 print_route(opt);
631 print_ripso(opt);
636 print_cipso(opt);
642 print_route(opt);
653 print_route(opt);
658 opt[0], len, truncstr,
659 tohex((char *)&opt[
673 print_route(const uchar_t *opt) argument
1188 print_ripso(const uchar_t *opt) argument
1262 cipso_high(const uchar_t *opt) argument
1283 cipso2sl(const uchar_t *opt, bslabel_t *sl, int *high) argument
1304 interpret_cipso_tagtype1(const uchar_t *opt) argument
1363 interpret_cipso_tagtype3(const uchar_t *opt) argument
1417 print_cipso(const uchar_t *opt) argument
[all...]
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.c193 int opt; local
214 while ((opt = getopt(argc, argv, OPT_STR)) != EOF) {
216 switch (opt) {
266 if (opt == 'a')
269 else /* opt == 'u' */
/illumos-gate/usr/src/cmd/flowadm/
H A Dflowadm.c920 die_optdup(int opt) argument
922 die("the option -%c cannot be specified more than once", opt);
926 die_opterr(int opt, int opterr) argument
930 die("option '-%c' requires a value", opt);
934 die("unrecognized option '-%c'", opt);
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.c899 struct opthdr opt; member in struct:__anon1333
903 optdata.opt.level = level;
904 optdata.opt.name = name;
905 optdata.opt.len = sizeof (int);
910 req.opt.len = sizeof (optdata);
911 req.opt.buf = (char *)&optdata;
914 resp.opt.buf = (char *)&optdata;
915 resp.opt.maxlen = sizeof (optdata);
941 struct opthdr *opt; local
945 opt
[all...]
/illumos-gate/usr/src/cmd/audio/audioctl/
H A Daudioctl.c1257 int opt; local
1262 while ((opt = getopt(argc, argv, "h")) != EOF) {
1263 switch (opt) {
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrd.c684 struct opthdr *opt; local
689 opt = (struct opthdr *)reqbuf;
690 opt->level = SOL_SOCKET;
691 opt->name = SO_REUSEADDR;
692 opt->len = sizeof (int);
699 req.opt.len = sizeof (struct opthdr) + opt->len;
700 req.opt.buf = (char *)opt;
703 resp.opt
1688 struct opthdr *opt; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c290 struct opthdr *opt; local
422 opt = (struct opthdr *)reqbuf;
423 opt->level = IPPROTO_TCP;
424 opt->name = TCP_NODELAY;
425 opt->len = sizeof (int);
428 *(int *)((char *)opt + sizeof (*opt)) = 1;
431 req.opt.len = sizeof (*opt) + opt
455 struct opthdr opt; member in struct:__anon534
484 struct opthdr opt; member in struct:__anon535
[all...]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c114 int opt, ret; local
125 while ((opt = getopt(argc, argv, "o:")) != EOF) {
126 switch (opt) {

Completed in 203 milliseconds

1234567891011>>