Searched defs:opt_t (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/volcheck/
H A Dvolcheck.c58 boolean_t opt_t = B_FALSE; local
73 opt_t = B_TRUE;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c356 uint_t opt_t = FALSE; local
369 't', MDB_OPT_SETBITS, TRUE, &opt_t,
408 new_argv[0].a_un.a_str = opt_t ? "-st" : "-s";
417 if (opt_s | opt_t) {
447 if (opt_t != 0) {
502 if (opt_t != 0) {
601 const char *opt_t = NULL; local
613 't', MDB_OPT_STR, &opt_t,
619 if ((opt_k && opt_v) || (opt_t != NULL && (opt_k || opt_v)) ||
625 if (opt_t !
[all...]
H A Dnet.c1230 uint_t opt_t; member in struct:__anon914
1451 if (!args->opt_f && !args->opt_t &&
1460 if (!args->opt_l && !args->opt_t &&
1473 if (args->opt_t)
1479 if (args->opt_t) {
1521 if (args->opt_t)
1525 if (!args->opt_l && !args->opt_f && !args->opt_t) {
1549 't', MDB_OPT_SETBITS, 1, &args->opt_t,
1573 if (!args->opt_l && !args->opt_f && !args->opt_t)
1581 if ((args->opt_l || args->opt_f || args->opt_t)
[all...]
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c61 static int opt_t = 0; variable
1235 opt_t++;
1298 if (opt_t || walk_topo(thp, uuid) < 0) {
/illumos-gate/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c699 int opt_a = 0, opt_s = 0, opt_t = 0, opt_T = 0, opt_z = 0; local
747 opt_t++;
771 if (opt_t != 0 && (opt_m != NULL || opt_s != 0)) {
777 if (opt_t != 0 && opt_T != 0) {
801 else if (opt_t)
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c55 static int opt_t = -1; variable
1060 if (opt_t != -1 && opt_t != sp->smbstr_type)
1301 opt_t = getu16("struct type", optarg);
1303 opt_t = getstype("struct type", optarg);
1335 if (opt_i == -1 && opt_t == -1 && opt_e == 0 &&
1360 if (opt_O && (opt_i != -1 || opt_t != -1))
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c180 } opt_t; typedef in typeref:struct:_opt_t
184 opt_t opt;
967 opt_t *o1 = (opt_t *)p1;
968 opt_t *o2 = (opt_t *)p2;
1002 opt_t *sopt;
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c2915 uint_t opt_t = FALSE; /* attached */ local
2928 't', MDB_OPT_SETBITS, TRUE, &opt_t) != argc)
2955 if (!opt_a && !opt_p && !opt_t &&
2961 (!opt_p && !opt_t) || /* no options chosen */
2963 (opt_t && (gl_file_info.sv_attached != _SD_NO_HOST)))
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1876 uint_t opt_t = 0; local
1880 't', MDB_OPT_SETBITS, TRUE, &opt_t, NULL);
1891 if (opt_t && t->t_pshandle == NULL) {
1896 if (opt_t && (Pstate(t->t_pshandle) == PS_IDLE ||
1902 if (opt_t != 0) {

Completed in 100 milliseconds