/illumos-gate/usr/src/cmd/fm/fmadm/common/ |
H A D | reset.c | 35 const char *opt_s = NULL; local 42 opt_s = optarg; 57 if (opt_s != NULL) { 58 if (fmd_adm_serd_reset(adm, mod, opt_s) != 0) 59 die("failed to reset serd engine %s", opt_s); 60 note("%s serd engine '%s' has been reset\n", mod, opt_s);
|
H A D | faulty.c | 1661 int opt_a = 0, opt_v = 0, opt_p = 0, opt_s = 0, opt_r = 0, opt_f = 0; local 1693 opt_s++; 1730 print_fru(opt_s, opt_a, opt_i, opt_p && !opt_s); 1734 print_catalog(opt_s, opt_a, opt_v, opt_i, opt_p && !opt_s);
|
/illumos-gate/usr/src/cmd/mdb/common/modules/md/ |
H A D | set_io_cnt.c | 59 char *opt_s = (char *)NULL; /* a named set */ local 66 's', MDB_OPT_STR, &opt_s, 74 if ((opt_s != 0) && (opt_m != 0)) { 94 if (opt_s != NULL) { 95 setno = findset(opt_s); 97 mdb_warn("no such set: %s\n", opt_s);
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | validate_paths.pl | 72 my ($opt_r, $opt_m, @opt_s, @opt_e, @opt_k, $opt_b, $opt_n); 110 foreach my $pat (@opt_s) { 144 my $arg, $opt_r, $opt_m, @opt_s, @opt_e, @opt_k, $opt_b, $opt_n; 156 push @opt_s, $arg;
|
/illumos-gate/usr/src/cmd/projadd/ |
H A D | projmod.pl | 371 my $opt_s; 383 "s" => \$opt_s, 420 if ((defined($opt_a) && (defined($opt_r) || defined($opt_s))) || 421 (defined($opt_r) && (defined($opt_a) || defined($opt_s))) || 422 (defined($opt_s) && (defined($opt_a) || defined($opt_r)))); 425 if ((defined($opt_a) || defined($opt_r) || defined($opt_s)) && 433 } elsif (defined($opt_s)) {
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | modhash.c | 355 uint_t opt_s = FALSE; local 368 's', MDB_OPT_SETBITS, TRUE, &opt_s, 417 if (opt_s | opt_t) { 446 if (DCMD_HDRSPEC(flags) && opt_s) { 469 if (!mwd.mwd_opt_e && !opt_s) { 489 if (opt_s) {
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_set.c | 344 uintptr_t opt_s = (uintptr_t)(long)-1; local 367 's', MDB_OPT_UINTPTR, &opt_s, 443 if (opt_s != (uintptr_t)-1) 444 mdb.m_symdist = (size_t)opt_s;
|
H A D | mdb_nm.c | 810 uintptr_t opt_e = 0, opt_s = 0; local 823 's', MDB_OPT_UINTPTR, &opt_s, NULL); 847 if (opt_s) 848 sym.st_size = (GElf_Xword)(opt_s);
|
H A D | mdb_print.c | 2261 uintptr_t opt_s = (uintptr_t)-1ul; local 2289 's', MDB_OPT_UINTPTR, &opt_s, 2362 pa.pa_maxdepth = opt_s;
|
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 522 unless ($opt_s) { 686 unless ($opt_s) { 695 unless ($opt_s) {
|
/illumos-gate/usr/src/cmd/rmvolmgr/ |
H A D | rmvolmgr.c | 71 static boolean_t opt_s; /* system instance */ variable 113 opt_s = B_TRUE; 128 if (opt_s) { 181 if (opt_s) { 212 if (!opt_s) {
|
/illumos-gate/usr/src/cmd/psrinfo/ |
H A D | psrinfo.c | 448 int opt_s = 0; local 612 opt_s = 1; 645 if (opt_s && opt_v) { 648 if (opt_s && nspec != 1) { 653 } else if (opt_s && opt_p) { 659 } else if (opt_s) {
|
/illumos-gate/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 52 static const char *opt_s = FM_FMRI_SCHEME_HC; variable 822 if (opt_e && strcmp(opt_s, FM_FMRI_SCHEME_HC) == 0) { 961 strcmp(opt_s, FM_FMRI_SCHEME_HC) == 0) { 965 if ((twp = topo_walk_init(thp, opt_s, walk_node, NULL, &err)) 968 " %s\n", g_pname, opt_s, topo_strerror(err)); 1229 opt_s = optarg; 1275 strcmp(opt_s, FM_FMRI_SCHEME_HC) == 0 ? 1289 if (topo_xml_print(thp, stdout, opt_s, &err) < 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 744 opt_s++; 771 if (opt_t != 0 && (opt_m != NULL || opt_s != 0)) { 783 if (opt_m == NULL && opt_s != 0) { 795 if (opt_s)
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 512 char product[36], *opt_s = NULL, *opt_P = NULL; local 519 's', MDB_OPT_STR, &opt_s, 'P', MDB_OPT_STR, &opt_P, NULL) 524 if (opt_s) { 525 tgt_scheme = opt_s;
|
/illumos-gate/usr/src/cmd/fm/scripts/ |
H A D | fmsim.ksh | 67 opt_s=false 277 if $opt_s; then
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_mdb.c | 276 uint_t opt_c = FALSE, opt_s = FALSE; local 280 's', MDB_OPT_SETBITS, TRUE, &opt_s, NULL) != argc) 290 func = opt_s ? trprint_cpp_stack : trprint_cpp; 293 func = opt_s ? trprint_msg_stack : trprint_msg; 1509 uint_t opt_s = FALSE, opt_l = FALSE, opt_r = FALSE, opt_u = FALSE; local 1515 's', MDB_OPT_SETBITS, TRUE, &opt_s, 1540 if (opt_l | opt_s) { 1549 if (opt_r | opt_s) { 1558 if (opt_u | opt_s) {
|
/illumos-gate/usr/src/stand/lib/sock/ |
H A D | sock_test.c | 792 st_match_option(char *opt_s, int *opt, int *opt_level) argument 797 if (strcmp(so_option_array[i].so_name, opt_s) == 0) {
|
/illumos-gate/usr/src/cmd/logadm/ |
H A D | tester | 128 usage("cannot list more than one test with -s option") if $opt_s && @ARGV; 158 if ($opt_s) { 162 $testname = $opt_s; 163 eval "&$opt_s";
|
/illumos-gate/usr/src/cmd/smbios/ |
H A D | smbios.c | 54 static int opt_s; variable 1067 if (g_hdr++ == 0 || !opt_s) 1087 if (opt_s) 1297 opt_s++;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | asppp2pppd | 666 if !$opt_s && ($lcladdr || $str); 671 if ($$opts{interface} && $opt_s) { 782 if ($opt_s) {
|