HomeSort by relevance Sort by last modified time
    Searched refs:opt_s (Results 1 - 25 of 25) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fm/fmadm/common/
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);
faulty.c 1773 int opt_a = 0, opt_v = 0, opt_p = 0, opt_s = 0, opt_r = 0, opt_f = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/md/
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);
  /onnv/onnv-gate/usr/src/tools/scripts/
validate_paths.pl 69 my ($opt_r, $opt_m, @opt_s, @opt_e, @opt_k, $opt_b);
107 foreach my $pat (@opt_s) {
141 my $arg, $opt_r, $opt_m, @opt_s, @opt_e, @opt_k, $opt_b;
152 push @opt_s, $arg;
  /onnv/onnv-gate/usr/src/cmd/projadd/
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)) {
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
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) {
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
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;
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);
mdb_print.c 1995 uintptr_t opt_s = (uintptr_t)-1ul; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rmvolmgr/
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) {
  /onnv/onnv-gate/usr/src/cmd/fm/fmstat/common/
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)
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/cmd/scripts/
dtest.pl 503 unless ($opt_s) {
660 unless ($opt_s) {
669 unless ($opt_s) {
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/libtopo/
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;
  /onnv/onnv-gate/usr/src/cmd/fm/scripts/
fmsim.ksh 67 opt_s=false
277 if $opt_s; then
  /onnv/onnv-gate/usr/src/cmd/fm/fmtopo/common/
fmtopo.c 51 static const char *opt_s = FM_FMRI_SCHEME_HC; variable
59 static int opt_S = 0;
165 if (opt_S) {
825 if (opt_e && strcmp(opt_s, FM_FMRI_SCHEME_HC) == 0) {
963 if ((twp = topo_walk_init(thp, opt_s, walk_node, NULL, &err))
966 " %s\n", g_pname, opt_s, topo_strerror(err));
1140 if (opt_S) {
1227 opt_s = optarg;
1230 opt_S++;
1284 if (topo_xml_print(thp, stdout, opt_s, &err) < 0
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/
fmd_mdb.c 277 uint_t opt_c = FALSE, opt_s = FALSE; local
281 's', MDB_OPT_SETBITS, TRUE, &opt_s, NULL) != argc)
291 func = opt_s ? trprint_cpp_stack : trprint_cpp;
294 func = opt_s ? trprint_msg_stack : trprint_msg;
1503 uint_t opt_s = FALSE, opt_l = FALSE, opt_r = FALSE, opt_u = FALSE; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
dprofpp.PL 405 $whichtime = 'System' if defined $opt_s;
547 elsif( $opt_s ){
610 if ($opt_S) {
692 elsif( $opt_s ) { $over_per_call = $over_stime }
721 elsif( $opt_s ) { $t = $syst }
741 $t - $overhead) if $opt_S;
788 } if $opt_S;
828 if $opt_S;
c2ph.PL 521 if ($opt_s) {
522 for (split(/[\s,]+/, $opt_s)) {
586 $opt_s && !$interested{$iname};
599 next if $opt_s && !$interested{$iname};
    [all...]
perlbug.PL 249 $subject = $::opt_s || "";
297 $::opt_S = 1; # don't prompt for send
302 $::opt_s = 1; # we have a subject line
735 if( !$::opt_S ) {
    [all...]
h2xs.PL 583 $opt_s,
622 'const-subs|s=s' => \$opt_s,
705 %const_xsub = map { $_,1 } split(/,+/, $opt_s) if $opt_s;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/logadm/
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";
    [all...]
  /onnv/onnv-gate/usr/src/stand/lib/sock/
sock_test.c 792 st_match_option(char *opt_s, int *opt, int *opt_level)
797 if (strcmp(so_option_array[i].so_name, opt_s) == 0) {
  /onnv/onnv-gate/usr/src/cmd/smbios/
smbios.c 52 static int opt_s; variable
934 if (g_hdr++ == 0 || !opt_s)
954 if (opt_s)
1156 opt_s++;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
Embed.pm 17 $opt_o $opt_s
59 $std = $opt_s if defined $opt_s;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
asppp2pppd 667 if !$opt_s && ($lcladdr || $str);
672 if ($$opts{interface} && $opt_s) {
783 if ($opt_s) {
    [all...]

Completed in 2562 milliseconds