/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | modhash.c | 356 uint_t opt_t = FALSE; in modhash() local 369 't', MDB_OPT_SETBITS, TRUE, &opt_t, in modhash() 408 new_argv[0].a_un.a_str = opt_t ? "-st" : "-s"; in modhash() 417 if (opt_s | opt_t) { in modhash() 447 if (opt_t != 0) { in modhash() 502 if (opt_t != 0) { in modhash() 601 const char *opt_t = NULL; in modent() local 613 't', MDB_OPT_STR, &opt_t, in modent() 619 if ((opt_k && opt_v) || (opt_t != NULL && (opt_k || opt_v)) || in modent() 625 if (opt_t != NULL && strcmp(opt_t, htep->hte_type) == 0) in modent() [all …]
|
H A D | net.c | 1230 uint_t opt_t; member 1451 if (!args->opt_f && !args->opt_t && in do_show_bridge() 1460 if (!args->opt_l && !args->opt_t && in do_show_bridge() 1473 if (args->opt_t) in do_show_bridge() 1479 if (args->opt_t) { in do_show_bridge() 1521 if (args->opt_t) in do_show_bridge() 1525 if (!args->opt_l && !args->opt_f && !args->opt_t) { in do_show_bridge() 1549 't', MDB_OPT_SETBITS, 1, &args->opt_t, in dladm_show_bridge() 1573 if (!args->opt_l && !args->opt_f && !args->opt_t) in dladm_show_bridge() 1581 if ((args->opt_l || args->opt_f || args->opt_t) && in dladm_show_bridge() [all …]
|
/titanic_41/usr/src/cmd/volcheck/ |
H A D | volcheck.c | 58 boolean_t opt_t = B_FALSE; in main() local 73 opt_t = B_TRUE; in main()
|
/titanic_41/usr/src/tools/scripts/ |
H A D | wdiff.pl | 50 $title = $opt_t ? $opt_t : "Differences between $ARGV[0] and $ARGV[1]";
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ipmon_y.y | 30 } opt_t; typedef 33 static opt_t *new_opt __P((int)); 302 static opt_t *new_opt(type) in new_opt() 305 opt_t *o; 307 o = (opt_t *)malloc(sizeof(*o)); 319 opt_t *olist; in build_action() 322 opt_t *o;
|
/titanic_41/usr/src/cmd/fm/scripts/ |
H A D | buildcode.pl | 64 use vars qw($opt_c $opt_v $opt_V $opt_t); 324 if ($opt_t) {
|
/titanic_41/usr/src/cmd/lgrpinfo/ |
H A D | lgrpinfo.pl | 72 our($opt_a, $opt_l, $opt_m, $opt_c, $opt_C, $opt_e, $opt_t, $opt_h, $opt_u, 86 "t" => \$opt_t, 106 if ($opt_T && ($opt_I || $opt_t)) { 128 $opt_a || $opt_l || $opt_m || $opt_c || $opt_e || $opt_t || $opt_r; 148 my $do_topo = 1 if $do_all || $opt_t;
|
/titanic_41/usr/src/cmd/fm/fmstat/common/ |
H A D | fmstat.c | 699 int opt_a = 0, opt_s = 0, opt_t = 0, opt_T = 0, opt_z = 0; in main() local 747 opt_t++; in main() 771 if (opt_t != 0 && (opt_m != NULL || opt_s != 0)) { in main() 777 if (opt_t != 0 && opt_T != 0) { in main() 801 else if (opt_t) in main()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 180 } opt_t; typedef 184 opt_t opt; 967 opt_t *o1 = (opt_t *)p1; 968 opt_t *o2 = (opt_t *)p2; 1002 opt_t *sopt;
|
/titanic_41/usr/src/cmd/smbios/ |
H A D | smbios.c | 55 static int opt_t = -1; variable 1094 if (opt_t != -1 && opt_t != sp->smbstr_type) in print_struct() 1335 opt_t = getu16("struct type", optarg); in main() 1337 opt_t = getstype("struct type", optarg); in main() 1369 if (opt_i == -1 && opt_t == -1 && opt_e == 0 && in main() 1394 if (opt_O && (opt_i != -1 || opt_t != -1)) in main()
|
/titanic_41/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 61 static int opt_t = 0; variable 1236 opt_t++; in main() 1299 if (opt_t || walk_topo(thp, uuid) < 0) { in main()
|
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/ |
H A D | sdbc.c | 2915 uint_t opt_t = FALSE; /* attached */ in sdbc_glfinfo() local 2928 't', MDB_OPT_SETBITS, TRUE, &opt_t) != argc) in sdbc_glfinfo() 2955 if (!opt_a && !opt_p && !opt_t && in sdbc_glfinfo() 2961 (!opt_p && !opt_t) || /* no options chosen */ in sdbc_glfinfo() 2963 (opt_t && (gl_file_info.sv_attached != _SD_NO_HOST))) in sdbc_glfinfo()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 1876 uint_t opt_t = 0; in pt_getenv() local 1880 't', MDB_OPT_SETBITS, TRUE, &opt_t, NULL); in pt_getenv() 1891 if (opt_t && t->t_pshandle == NULL) { in pt_getenv() 1896 if (opt_t && (Pstate(t->t_pshandle) == PS_IDLE || in pt_getenv() 1902 if (opt_t != 0) { in pt_getenv()
|