Home
last modified time | relevance | path

Searched refs:opt_s (Results 1 – 21 of 21) sorted by relevance

/titanic_44/usr/src/cmd/fm/fmadm/common/
H A Dreset.c35 const char *opt_s = NULL; in cmd_reset() local
42 opt_s = optarg; in cmd_reset()
57 if (opt_s != NULL) { in cmd_reset()
58 if (fmd_adm_serd_reset(adm, mod, opt_s) != 0) in cmd_reset()
59 die("failed to reset serd engine %s", opt_s); in cmd_reset()
60 note("%s serd engine '%s' has been reset\n", mod, opt_s); in cmd_reset()
H A Dfaulty.c1661 int opt_a = 0, opt_v = 0, opt_p = 0, opt_s = 0, opt_r = 0, opt_f = 0; in cmd_faulty() local
1693 opt_s++; in cmd_faulty()
1730 print_fru(opt_s, opt_a, opt_i, opt_p && !opt_s); in cmd_faulty()
1734 print_catalog(opt_s, opt_a, opt_v, opt_i, opt_p && !opt_s); in cmd_faulty()
/titanic_44/usr/src/tools/scripts/
H A Dvalidate_paths.pl72 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;
/titanic_44/usr/src/cmd/dlutil/
H A Ddlled.c211 boolean_t opt_s = B_FALSE; in main() local
220 opt_s = B_TRUE; in main()
236 if (opt_s && argc > 1) { in main()
241 if (opt_s && argc <= 0) { in main()
252 if (opt_s) { in main()
/titanic_44/usr/src/cmd/projadd/
H A Dprojmod.pl371 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)) {
/titanic_44/usr/src/cmd/rmvolmgr/
H A Drmvolmgr.c71 static boolean_t opt_s; /* system instance */ variable
113 opt_s = B_TRUE; in rmvolmgr()
128 if (opt_s) { in rmvolmgr()
181 if (opt_s) { in rmvolmgr()
212 if (!opt_s) { in rmvolmgr()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c355 uint_t opt_s = FALSE; in modhash() local
368 's', MDB_OPT_SETBITS, TRUE, &opt_s, in modhash()
417 if (opt_s | opt_t) { in modhash()
446 if (DCMD_HDRSPEC(flags) && opt_s) { in modhash()
469 if (!mwd.mwd_opt_e && !opt_s) { in modhash()
489 if (opt_s) { in modhash()
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_set.c344 uintptr_t opt_s = (uintptr_t)(long)-1; in cmd_set() local
367 's', MDB_OPT_UINTPTR, &opt_s, in cmd_set()
443 if (opt_s != (uintptr_t)-1) in cmd_set()
444 mdb.m_symdist = (size_t)opt_s; in cmd_set()
H A Dmdb_nm.c810 uintptr_t opt_e = 0, opt_s = 0; in cmd_nmadd() local
823 's', MDB_OPT_UINTPTR, &opt_s, NULL); in cmd_nmadd()
847 if (opt_s) in cmd_nmadd()
848 sym.st_size = (GElf_Xword)(opt_s); in cmd_nmadd()
H A Dmdb_print.c2260 uintptr_t opt_s = (uintptr_t)-1ul; in cmd_print() local
2288 's', MDB_OPT_UINTPTR, &opt_s, in cmd_print()
2361 pa.pa_maxdepth = opt_s; in cmd_print()
/titanic_44/usr/src/cmd/psrinfo/
H A Dpsrinfo.c448 int opt_s = 0; in main() local
612 opt_s = 1; in main()
645 if (opt_s && opt_v) { in main()
648 if (opt_s && nspec != 1) { in main()
653 } else if (opt_s && opt_p) { in main()
659 } else if (opt_s) { in main()
/titanic_44/usr/src/cmd/logadm/
H A Dtester127 usage("cannot list more than one test with -s option") if $opt_s && @ARGV;
157 if ($opt_s) {
161 $testname = $opt_s;
162 eval "&$opt_s";
/titanic_44/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl522 unless ($opt_s) {
686 unless ($opt_s) {
695 unless ($opt_s) {
/titanic_44/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c52 static const char *opt_s = FM_FMRI_SCHEME_HC; variable
822 if (opt_e && strcmp(opt_s, FM_FMRI_SCHEME_HC) == 0) { in walk_node()
961 strcmp(opt_s, FM_FMRI_SCHEME_HC) == 0) { in walk_topo()
965 if ((twp = topo_walk_init(thp, opt_s, walk_node, NULL, &err)) in walk_topo()
968 " %s\n", g_pname, opt_s, topo_strerror(err)); in walk_topo()
1229 opt_s = optarg; in main()
1275 strcmp(opt_s, FM_FMRI_SCHEME_HC) == 0 ? in main()
1289 if (topo_xml_print(thp, stdout, opt_s, &err) < 0) in main()
/titanic_44/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; in main() local
744 opt_s++; in main()
771 if (opt_t != 0 && (opt_m != NULL || opt_s != 0)) { in main()
783 if (opt_m == NULL && opt_s != 0) { in main()
795 if (opt_s) in main()
/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_mdb.c276 uint_t opt_c = FALSE, opt_s = FALSE; in fmd_trace() local
280 's', MDB_OPT_SETBITS, TRUE, &opt_s, NULL) != argc) in fmd_trace()
290 func = opt_s ? trprint_cpp_stack : trprint_cpp; in fmd_trace()
293 func = opt_s ? trprint_msg_stack : trprint_msg; in fmd_trace()
1509 uint_t opt_s = FALSE, opt_l = FALSE, opt_r = FALSE, opt_u = FALSE; in fmd_xprt() local
1515 's', MDB_OPT_SETBITS, TRUE, &opt_s, in fmd_xprt()
1540 if (opt_l | opt_s) { in fmd_xprt()
1549 if (opt_r | opt_s) { in fmd_xprt()
1558 if (opt_u | opt_s) { in fmd_xprt()
/titanic_44/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c512 char product[36], *opt_s = NULL, *opt_P = NULL; in fmtopo() local
519 's', MDB_OPT_STR, &opt_s, 'P', MDB_OPT_STR, &opt_P, NULL) in fmtopo()
524 if (opt_s) { in fmtopo()
525 tgt_scheme = opt_s; in fmtopo()
/titanic_44/usr/src/stand/lib/sock/
H A Dsock_test.c792 st_match_option(char *opt_s, int *opt, int *opt_level) in st_match_option() argument
797 if (strcmp(so_option_array[i].so_name, opt_s) == 0) { in st_match_option()
/titanic_44/usr/src/cmd/fm/scripts/
H A Dfmsim.ksh277 if $opt_s; then
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd666 if !$opt_s && ($lcladdr || $str);
671 if ($$opts{interface} && $opt_s) {
782 if ($opt_s) {
/titanic_44/usr/src/cmd/smbios/
H A Dsmbios.c55 static int opt_s; variable
1506 if (g_hdr++ == 0 || !opt_s) in print_struct()
1526 if (opt_s) in print_struct()
1756 opt_s++; in main()