Searched defs:opt_t (Results 1 - 9 of 9) sorted by relevance
| /illumos-gate/usr/src/cmd/volcheck/ |
| H A D | volcheck.c | 58 boolean_t opt_t = B_FALSE; local 73 opt_t = B_TRUE;
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | modhash.c | 356 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 D | net.c | 1230 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 D | fmtopo.c | 61 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 D | fmstat.c | 699 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 D | smbios.c | 55 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 D | options.c | 180 } 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 D | sdbc.c | 2915 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 D | mdb_proc.c | 1876 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 98 milliseconds